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
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
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
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
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
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