Hoi all, I need to change the target endpoint URL of my generated axis2 stub depending on the environment (test, production) we are running our app. I tried :
EndpointReference targetEpr = new EndpointReference( <fq url of endpoint, e.g.: http://webservicehost:8080/path/of/webservice> ); stub._getServiceClient().setTargetEPR( targetEpr ); I have the feeling that only the webservicehost (and port) is taken into account, but not the /path/of/webservice. I am seeing POSTs tot he original path in the wsdl ... Am I missing something? Thx Clemens --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org For additional commands, e-mail: java-user-h...@axis.apache.org