Construct web service calls

In order to construct web service calls for Landmark applications, you must be familiar with the business classes within the application. The operations and possible parameters (fields) vary for each business class.

You can navigate to WSDL, which paints all operations for a business class and parameters and get the information from there:

LandmarkURL/dataarea/soap/ldwsdl/module/businessclass

Example: https://acmecorp.com:1443/prodltm/soap/ldwsdl/Recruiting/Candidate

If you are familiar enough with a business class, you could be able to construct correct calls, which are generally formname_actionname_formoperation.

The easiest way to identify operations and parameters is to use the Landmark Web Service API Documentation application, which runs on your Landmark server. The API documentation includes pages that document the API for all the SOAP and REST methods in your Landmark application.

The SOAP documentation includes the corresponding WSDL and XML schemas (XSDs).

The REST documentation uses the OpenAPI User Interface.

Because the pages run from your Landmark server, it automatically reflects all existing business classes and any user-defined business classes.

You launch the API document from your Landmark server. Go to: LandmarkURL/dataarea/soap/doco/html/api

Example dataarea values: hcm, fsm, gen

Example (Cloud): https://acme.aws.infor.com/fsm/soap/doco/html/api

Example (On-premises): https://acmecorp.com:1443/prodltm/soap/doco/html/api