First of all take a look at this if you didn't already:
http://jbossws.jboss.org/mediawiki/index.php?title=Secure_transport
Then look at the following testcase:
org.jboss.test.ws.interop.nov2007.wsse.UsernameTokenHTTPSTestCase
This said, you can specify the target endpoint address using something like:
((BindingProvider)port).getRequestContext().put(BindingProvider.ENDPOINT_ADDRESS_PROPERTY,
targetEndpoint);
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4200612#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...