Hi Experts,
We are working on synchronous interface where source URL will have parameter value like below:
1. https://--------?datasource=WSSOURCE
2. https://--------?datasource=WSDOC
3. https://--------?datasource=WSNAV
Based on datasource parameter value request should be sent to corresponding service/URL of Target system and fetch response. Target URL of target system should look like below.
1. https://--------/WSSOURCE/------------- [this should be called when datasource=WSSOURCE on source URL]
2. https://--------/WSDOC/------------- [this should be called when datasource=WSSOURCE on source URL]
3. https://--------/WSNAV/------------- [this should be called when datasource=WSSOURCE on source URL]
Kindly help to achieve this requirement in API Management in SAP Integration Suite.
Thank you!
Regards,
Ramu.