Hi All,
 
I have to send a  HTTP Status 500 - Internal Server error with a customised xml-message. The request will be made from a messagerouter request. In the source I see in the 'MessageRouterServlet.java' in the 'public void doPost' section ,something about 'status = res.SC_OK;' and 'status = res.SC_INTERNAL_SERVER_ERROR;'. Where in that part in MessageRouterServlet is my class loaded? I need to give an extra parameter I think to giveback the status I want.
 
Please HELP!
 
Regards,

Henk

Reply via email to