[jboss-user] [Beginners Corner] - Changing the soap:address location
ClarkValentine
do-not-reply at jboss.com
Tue Dec 16 16:35:52 EST 2008
I have a web service working fine when the client and server are on the same machine. Now I want to test if the client can work when running on a different host than what hosts the service.
To compile the client, I'm using the wsdl automatically generated when my service .jar is deployed to jboss. However, I can't figure out how to change the address of the server to reflect the actual URL of the hosted service. Right now it says '<soap:address location="http://127.0.0.1:8080/blah/blah"/>' - I want to change it to '<soap:address location="http://hostname:8080/blah/blah"/>' without hacking the server-side wsdl file manually.
How do I do that? I'm sure it's in a config XML file somewhere, but I can't seem to find it.
I'm running jboss 4.2.3.GA on Windows XP.
Thanks,
- Clark Valentine
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196986#4196986
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4196986
More information about the jboss-user
mailing list