Providing a specific solution is difficult because you did not provide the 
version of JBossWS you are using, and you did not indicate if you are using 
JAX-WS or JSR-109 web services.

Basicallym you need to change the URL to reference the host name instead of 
localhost. For example, if the web service is running on a host named 
www.coolstuff.org, then the URL for the web service would be 
http://www.coolstuff.org:8080.

If you are using JAX-WS web services in a bottom-up approach, you can 
regenerate the client stubs with the proper URL by running wsconsume as follows:

wsconsume http://www.coolstuff.org:8080/webservicecontext/webservicename?wsdl


 

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

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

Reply via email to