Skip to Content
0
Jan 12, 2023 at 02:17 PM

Dynamic routing using parameter in source URL and calling respective target URL - APIM

194 Views

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.