if you dont mind could you pleas share you channel configuration(dynamic conifig) and UDF dynamic config code?
Hi Kiran,
If I understand your issue correctly, you've problem in configuring the REST endpoint in channel and retrieving it in mapping. Try with below approach.
http://Host:Port/RESTAdapter/rest/sapecc/v1/frako/licensenumber/520501
Channel Selection Tab
After receiving the message, verify the dynamic attributes of the message and see if you are getting the URL correctly or not by checking the attribute "path" of http://sap.com/xi/XI/System/REST . Then, in message mapping write a UDF to read this path and map it as required.
---Priyanka
Add comment