Re: how to parse soap_envelope or soap_body (Axiom)

2011-11-19 Thread Nandika Jayawardana
By the time, when you get the soap envelope and base node, you can use the axiom methods to access the xml structure. You do not have to worry about passing the xml. It will be automatically taken care by axiom. By default, Axiom, uses Guththila passer. However, if you want to use libxml2, you can

Re: how to parse soap_envelope or soap_body (Axiom)

2011-11-19 Thread imranmm7
that was not my mistake. every time i post the message i get internal exception error..i tried it again and again without knowing the messages are posted.. imranmm7 wrote: > > hello all, > > I am working with axis2C in linux. A webservice is deployed on apache > engine and inside apache engine

Re: how to parse soap_envelope or soap_body (Axiom)

2011-11-19 Thread Andreas Veithen
Sending the same message 7 times is not going to increase the likelihood that you will get an answer... On Sat, Nov 19, 2011 at 14:33, imranmm7 wrote: > > hello all, > > I am working with axis2C in linux. A webservice is deployed on apache engine > and inside apache engine i collected the SOAP me

how to parse soap_envelope or soap_body (Axiom)

2011-11-19 Thread imranmm7
hello all, I am working with axis2C in linux. A webservice is deployed on apache engine and inside apache engine i collected the SOAP message with the following code soap_envelope = axis2_msg_ctx_get_soap_envelope(Message Context ctx, axutil Environment env) from here i can get the base node and

how to parse soap_envelope or soap_body (Axiom)

2011-11-19 Thread imranmm7
hello all, I am working with axis2C in linux. A webservice is deployed on apache engine and inside apache engine i collected the SOAP message with the following code soap_envelope = axis2_msg_ctx_get_soap_envelope(Message Context ctx, axutil Environment env) from here i can get the base node and