OData Service Binding
OData Service Binding provides external connectivity for OData over HTTP. It supports QUERY, READ, CREATE, UPDATE and DELETE operations. It also supports JSON and XML message types.
Binding
This section has the following fields.
| Field | Description |
|---|---|
| Resource Name | The name of the resource. |
| Entity Container Schema | Value for the schema namespace of the entity container. |
| Entity Set Name | The name of the entity set. |
| Include in Service Document | Indicates that the boolean value of the entity set is advertised in the service document. If the value is set to false, then the Entity Set is not present in the metadata file. By default, the check-box is selected. |
| HTTP Connector Name | The name of the HTTP Connector.
By default, a new HTTP Connector Shared Resource is created when you create a new OData Service binding. Change the field value type to Module Property to specify a module property that has been defined as an HTTP Connector Shared Resource. |
| Response Client Format | The type of response message format.
The supported response message formats are JSON or XML. |
| Resource Schema | Displays the schema selected. |
Entity Type
This section has the following tabs.
| Field | Description |
|---|---|
| Entity Type Name | The name of the entity type. |
| Base Type | Select the Base type property of an entity. It is the name of an Entity Type where all properties and keys of the parent Entity Type (Base Type) are inherited by this Entity Type. |
| Open Type | Select the check-box for Open type property of an entity. It indicates the Flag, if the Entity Type is Open. An open type allows clients to add properties dynamically to instances of the Entity Type by specifying uniquely named values in the payload which is used to insert or update an instance of the Entity Type. |
Operation Details
This section has the following tabs.
Copyright © Cloud Software Group, Inc. All rights reserved.
