1
When I try to consume web service functionality, the following exception occurs:
org.apache.axis2.AxisFault: Stream write error
at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:531)
at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:375)
at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:421)
at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
I’ve searched the Internet but found nothing.
If possible post the code or part of the code that generated the exccession.
– gvsrepins
The problem is you have business secrets that I can’t expose, but what exactly do you need? I think axis2 can’t handle
– diegosoaresub