Creating a OData Service
A service is created from a process. You can expose the process and describe the content that is sent and received by the process in an XSD. The XSD defines the data that you send and receive. The process is the actual implementation of what you do with the data.
The key abstraction of information in OData is a resource. TIBCO Business Studio™ supports the following operations: QUERY, READ, CREATE, UPDATE, and DELETE. Both XML and JSON are supported as data serialization formats.
Copyright © Cloud Software Group, Inc. All rights reserved.