Siebel Adapter 6.0 SP3 | webMethods Siebel Adapter Documentation | webMethods Siebel Adapter Installation and User’s Documentation | Siebel-To-webMethods Communication | EAI webMethods Transports | Synchronous IS Service Invoke | Testing Synchronous IS Service Invoke
 
Testing Synchronous IS Service Invoke
The Siebel Adapter provides a sample method that invokes the Synchronous IS Service Invoke transport. It invokes the addInts service provided by Integration Server. The addInts service sums two numbers and displays the result. You can run this sample method in the Siebel Business Service Simulator.
*Display name: Test Synchronous IS Service Invoke
*Business service method name: TestSyncISInvoke
Inputs:
Input Parameter
Display Name
Description
password
Password
The password used to connect to Integration Server.
server
IS Server Name
A string specifying Integration Server's name in the form hostname:portNumber.
userName
User Name
The user name used to connect to Integration Server.
Note:
The required input parameters folderName and serviceName are hard coded with the values pub.math and addInts, respectively.
Outputs:
Output Parameter
Display Name
Description
message
Message
A description of either the success or failure of the operation.
outputData
Output Data
A property set containing data received from Integration Server. The data returned from Integration Server is contained in a child Siebel property set, while the message and status parameters are contained in the parent Siebel property set.
status
Operation Status
A string specifying the status of the operation.