G
gwoodhouse
Hello,
I'm working with Apache Axis2 web stubs and the code that i have
infront of me is a nightmare (ie, its automatically generated with
wsdl2java). It wouldn't be so bad as the code that's been outsourced
wraps it quite nicely.
Unfortunately theres a bug in it right now where and exception is
being thrown on the OperationClient.execute() method whos inner
working aren't visible.
This is the stack trace:
org.apache.axis2.AxisFault: System error.
at
org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:
435)
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)
From this, (and google searches) it makes me think the return "System
error" is coming from the webservice i'm calling.
Does anyone have any experience in whats going on here or have any
suggestions as to where to proceede from here?
I'm going to capture the envolope being submitted and recreate it in
SOAPui and see if i get a similar error.
Thanks for any advice!
Graeme
I'm working with Apache Axis2 web stubs and the code that i have
infront of me is a nightmare (ie, its automatically generated with
wsdl2java). It wouldn't be so bad as the code that's been outsourced
wraps it quite nicely.
Unfortunately theres a bug in it right now where and exception is
being thrown on the OperationClient.execute() method whos inner
working aren't visible.
This is the stack trace:
org.apache.axis2.AxisFault: System error.
at
org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:
435)
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)
From this, (and google searches) it makes me think the return "System
error" is coming from the webservice i'm calling.
Does anyone have any experience in whats going on here or have any
suggestions as to where to proceede from here?
I'm going to capture the envolope being submitted and recreate it in
SOAPui and see if i get a similar error.
Thanks for any advice!
Graeme