Thanks Shmuel.

 

Yes I’m using a request that contains a SOAPEnvelope as String and END_POINT is Axis Message Style Service.

 Im getting the following exception now :

 

Exception :

-----------

AxisFault

 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException

 faultSubcode:

 faultString: java.lang.reflect.InvocationTargetException

 faultActor:

 faultNode:

 faultDetail:

        {http://xml.apache.org/axis/}stackTrace: AxisFault

 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException

 faultSubcode:

 faultString: java.lang.reflect.InvocationTargetException

 faultActor:

 faultNode:

 faultDetail:

 

java.lang.reflect.InvocationTargetException

        at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder

.java:260)

        at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.

java:169)

        at org.apache.axis.encoding.DeserializationContextImpl.endElement(Deseri

alizationContextImpl.java:1015)

 

 

 

AXIS CLIENT CODE :

-------------------------

org.apache.axis.message.SOAPEnvelope env =

            new org.apache.axis.message.SOAPEnvelope(new ByteArrayInputStream(envstr.getBytes()));

org.apache.axis.client.Call call = new Call("http://localhost:8082/axis/services/myservice");

env = call.invoke(env);

 

 

SERVER CODE :

------------------

public void send(SOAPEnvelope req, SOAPEnvelope resp){

            //Process Envelope

      }

 

 

Thanks

Satheesh.

 

Reply via email to