[jbossws-users] [JBossWS] - Re: Change the endpoint address in runtime using Dispatch

cavani do-not-reply at jboss.com
Tue Feb 19 12:21:16 EST 2008


I have this problem too, but don't consider like a bug.

I work it around with (after read many jbossws code):


  | service.addPort(portName, SOAPBinding.SOAP11HTTP_BINDING, endpointAddress);
  | 

where "endpointAddress" is your "url" and "portName" is the same "portQName".

this must be before dispach creation.

Thanks,

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4130484#4130484

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4130484



More information about the jbossws-users mailing list