Siebel Object Interfaces Reference > Siebel Web Client Automation Server Quick Reference >

SiebelService Methods for Siebel Web Client Automation Server


Table 58 lists a summary of the SiebelService methods' syntax.

Table 58. SiebelService Methods Syntax Summary
Method
Description
Syntax

GetNextProperty Method

Returns the last error code.

Dim svc As SiebelService
Dim iErr as Long
iErr = svc.GetLastErrCode

InvokeMethod Method

Calls a specialized method or a user-created method on the business service.

Dim svc As SiebelService
svc.InvokeMethod(MethodName as String, inputPropSet as SiebelPropertySet, outputPropSet as SiebelPropertySet)

Name Method

Returns the name of the business service.

Dim svc As SiebelService
Dim name as String
name = svc.Name

Siebel Object Interfaces Reference Copyright © 2008, Oracle. All rights reserved.