3 Replies Latest reply on Dec 17, 2008 10:59 AM by peterj

    Changing the soap:address location

    clarkvalentine

      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