WebSphere® Adapter for Siebel Business Applications supports synchronous outbound processing. This means that when the component sends a request in the form of a WebSphere business object hierarchy to the adapter, the adapter processes the request and returns a WebSphere business object hierarchy that represents the result of the operation.
When the adapter receives a WebSphere business object hierarchy, the adapter processes it as follows:
WebSphere Adapter for Siebel Business Applications supports the outbound operations shown in the following table.
Operation | Description |
---|---|
Create | Creates the business component. |
Delete | Deletes the business component and its children. |
Exists | Checks for the existence of incoming business objects. The output business object, "ExistsResult" will be returned with the boolean value populated. |
Retrieve | Specifies the value of the business component. |
RetrieveAll | Retrieves multiple instances of the same business component and populates it as the container object. |
Update | Updates the Siebel application with the incoming business object. |