The wsdl for the server side deployment may contain a dummy service location, that 
JBossWS will adjust during deployment.

The wsdl for the client side deployment must contain the correct service location. 
i.e. the client must be told where to connect to.

You can override the location where the client obtains the wsdl from, like this

  |   <service-ref>
  |     <service-ref-name>service/HelloService</service-ref-name>
  |     
<wsdl-override>http://yourhost:8080/ws4ee-admindevel/HelloService?wsdl</wsdl-override>
  |   </service-ref>
  | 

Also the javax.xml.rpc.Stub interface contains a property with wich you can set the 
target endpoint address

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854158


-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to