If you have an HTTP server associated with the IWS server, to start both the HTTP server and IWS server, you would do:
STRTCPSVR SERVER(*HTTP) HTTPSVR( <IWS instance name> )If you do not have an HTTP server associated with an IWS server, or you wanted to just start the IWS server, then you would do:
STRTCPSVR SERVER(*IAS) INSTANCE( <IWS instance name> )------------------------------
Nadir K Amra
------------------------------