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

SiebelService


Table 41 lists a summary of the SiebelService Methods syntax.

Table 41.  SiebelService Methods Syntax Summary
Method
Description
Syntax
Returns the last error code.

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

Returns the last error text message.

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

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

Dim svc As SiebelService
Dim status as Boolean
Status = svc.InvokeMethod(MethodName as String, inputPropSet as SiebelPropertySet, outputPropSet as SiebelPropertySet)

Returns the name of the business service.

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


 Siebel Object Interfaces Reference 
 Published: 18 June 2003