Oracle Service SOAP API
Content
Hello:
We're integrating our Oracle EBS with Oracle Service Cloud using Cast Iron integration tool.
The Service Cloud SOAP has several APIs such as Create, Update, QueryObjects etc.
I would like to know how to pass the number values to these APIs.
For e.g. I'm trying to update a custom object Orgs based on the account number which is uploaded along with customer name to this object.
I'm using QueryObjects() to first query the data. When I look at the body of this api it has the following elements in the body:
1. Query - I believe, we can pass ROQL query to this element with binding parameter. How can we do it?
0