Make the following changes:
Service | IIIEMPLOYEESERVER |
Host | *DEFAULT |
Process | IIIPRO08 |
Function | IIIFN09 |
Partition | DEM |
Language | ENG |
Program | Leave blank. Required if an RPG program is used for the business function. |
RDMLX | Checked |
WSDL | Leave blank in this case (no external users) |
This identifies the server to which users of this web service need to send their web service requests and it will be written into the WSDL file that describes this service.
For this exercise, if you are using an IBM i JSM Server, then the server will be on the IBM i and the client will be on your PC. In this case the URL will point to the IBM i server's IP address. For example:
http://10.44.10.236:80/cgi-bin/jsmdirect?iiiemployeeserver
If you are using a local Windows web server and JSM Server, your URL may look like this:
http://localhost/cgi-bin/jsmdirect.exe?iiiemployeeserver
In this case, your client and server will both be running locally.