In this step, you will create a new User Agent configuration file to test your server function. As in previous exercises, the User Agent will act as a client querying the server you have created.
You need to modify the User Agent file to connect to the new service you have created, instead of your old service. The iiiPRO06_client_test.lih should still be open. Make the following change:
Old Line | New Line |
|---|---|
name=iiiFN05_SERVICE | name=iiiFN06_SERVICE |
xml.uri=/cgi-bin/jsmdirect?iiiFN05_SERVICE | xml.uri=/cgi-bin/jsmdirect?iiiFN06_SERVICE |
If your using a local Windows web server and JSM Server the URI should look like the following:
xml.uri=/cgi-bin/jsmdirect.exe?iiiFN06_SERVICE