Siebel Application Integration for Oracle Fusion Middleware Guide > Working with XSDs Using SAI for Oracle Fusion Middleware >

About Using XSDs with Siebel RESTful Services


After you deploy your XSD files to Oracle WebLogic Server, you can use these files for CRUD operations, similar to other integration objects used for REST calls.

The following is a sample URI pattern:

http://weblogic_server_IP:port/oracle-crm/api/rest/siebel/JNDI_ra_name/deployed_xsd_name?searchexpr=[IntCompName.IntCompFieldName] search_expression

The following is a sample URI example:

http://localhost:7101/oracle-crm/api/rest/siebel/siebel.SiebelResourceAdapterConnFactory/Base%20Account_0_0.xsd?searchexpr=[Account.Name]like"A*"

For more information about working with Siebel RESTful Services, see Working with Siebel RESTful Services.

Related Topics

About Working with XSDs Using SAI for Oracle Fusion Middleware

Process of Designing and Deploying XSDs Using SAI for Oracle Fusion Middleware

Designing XSDs Using SAI for Oracle Fusion Middleware

Deploying XSDs Using SAI for Oracle Fusion Middleware

Undeploying XSDs That Were Created Using SAI for Oracle Fusion Middleware

Siebel Application Integration for Oracle Fusion Middleware Guide Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.