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

Siebel Service Methods for the Web Client Automation Server


Table 147 describes a summary of Siebel service methods you can use with the Web Client Automation Server.

Table 147. Summary of Siebel Service Methods for the Web Client Automation Server
Method
Description
Format

GetNextProperty Method for a Business Service

Returns the name of the next property of a business service.

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

InvokeMethod Method for a Business Service

Calls a method.

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

Name Method for a Business Service

Returns the name of a business service.

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

Siebel Object Interfaces Reference Copyright © 2015, Oracle and/or its affiliates. All rights reserved. Legal Notices.