SoapFault getCode() ClassCastException
--------------------------------------
Key: WSCOMMONS-162
URL: https://issues.apache.org/jira/browse/WSCOMMONS-162
Project: WS-Commons
Issue Type: Bug
Components: AXIOM
Reporter: Brecht Yperman
java.lang.ClassCastException
at
org.apache.axiom.soap.impl.llom.SOAPFaultImpl.getCode(SOAPFaultImpl.java:101)
I get this exception for this soap-fragment
<soap:Body>
<soap:Fault>
<faultcode>soap:Client</faultcode>
<faultstring>WSE402: The message does not conform to the policy
it was mapped to.</faultstring>
<faultactor>http://www.i-label.net/partners/webservices/datafeed/extractdata.asmx</faultactor>
</soap:Fault>
</soap:Body>
In Axis2, v1.1 at OutInAxisOperation, line 308
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]