SAP ASE includes OData Server sample files to illustrate how to run
OData Server, set up an OData client, and send requests and responses between
them.
There
are two sample files you can run, both located in
$ASE/ASE/(
%ASE%\ASE\ in Windows):
- The OData SalesOrder sample – illustrates how to use a Microsoft
.NET OData Client to send OData requests to an OData Server that connects to a
SAP ASE sample database. See $ASE/ASE/ODataSalesOrders/readme.txt (%ASE%\ASE\ODataSalesOrders\readme.txt in Windows).
- The OData Security sample – illustrates how to use an OData4J
Java client to send OData requests over HTTPS to an OData Server that connects
to an SAP ASE sample database. This shows you how an OData Producer service
model works with database authentication. See $ASE/ASE/ODataSecurity/readme.txt (%ASE%\ASE\ODataSecurity\readme.txt in Windows).