Hi,

   you have to setup stub properties:

MyService port = (MyService)service.getPort(portName, MyService.class);
  | Stub stub = (Stub)port;
  | stub._setProperty(Stub.USERNAME_PROPERTY, USERNAME);
  | stub._setProperty(Stub.PASSWORD_PROPERTY, PASSWORD);
  | port.myMethodCall();
  | 

Richard

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101670
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to