4 Replies Latest reply on Sep 24, 2007 10:00 AM by heiko.braun

    ServletFilter/Proxy Per SOAP Request

    javafreak

      Is it possible to implement something similar to a javax.servlet.Filter for web services? A ServletFilter for servlets allows me to capture the HTTP request, introspect and add to the request, and then forward the request to the target servlet.

      I need a similar capability for SOAP. Per each SOAP request, I need to capture the domain name used (i.e. abc.mywebsite.com) and then forward it to my web service API's.