----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 21, 2003 06:13 Subject: changing the generated wsdl URL mapping
> Hello, > I want to change the location of the ?wsdl url's. > This is by default /services/*?wsdl, and I want to change the url mapping to > > /sub/services/ > Problem seems to be that reportAvailableServices that lists the available > services is hardcoded to /services/. > > any way to get around this and get reportAvailableServices working, or any > way to find the url-mapping so the hardcoded /services/ can be replaced with > > the actual mapping? unless you can come up with a way that *reliably* works it out from the URL request, change the source. I say reliably as I have been trying to do it automatically, with the servlet working it out from the URL, but if you invoke axis first with a .jws endpoint it gets all confused. Maybe you could try reading web.xml? -steve