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"