Siebel Adapter 6.0 SP3 | webMethods Siebel Adapter Documentation | webMethods Siebel Adapter Installation and User’s Documentation | Overview of the Adapter | webMethods-to-Siebel Communication | Delete Services | Delete Service Run-Time Processing
 
Delete Service Run-Time Processing
The following diagram illustrates how the Siebel Adapter processes a Delete service at run time.
Step
Description
1
A flow or Java service, typically invoked by an Integration Server client, initiates the Delete service on the Integration Server. The client passes the required input information to the service.
You configure the Delete service and the wrapping flow or Java service using Designer.
2
The adapter service retrieves a connection from the service's associated connection pool.
You configure and enable the adapter connection using the Integration Server Administrator. Adapter connections contain attributes that help the adapter connect to the Siebel application. For more information about connection pooling, see Connection Pooling.
3
The Object Manager performs the Delete service's operation, based on search criteria specified in the service. The service uses Siebel's Business Object Interface (BOI) API to process the operation.
4
If the operation is successful, the Object Manager passes the result to the Delete service, which returns the result to the client. The result is a string field that indicates the number of rows deleted by the service.
If the operation is unsuccessful, the Object Manager returns an error to the adapter, which passes the exception to the Integration Server logs. For more information about how the adapter handles exceptions, see Logging and Exception Handling.