Using Siebel REST API to Access Siebel Business Services XML Examples
You can use the Siebel REST API to access Siebel Business Services. Users can call Siebel
Business Services using the Siebel REST API HTTP POST request by specifying the Business
Service Name, Method Name, and method parameters in the URI. To view the response in XML
format, the Content-Type header should be application/xml. The response will be in XML
format wrapped in a <response>
tag.
This topic includes the following information: