[jboss-user] [JBoss Getting Started Documentation] - Re: A question about how to make remote visiting to jboss se
PeterJ
do-not-reply at jboss.com
Mon Jun 4 10:58:08 EDT 2007
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
More information about the jboss-user
mailing list