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!

Unable to pass query parameters for GET operation in REST adapter configuration in SOA 12c

3745809Nov 22 2018

Hi,

I am trying pass query parameter(WorkOrderNumber) to fetch WorkOrderId in the following WADL

WADL:https://eejx-test.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/workOrders

When I am passing query parameter like this in postman or SOAP UI i could able to get the response

https://eejx-test.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/workOrders?q=WorkOrderNumber=12

But when I am trying to implement the samething in SOACS we are getting the following error always:

"Bad request, URL request parameter WorkOrderNumber cannot be used in this context"

Comments
Post Details
Added on Nov 22 2018
2 comments
1,087 views