Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to call rest service dynamically using rest.binding.requestURI property in Oracle SOA 12c

User_M48AJMay 23 2019 — edited May 23 2019

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?

Comments

Post Details

Added on May 23 2019
1 comment
1,675 views