2 Replies Latest reply on Apr 8, 2008 12:36 PM by thomas.diesler

    Changing <soap:address location="" />

    mjremijan


      Is there an Annotation which I can put in my Java source file to change the alue of <soap:address location="" /> The 127.0.0.1 IP shouldn't be there. I want to use the name of my virtual domain instead.

      - <service name="AccountJwsService">
      - <port binding="tns:AccountJwsBinding" name="AccountJwsPort">
       <soap:address location="http://127.0.0.1:80/jws/account.jws" />
       </port>
       </service>