AxisFault didnot give me correct QName
--------------------------------------
Key: AXIS2-3520
URL: https://issues.apache.org/jira/browse/AXIS2-3520
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Reporter: wayne lou
Below is the code I generated by WSDL2Java:
wsdl: <wsdl:fault name="SnapfishRemoteException" message="tns:ErrorResponse" />
Java Code:
} catch (org.apache.axis2.AxisFault f) {
org.apache.axiom.om.OMElement faultElt = f.getDetail();
if (faultElt != null) {
if (faultExceptionNameMap.containsKey(faultElt.getQName())) {
....
I found faultElt.getQName() do not have a namespace uri, so I didnot get
correct error response.
--
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]