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
- Navigate to the directory containing the files copied from the
client CD.
- Open the HTMWS.wsdl file in a text editor
or XML editor.
- Locate the soap:address element (towards the bottom of
the file).
- Modify the value of the location attribute with the correct
endpoint address. To do this:
- Optionally, replace http with https to use
the more secure HTTPS protocol.
- Replace localhost with the host name or IP address
of the Web services API server's endpoint address.
- Replace 9080 with the port number of the application
server.
- 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.
- 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"/>