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

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

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

Problem with tweaking ADB

2011-11-19 Thread [email protected]
Hello. I am writing POJO webservice which returns an object with Long (not long) fields. Standard ADB mapping which is JavaTypeMap does map this type as xs:anyType while i want to map is as xs:long. So i created a simple class public class MyTypeMap extends JavaTypeMap { public MyTypeMap