Defined web services syntax

Configuration Console includes a web services builder that allows you to define a web service which can contain form-based operations and list-based operations. Within each operation, you can design the web service interface by selecting fields for the input message and output message.

Once a web service has been defined in Configuration Console, you can invoke it via standard protocols:

SOAP/WSDL

Syntax: LandmarkURL/dataarea/soap/wsdl/webserviceName

Example: https://acmecorp.com:1443/prodltm/soap/wsdl/ltmwebserv

Response: WDSL

REST

Your defined web service can also be accessed through the REST interface. The default output is JSON but you can also request a XML/SOAP response.

Syntax (JSON): LandmarkURL/dataarea/soap/lrest/webserviceName/operation

Example: https://acmecorp.com:1443/prodltm/soap/lrest/ltmwebserv/candidatelist

Response: JSON (default response)

Syntax (REST/XML): LandmarkURL/dataarea/soap/lrest/webserviceName/operation?_out=SOAP

Example: https://acmecorp.com:1443/prodltm/soap/lrest/ltmwebserv/candidatelist?_out=SOAP

Response: XML