If you only need to use different endpoint (with different addresses) and the services
publish the same wsdl contract, just use this:
|
((BindingProvider)myPort).getRequestContext().put(BindingProvider.ENDPOINT_ADDRESS_PROPERTY,
endpoint);
|
where "endpoint" is your runtime selected endpoint address.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104763#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...