Monday, September 28, 2020

SAP API Management - Response Cache

Scenario: Instead of hitting your backend server multiple times, you want to cache the response for the data which is not updated frequently. 

Sunday, September 27, 2020

Ariba CIG Basics

To start with CIG,  download and install CIG AddOn in SAP ERP or SAP S/4 HANA and enable CIG settings on Ariba Apps. Also, download and install Cloud Connector within customer firewall. Cloud connector will be used for inbound communication from CIG to S4 HANA/ ERP.

Friday, September 25, 2020

Saturday, September 12, 2020

SAP API Management - Quota Policy

 Scenario: You want to limit API calls based on time interval.

SAP API Management - Conditional Flow

Scenario: Client always wants response in XML format. Now, if client sends GET request to /json path, target system sends a JSON response. So, there should be a conversion rule to convert JSON to XML before sending response back to the client.

Create XSD using Eclipse

  Steps:

1. Create a new Project and a new folder under that project.

2. If you want, you can change the default namespace.

Friday, September 11, 2020

Create WSDL file using Eclipse

 Steps:

1. Create a new Project and a new folder under that project.