I want to call Rest URL dynamically using rest.binding.requestURI from BPEL.
My REST URL is Query type and look like as below:
https://hostname/resourcePath?q={transactionID_t:{$eq: '12345'}}.
When hardcoding entire URL in Property rest.binding.requestURI getting error as invalid syntax.
Can anybody help on this?