AxisFault not propogated to Client.
-----------------------------------
Key: AXIS2-1477
URL: http://issues.apache.org/jira/browse/AXIS2-1477
Project: Apache Axis 2.0 (Axis2)
Issue Type: Bug
Components: jaxws
Reporter: Nikhil Thaker
In our current fault processing code if the error is happening on the server
side we do not have any mechanism to convert it in to AxisFault and thus we
throw a WebservicesException. On the client side this error is received as
Error 500 and that is not propogated to the client so the client tries to
create a Response and receives an NPE.
I am putting togeather a temporary solution where we are now propogating Error
500 to the client but there needs to be a solution on the server side where in,
if an error happens in JAXWSMessageReceiver before or after the response
context is created we need to create an AxisFault so that correct error on
server can be sent to the client instead of Error 500.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]