org.apache.axis2.AxisFault: An error was detected while executing the Web Service req

sandeepbhati

New Member
Hi All,


I have genearted client using Axis2 with wsdl file.
When i trying to access this web service from java code , I got following error


org.apache.axis2.AxisFault: An error was detected while executing the Web Service request. (10893)
at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:446)
at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:371)
at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:417)
at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
at pcdbpix.PcdbpixServiceStub.ppprom(PcdbpixServiceStub.java:188)
at pcdbpix.TestZZZ.main(TestZZZ.java:52)


I got this abow error on " _operationClient.execute(true);" in ServiceStub class.

Thanks in advance.
Regards,
Sandeep
 
Back
Top