Wouldn't it be simpler to just go into the Axis code and make the change to use the incoming path information, Mike? That way you can submit the change back to the main codebase. It doesn't sound like the change would break existing code, though you could always make it optional to be on the safe side.

- 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






Reply via email to