E
edh
Hello,
I have created a axis2 client using the generated code from WSDL2Java
wizard while in the eclipse 3.3 ide.
The webservice is built with .Net and returns an authentication type
of a response, but when I send the message, I receive the following
axis fault
during the debug session:
java.net.SocketException: Software caused connection abort: recv
failed
at org.apache.axis2.AxisFault.makeFault(AxisFault.java:417)
at
org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:
89)
at
org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:
326)
at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:
389)
at
org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:
211)
at
org.apache.axis2.client.OperationClient.execute(OperationClient.java:
163)
at com.web.WebServiceStub.GetSecurity(WebServiceStub.java:398)
at Consume.getSecurity(Consume.java:213)
at Consume.main(Consume.java:98)
Caused by: java.lang.NullPointerException
at
org.apache.axis2.transport.TransportUtils.createDocumentElement(TransportUtils.java:
156)
at
org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:
111)
at
org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:
87)
... 7 more
Can someone point to me possibly what is needed?
Thank you
edh
I have created a axis2 client using the generated code from WSDL2Java
wizard while in the eclipse 3.3 ide.
The webservice is built with .Net and returns an authentication type
of a response, but when I send the message, I receive the following
axis fault
during the debug session:
java.net.SocketException: Software caused connection abort: recv
failed
at org.apache.axis2.AxisFault.makeFault(AxisFault.java:417)
at
org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:
89)
at
org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:
326)
at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:
389)
at
org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:
211)
at
org.apache.axis2.client.OperationClient.execute(OperationClient.java:
163)
at com.web.WebServiceStub.GetSecurity(WebServiceStub.java:398)
at Consume.getSecurity(Consume.java:213)
at Consume.main(Consume.java:98)
Caused by: java.lang.NullPointerException
at
org.apache.axis2.transport.TransportUtils.createDocumentElement(TransportUtils.java:
156)
at
org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:
111)
at
org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:
87)
... 7 more
Can someone point to me possibly what is needed?
Thank you
edh