In this step, you will create a new User Agent configuration file to test your server function. As in the previous exercise, the User Agent will act as a client querying the server function you have created. This time, however, the User Agent will invoke the new service implemented by function iiiFN05.
You need to modify the User Agent file to connect to the new service you have created, instead of your iiiFN04 service from INT003. The iiiPRO05_client_test.lih should still be open. Make the following change:
Old Line | New Line |
Name=iiiFN04_SERVICE | Name=iiiFN05_SERVICE |
xml.uri=/cgi-bin/jsmdirect?iiiFN04_SERVICE | xml.uri=/cgi-bin/jsmdirect?iiiFN05_SERVICE |
If you are using a local Windows web server and JSM Server your code should look like the following:
xml.uri=/cgi-bin/jsmdirect.exe?iiiFN05_SERVICE