Hello, in my axis1-based web-service client I am unable to set the endpoint.
The endpoint is right now hardcoded in MyWsserviceLocator.java, as private java.lang.String IGestionPort_address = "http://myserver/myws/myws.dll/soap/MyWs"; There is a method MyWsProxy.setEndpoint(String endpoint), which I tried to use but it does not work, and upon executing the method call it produces the infamous "org.xml.sax.SAXException: Bad envelope tag: definitions" error. Can someone point out how to set the endpoint-address, or where to find documentation about this? I spend quite some time searching but could not find anything about this basic thing. Best regards, Yves
