Re: [Axis2] How to change the webservices URL.

2007-05-29 Thread Luis Mariano Luporini
Raghu: You can change your soap:address in your provided WSDL to whatever you need. Do not forget to set this in your services.xml to instruct Axis not to override your provided address: true false Hope that it helps Regrets, Luis Raghu Upadhyayula escr

[Axis2] How to change the webservices URL.

2007-05-29 Thread Raghu Upadhyayula
Hi, My webservice is deployed as part of the war file webservices.war, hence my webservice URL would be http://localhost/webservices/services/MyService I want to remove the /services in the webservices URL