Web services for JAX-WS runtime considerations and limitations

If you plan to create ZIETrans Web services for the JAX-WS runtime, be aware of the following:
  • When you generate a test client, the web_service_nameService.java file is created with a hardcoded, absolute location of the WSDL file. If you deploy the test client to a different machine, update the file to contain the correct WSDL file location.
  • The WSDL file that you elect to generate for your Web service contains a URL location of the Web service. This URL points to the local host and port. Update the local host and port in the URL when you deploy the Web Service to another server.