Once the Gateway web service is started, the service methods can be accessed at https://<IP address>:9090/launcher/method_name (or the port specified by the user in the beans.xml file or using the Service Manager).
The primary service methods are:
• open
• ldapauth
• cmd
• close
• filetransfer
• lncprtdoc
• lnctoxls
All these services can be invoked from any client that is connected to the same network as the one the Launcher REST Gateway is hosted on. Most of these service methods can be invoked using either POST or GET HTTPS request methods. If parameters must be passed to the service methods, they are included in the POST message body in JSON format. Certain parameters such as the Launcher connexion ID can be included in the service URL.