Siebel Mobile Connector Guide > Working with the Metadata Business Service > The Metadata Business Service API >

InvokeMethod


InvokeMethod calls a method.

Syntax

virtual ErrCode InvokeMethod (const SSchar* pMethodName,

const CCFPropertySet & inputArgs,

CCFPropertySet & outputArgs);

Argument
Description

MethodName

Indicates the name of the method that you want to call.

inputArgs

The input arguments of the method that you want to call.

outputArgs

The output arguments of the method that you want to call.

Returns

ErrCode. TRUE indicates success; FALSE indicates failure.

Example

InvokeMethod(SStext("CreateStyleSheets"), inputs, outputs);

Siebel Mobile Connector Guide