----- Original Message ----- From: "Mike Burati" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 02, 2003 13:44 Subject: RE: Turning off ?wsdl feature
> You lost me - not sure why you'd want it to be /axis*?wsdl... > > The article describes how in the WSDD deployment descriptor, you would go > about changing the URL used for that service, for retrieving WSDL. That URL > can be a resource in your WAR - it does not have to be under /axis/* - you > could have it be /myservice or similar (I believe, I haven't tried it, just > read the article). Then you in your web.xml could say that /myservice > requests should go to a servlet that you wrote yourself or to a JSP page, > and then in that servlet or JSP, you could dispatch to the right WSDL file > for the client (eg, if you wanted each client to have a different set of > <documentation> elements in the WSDL)... I dont think that would work. Because I think it loads a class resource, not a servlet resource.
