Access External Service

SAP Mobile Server can also be used for accessing OData services provided by any external OData provider. The proxy URL supports read (HTTP GET), create (HTTP POST), update (HTTP PUT or HTTP MERGE), and delete (HTTP DELETE).

Syntax

Perform an HTTP request at the following URL:

http://host:port/[public/]/{proxyName}

Parameters

Returns

If successful, returns a 200 OK status code and a response body.

Examples