cancel
Showing results for 
Search instead for 
Did you mean: 

Data coming in the rest endpoint URL after? how to fetch data from URL using rest sender adapter

ranga09
Discoverer
0 Kudos

Hi Experts,

We have a requirement where I was supposed to get the data from web-service in “x-www-form-urlencoded” format using GET Method via REST Sender Adapter.

Detailed Requirement:

My scenario is REST to SAP

PO needs to get the data from sender webservice using REST Sender Adapter

Method: GET

http://<host>:<port>/RESTAdapter/service?id=d83bdba7-dc27-48e4-82e3-c602e2581210:0&status=sent×tamp=1699519585☎_number=919848012345&mobile=919848012345&message=Message%20sent&custom_response=false

Data coming in the rest endpoint URL after? how to fetch data from URL using rest sender adapter.

Thanks in advance!!

Ranga

Accepted Solutions (0)

Answers (1)

Answers (1)

fprokopiuk
Active Participant
0 Kudos

Hello Ranga,

You should use Dynamic Attributes from Rest Resources tab. Choose Get Variable from Value Source, enter chosen variable name in GET Variable name (for example mobile). Tha variable will be put into dynamic attribute (so called ASMA) chosen in Dynamic Attribute, you can either choose predefined or custom ids. The ASMA you can use in mappings or pass to receiver adapter.

BR, Filip

ranga09
Discoverer
0 Kudos

Thanks for response,

If possible, share configuration settings screenshots and how to use ASMA.

fprokopiuk
Active Participant