Hi!

You can always set the url in the service object when adding the port, like the 
following:


  | Service service = Service.create(new QName("...", "..."));
  | service.addPort(new QName("...", "..."), SOAPBinding.SOAP11HTTP_BINDING, 
"http://service.location/at/some/context";);
  | dispatch = service.createDispatch(new QName(...","..."), SOAPMessage.class, 
Service.Mode.MESSAGE);
  | 

Cheers
/Oskar


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

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

Reply via email to