Calling the Credit Card Transaction Service from Other Places in Siebel eSales
You can call a business service from any of the following:
Button, as long as the applet that contains this button is based on the CSSBCBase class
Workflow
Script, either Siebel eScript or Siebel VB
To call the Credit Card Transaction Service business service
Use the GetService() method to get an instance of the business service.
Use Service_InvokeMethod() to invoke a method of the business service.
Use SetProperty() to pass values for the business service method arguments that need to be set.
See Business Service Methods for the business service method arguments of the Credit Card Transaction Service.