See WebServiceContextJSETestCase in the samples:
| port = (TestEndpoint)service.getPort(TestEndpoint.class);
| BindingProvider bp = (BindingProvider)port;
bp.getRequestContext().put(BindingProvider.USERNAME_PROPERTY, "kermit");
bp.getRequestContext().put(BindingProvider.PASSWORD_PROPERTY, "thefrog");
|
-Jason
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032439#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...