[
https://issues.apache.org/jira/browse/AXIS2-3622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andreas Veithen updated AXIS2-3622:
-----------------------------------
Priority: Minor (was: Critical)
The code at line 92 in AddressingInFaultHandler in Axis2 1.3 is:
faultLocalName = code.getTextAsQName().getLocalPart();
The message content posted above shows that the faultcode is incorrect because
the soapenv prefix is not bound to any namespace, which apparently causes
getTextAsQName to return null. Since the issue only occurs for invalid SOAP
messages, it should be considered as minor.
> NullPointerExcepetion in AddressingInFaultHandle
> ------------------------------------------------
>
> Key: AXIS2-3622
> URL: https://issues.apache.org/jira/browse/AXIS2-3622
> Project: Axis2
> Issue Type: Bug
> Components: Addressing
> Affects Versions: 1.3
> Environment: Axis2-1.3,windows,Java
> Reporter: T Appasamy
> Priority: Minor
>
> java.lang.NullPointerException
> at
> org.apache.axis2.handlers.addressing.AddressingInFaultHandler.invoke(AddressingInFaultHandler.java:92)
> at org.apache.axis2.engine.Phase.invoke(Phase.java:292)
> at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:212)
> at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:132)
> at
> org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:336)
> at
> org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:389)
> at
> org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:211)
> at
> org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
> at Stub.java:207
--
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]