Access External Service

SAP Mobile Platform Server can also be used to access OData services that are provided by any external OData provider. The proxy URL supports read (HTTP GET), create (HTTP POST), update (HTTP PUT), and delete (HTTP DELETE).

Syntax

Perform an HTTP request at the following URL:

http[s]://<host:port>/[public/]/[connectionName]

Parameters

Returns

If successful, returns a response from the back end and a response body.

Examples

Related tasks
Accessing a Service Through a Proxy URL