5 Replies Latest reply on Sep 3, 2006 9:03 PM by ericyp

    Problem with wsdl

    emmaueze

      Hi all,

      I have a challenge with the soap:address location in my wsdl after it has been deployed. I have the soap location address which was originally:
      <soap:address location="REPLACE_WITH_ACTUAL_URL"/>

      Change to something like:
      <soap:address location="http://vart:80/myapp/MyService"/> , where vart is the URL of the local address.

      The main issue here is that I'd prefer JBoss to assign the public IP of the machine I have deployed to rather than it's local name or IP. Can anyone please tell me how I can control how JBoss manages <soap:address location="REPLACE_WITH_ACTUAL_URL"/> at deployment?

      Thanks
      Emmanuel