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#4032439 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032439 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
