Siebel

Everything you want to know about Siebel !!!

Invoke BC Method

Scenario: If you want to call a BusComp method in Workflow, Siebel provides a Business Service which can be leveraged to achieve this requirement.

Business Service: Product Manipulation Toolkit Business Service Methods

Method to be invoked: Invoke BC Method

This is a generic method that allows one to invoke a Business Component-based method from Workflow. A Business Service method is invoked from a workflow by default. This method acts as a bridge to allow one to pass in the Business Component name and the method name, along with the parameters and return value required from Workflow to the Business Component specified.

Arguments

BC Name

[in] A string to specify the name of Business Component on which you want to invoke its method. (Required)

Method Name

[in] A string to specify the name of the method in the specified Business Component that you want to invoke. (Required)

Param 0

[in] A string to pass in the first argument to the method. (Optional)

Param 1

[in] A string to pass in the second argument to the method. (Optional)

Param 2

[in] A string to pass in the third argument to the method. (Optional)

Param 3

[in] A string to pass in the fourth argument to the method. (Optional)

Return Property Name

[out] A string to pass out the output of the method. (Optional)

October 7, 2008 - Posted by Narayan Patro | EAI | | 1 Comment

1 Comment »

  1. nice post…

    Comment by Mudassar | December 17, 2008 | Reply


Leave a comment