« Return to Thread: how to parse soap_envelope or soap_body (Axiom)

Re: how to parse soap_envelope or soap_body (Axiom)

by imranmm7 :: Rate this Message:

| View in Thread

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 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 body with the corresponding method.

My question is: How i parse the soap_envelope with Axiom library or libxml2 library?
I want to parse the whole soap_envelope, go element by element and prints the result to .xml file.

any idea? or code response in C??

thanks

 « Return to Thread: how to parse soap_envelope or soap_body (Axiom)