| Author |
Setting custom response in Axis2
|
Charu Ak
Greenhorn
Joined: Aug 17, 2006
Posts: 15
|
|
My axis2 web services throws an AxisFault for authentication failure. The response returned is HTTP 500 - Internal Server error. I have the task to return fault but change the status on response to 200.
I have tried several things but nothing helped:
1. Subclassed AxisServlet and override doPost and set the status on response to 200
2. Override handleFault and set the response to 200.
3. Set the property Constants.HTTP_RESPONSE_STATE on messageContext to 200
Any help is appreciated. This issue is haunting me.
|
 |
 |
|
|
subject: Setting custom response in Axis2
|
|
|