soap « Filter « JSP-Servlet Q&A





1. How to return SOAPFault to the client from the Filter?    stackoverflow.com

I have the code below and I need to return SOAP response (correct XML). If I throw new SoapException(...), it will return HTML page which is wrong. Thanks in advance for ...