Outgoing REST web services
Administration Page | Application/Contract | Syracuse/Collaboration | Class | restWebServices | Representation | restWebService |
---|
This function is used to declare outgoing REST Web services that can be used from a SAFE X3 dedicated API.
An outgoing REST Web service is identified by a name that is mandatory and unique. It is used during the call.
The base URL is the prefix of the call to the service. It usually only includes the beginning of a URL that can provide different services. The services URL can be given during the call.
Defines the format of the data exchanged. It can be either XML or JSON.
Defines if an authentication is required when the service is called. The choices are None or Basic.
You have to add all the CA certificates of the site to ensure a secure connection (TLS).
The ASYRRESTCLI library contains the functions used to execute outgoing REST Web services.