How can I change an endpoint of a web service which was created by axis2 wsdl2java script?
I have working Web Service with the endopint
http://localhost:6060/axis2/services/myService/ and cannot figure out how I can use it with
http://localhost:6060/myService/ (without
axis2/services). Could you help me solve this problem or point resources which could guide me (after two days of searching still do not know how to do this)