Dynamic web services syntax
The dynamic web service works by URL convention. The response will include the fields that are in the request. All dynamic web services are available for all applications and application objects running on Landmark.
Classes
Syntax:
LandmarkURL/dataarea/soap/classes/module/businessclass
Example: https://acmecorp.com:1443/prodltm/soap/classes/Recruiting/Candidate
Response: XML, CSV, JSON
SOAP/WSDL
Syntax:
LandmarkURL/dataarea/soap/ldwsdl/module/businessclass
Example: https://acmecorp.com:1443/prodltm/soap/ldwsdl/Recruiting/Candidate
Response: WSDL
REST
Your web service can also be accessed through the REST interface. The default output is JSON but you can also request a SOAP response.
Syntax (JSON):
LandmarkURL/dataarea/soap/ldrest/businessclass/operation?field=value
Example: http://lr87417e.infor.com:8080/ghr/soap/ldrest/Item/Create_ItemForm_FormOperation?Item=jerry368&Description=+&ItemText=COM%2BSERVICES
Response: JSON (default response)
Syntax (REST/XML):
LandmarkURL/dataarea/soap/ldrest/businessclass/operation?field=value_&out=SOAP
Example: http://lr87417e.infor.com:8080/fin/soap/ldrest/Item/Delete_ItemForm_FormOperation?Item=jerry368&Description=+&ItemText=COM%2BSERVICES&_out=SOAP
Response: XML