This blog will cover the step-by-step guide on how to create the Sender REST Adapter Scenario in SAP PI. It will cover all the configuration steps of the sender REST adapter.
Scenario :
REST adapter can be used for consuming a REST service or exposing a REST service in PI. This blog will cover only exposing of REST service for which Sender REST Adapter will be used.
Flow:
REST<–> SAP PI<–>SOAP ( calculator service)
It will be a synchronous scenario where the request will send to PI and response will be received based on the operation (Add, Sub, Divide or multiple).
To keep everything simple in this blog I will cover only Add operation and next blogs I will show how to use multiple operations in the REST adapter.
In case you are looking for Async example here is a step by step guide REST Adapter scenario in SAP PI – JSON/XML
Read More