Business Services
Two business services are used as part of the Shipping Calculation Process workflow, one of them twice:
EAI Siebel Adapter, in step 1: Get data from Siebel and step 3: Write data into Siebel
Shipping Cost Service (eScript), in step 2: Calculate Shipping Cost
The call to the Shipping Cost Service (eScript) business service sets the business service method argument values shown in the following table.
Business Service Method Argument | Value |
---|---|
MapName |
CalculateShippingCost |
SiebelMessage |
SiebelMessage is what is passed back and forth between the business service and the workflow. It contains the input and output information in a structured format. |
Input Integration Object Name |
If you want to use this business service for another business component, you must create a new input integration object and define its value here. The value should match the equivalent value for the business service in the workflow. |
Output Integration Object Name |
If you want to use this business service for another business component, you must create a new output integration object and define its value here. The value should match the equivalent value for the business service in the workflow. |