Changing the Human Task Manager API endpoint

If you copy the Human Task Manager API files from the WebSphere Process Server client CD, you must manually edit the default endpoint address.

Steps for this task

  1. Navigate to the directory containing the files copied from the client CD.
  2. Open the HTMWS.wsdl file in a text editor or XML editor.
  3. Locate the soap:address element (towards the bottom of the file).
  4. Modify the value of the location attribute with the correct endpoint address. To do this:
    1. Optionally, replace http with https to use the more secure HTTPS protocol.
    2. Replace localhost with the host name or IP address of the Web services API server's endpoint address.
    3. Replace 9080 with the port number of the application server.
    4. Replace HTMContainer_N1_server1 with the "context root" of the application running the Web services API. The default context root is composed of:
      • HTMContainer. The application name.
      • N1. The node name.
      • server1. The server name.
    5. Do not modify the fixed portion of the URL (/sca/com/ibm/task/api/HTMWS).
    For example, if the application is running on the server s1.n1.ibm.com and the server is accepting SOAP/HTTPS requests at port 9081, modify the <soap:address> element as follows:
    <soap:address location="https://si.n1.ibm.com:9081/
                       HTMContainer_N1_server1/sca/com/ibm/task/api/HTMWS"/>
        
Related concepts
Adding security (Java Web services)
Related tasks
Adding security (.NET)

(c) Copyright IBM Corporation 2005, 2006.
This information center is powered by Eclipse technology (http://www.eclipse.org)