Hi Kelvin,

The tool you are using doesnt have latest changes of codegen. Please use a
latest nightly build from http://people.apache.org/dist/axis2/nightly/
.

Regards,
Dushshantha

On 7/2/07, Kelvin Lin <[EMAIL PROTECTED]> wrote:

Hi,

I used "WSDL2C Tool" that comes with Axis2/Java(1.2) to generate C codes
automatically from an existing wsdl. And the following is a part of the
codes:

        AXIS2_EXTERN axis2_getQuote_t* AXIS2_CALL
        axis2_getQuote_create(
            const axis2_env_t *env );

but the compiler(VS 2005) can't find the variable "axis2_env_t" although I
have set the include directory and library directory correctly, and
including some header files like

        #include <stdio.h>
        #include <axiom.h>
        #include <axis2_util.h>
        #include <axiom_soap.h>
        #include <axis2_client.h>

Where is wrong? And I used UltraEdit to search key words "axis2_env_t"
under folder "E:\axis2c-bin-1.0.0-win32\include", but found nothing.

Thanks a lot.

Kelvin

------------------------------
Need Mail bonding?
Go to the Yahoo! Mail 
Q&A<http://answers.yahoo.com/dir/index;_ylc=X3oDMTFvbGNhMGE3BF9TAzM5NjU0NTEwOARfcwMzOTY1NDUxMDMEc2VjA21haWxfdGFnbGluZQRzbGsDbWFpbF90YWcx?link=ask&sid=396546091>for
 great
tips from Yahoo! 
Answers<http://answers.yahoo.com/dir/index;_ylc=X3oDMTFvbGNhMGE3BF9TAzM5NjU0NTEwOARfcwMzOTY1NDUxMDMEc2VjA21haWxfdGFnbGluZQRzbGsDbWFpbF90YWcx?link=ask&sid=396546091>users.


Reply via email to