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.

Thursday, September 10, 2020

SAP API Management - Assign Message Policy

 Scenario: While sending the request, Client sends the search parameter in the form of query but Back-end system excepts it as a header parameter

Tuesday, September 8, 2020

SAP API Management - XML to JSON conversion

 Scenario: Target system returns the response in XML format. But Client wants the response in JSON format.

SAP API Management - JSON to XML conversion

 Scenario: Target system returns the response in JSON format. But Client wants the response in XML format.