Was (of course) my fault ;) 
All ok, setTargetEPR does work as expected.

Sorry for the noise ...

-----Ursprüngliche Nachricht-----
Von: Clemens Wyss DEV [mailto:clemens...@mysign.ch] 
Gesendet: Donnerstag, 24. November 2016 08:33
An: 'java-user@axis.apache.org'
Betreff: Change target endpoint of generated stub

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

Reply via email to