- Dennis
Davanum Srinivas wrote:
If you are going to do it Please try a HTTP Filter instead of a Servlet (http://www.javaworld.com/javaworld/jw-06-2001/jw-0622-filters.html) that way you have better control.
-- dims
--- Mike Panzitta <[EMAIL PROTECTED]> wrote:
Hi Nelson,
Well, I'm "glad" to know that I'm not the only one suffering this problem. The servlet approach looks like the best bet at this point, although I'm thinking filter might work, too. I'm considering having it grab anything directed at <context>/services/* with the "?wsdl" query, then simply replacing the host/port portion of the <wsdlsoap:address location="xxx" /> element on the way out.
If I wind up having to do this, I'll happily post the source for all to use and abuse.
Thanks,
-Mike