Tuesday, December 15, 2009

Invoke a Business service method from a datamap with the Input argument value

You can invoke a Business service method from a datamap and also you can provide the Run-time value for the Business service Input argument.

For Ex:
Source Expr:
InvokeServiceMethod("BS Name", "BS Method", "InputArg='"   + [Value]  +  "'", "OutputArg")

Target Field:


Here the [Value] is the input value for the BS input argument "InputArg".  Finally the output value in the BS output argument "OutputArg" will be mapped to the Target Field.


http://www.siebeldigest.com/

0 comments: