0 Replies Latest reply on Jul 31, 2010 10:36 AM by sami2010

    Soap Proxy and HttpServletGateway in SOA-P 5.0.1

    sami2010

      Hi All,

       

      We have been using the SoapProxy class to proxy a webservice and HttpGatewayServlet to expose the http endpoint of the proxy webservice,

      We have a action pipeline that is used for doing some business logic, but can potentially throw exceptions,

      the httpgatewayservlet is unable to convert the exceptions thrown by the action pipeline into soap faults.

       

      net, when we invoke the proxied web service and if the action pipeline throws an exception based on some business rules, the response of the web service contains the entire stacktrace of the action pipeline exception and is not a valid soap response.

       

      can you please advice?