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 for great tips from Yahoo! Answers users.

Reply via email to