[jboss-user] [JBossWS] - ServletFilter/Proxy Per SOAP Request

javafreak do-not-reply at jboss.com
Tue Sep 18 19:08:31 EDT 2007


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.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085793#4085793

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085793



More information about the jboss-user mailing list