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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...