I have this problem too, but don't consider like a bug.

I work it around with (after read many jbossws code):


  | service.addPort(portName, SOAPBinding.SOAP11HTTP_BINDING, endpointAddress);
  | 

where "endpointAddress" is your "url" and "portName" is the same "portQName".

this must be before dispach creation.

Thanks,

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

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

Reply via email to