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

SiebelService Methods for Siebel Web Client Automation Server


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

Table 37. SiebelService Methods Syntax Summary
Method
Description
Syntax

GetLastErrCode Method

Returns the last error code.

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

GetLastErrText Method

Returns the last error text message.

Dim svc As SiebelService
Dim sText as String
sText = svc.GetLastErrText

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