[jboss-user] [JBossWS] - Re: problem with calling ssl web service

richard.opalka@jboss.com do-not-reply at jboss.com
Mon Nov 5 02:14:46 EST 2007


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



More information about the jboss-user mailing list