Re: How to get ordered namespace sequence, about the function axutil_hash_find_entry

2007-07-18 Thread Kelvin Lin
message, or says using AXIOM_SOAP11? Thanks a lot. Nabeel Yoosuf [EMAIL PROTECTED] wrote: On 7/16/07, Kelvin Lin [EMAIL PROTECTED] wrote: Hi Dinesh, Thanks a lot for your reply. I followed your suggestion, specifying SOAP1.1 explicitly. But it failed either. Here

Re: How to get ordered namespace sequence, about the function axutil_hash_find_entry

2007-07-15 Thread Kelvin Lin
(env, http://ws.apache.org/axis2/c/samples/echo/soap_action;); axis2_options_set_soap_action(options, env, soap_action); axutil_string_free(soap_action, env); What does soap_action mean? Thanks a lot. Dinesh Premalal [EMAIL PROTECTED] wrote: Kelvin Lin writes: I used printf

Re: How to get ordered namespace sequence, about the function axutil_hash_find_entry

2007-07-13 Thread Kelvin Lin
appearence. Kelvin Lin [EMAIL PROTECTED] wrote: Hi Dinesh, Thank you for your reminder. I used tcpmon to moniter the soap message and found a weird result. Here is my whole code: axiom_node_t * build_om_payload_for_echo_svc2(const axutil_env_t *env

Re: How to get ordered namespace sequence, about the function axutil_hash_find_entry

2007-07-09 Thread Kelvin Lin
free to tell me. Thanks a lot. Kelvin.Lin Dinesh Premalal [EMAIL PROTECTED] wrote: Hi Kelvin, Kelvin Lin writes: So I have to follow the sequence of namespace exactly. If I would like to meet this target, it does whether mean I have to modify underline XML parser layer, like

How to get ordered namespace sequence, about the function axutil_hash_find_entry

2007-07-05 Thread Kelvin Lin
Hi all, I used the following codes to generate a soap message with more than one namespaces: ns0 = axiom_namespace_create(env, AXIOM_SOAP11_SOAP_ENVELOPE_NAMESPACE_URI, SOAP-ENV); ns1 = axiom_namespace_create(env, http://schemas.xmlsoap.org/soap/encoding/;, SOAP-ENC);

Re: How to get ordered namespace sequence, about the function axutil_hash_find_entry

2007-07-05 Thread Kelvin Lin
mean I have to modify underline XML parser layer, like libxml, not Axis2/C source code itself? Thanks a lot. Kelvin.Lin Dinesh Premalal [EMAIL PROTECTED] wrote: Hi Kelvin, Kelvin Lin writes: I printed both hash value and count and I found the count increased by the declare sequence

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 Kelvin Lin
. 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