I have a web service running at an address like http://aaa.bbb.ccc.ddd:8080/axis2/services/ABCService. I need to access this service with the URL http://aaa.bbb.ccc.ddd:8080/XYZService.
I attempted to change the servicePath and contextRoot on the ConfigurationContext, but this didn't do what I expected (I still get an exception when I hit http://aaa.bbb.ccc.ddd:8080/XYZService -- "The service cannot be found for endpoint reference"). Is there an easy way of doing this?
