Why I can't find this variable axis2_env_t after using wsdl2c to generate C codes automatically in Axis2/C environment

2007-07-02 Thread Kelvin Lin
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

Re: Why I can't find this variable axis2_env_t after using wsdl2c to generate C codes automatically in Axis2/C environment

2007-07-02 Thread Dr. Florian Steinborn
Hi Kelvin, please look into the mails in the axis-c-user list. Your question has been dealt with several times during the past weeks. Greetings, Flori - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Why I can't find this variable axis2_env_t after using wsdl2c to generate C codes automatically in Axis2/C environment

2007-07-02 Thread Dushshantha Chandradasa
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

Re: Why I can't find this variable axis2_env_t after using wsdl2c to generate C codes automatically in Axis2/C environment

2007-07-02 Thread Kelvin Lin
Thanks to Dushshantha and Dr. Florian Steinborn, but I downloaded the latest nightly build, there are two issues: 1, using this script(Windows) to run it, although it generates some C files, it is with lots of Java errors. Script: set AXIS2_SNAPSHOT_HOME=E:\axis2-SNAPSHOT

[jira] Created: (AXIS2C-630) wsdl2c tool does not generate correct code for wsdls which have InOny operations

2007-07-02 Thread Manjula Peiris (JIRA)
wsdl2c tool does not generate correct code for wsdls which have InOny operations Key: AXIS2C-630 URL: https://issues.apache.org/jira/browse/AXIS2C-630 Project: Axis2-C

[jira] Updated: (AXIS2C-630) wsdl2c tool does not generate correct code for wsdls which have InOny operations

2007-07-02 Thread Manjula Peiris (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manjula Peiris updated AXIS2C-630: -- Attachment: Exchange_Trader.wsdl wsdl2c tool does not generate correct code for wsdls which

Update from board regarding our oversight of WS project.

2007-07-02 Thread Davanum Srinivas
Team, The board would like WS reports to move towards the style and development that the Jakarta and Incubator reports are done (i.e., owners for subprojects developing their parts, and the overall chair acting as editor). For Inspiration, See [1] So, Firstly, Please volunteer (take

Re: Why I can't find this variable axis2_env_t after using wsdl2c to generate C codes automatically in Axis2/C environment

2007-07-02 Thread Dushshantha Chandradasa
Hi, I tried to generate and build the generated code for your wsdl. It was successful. Im using Java 1.5. Please check your java version. Dushshantha On 7/2/07, Kelvin Lin [EMAIL PROTECTED] wrote: Thanks to Dushshantha and Dr. Florian Steinborn, but I downloaded the latest nightly build,