On Tue, 30 Aug 2005, Chris Nappin wrote: > > Still, I feel that AXIS should accept any URL that WSDL developer > defines > > as the SOAP address, provided it looks like > > > http://host:unix-port/axis/services/<CUSTOM>/PORT-NAME > > > Perhaps, this could be a feature request! :-) > > > J2EE gets in the way here though. Have you tried simply add extra > mappings for the AxisServlet to your web.xml? > >
Are you sure J2EE is getting in the way here ? If you see the URL I propose : http://host:unix-port/axis/services/<CUSTOM>/PORT-NAME this includes "/axis/services/". I think (hope I am not wrong) that this part is enough to direct Tomcat to delegate the incoming message to AXIS. What AXIS does with the rest of the URL "<CUSTOM>/PORT-NAME" is entirely upto AXIS. regards, Deepak S Patwardhan.
