Siebel Adapter 6.0 SP3 | webMethods Siebel Adapter Documentation | webMethods Siebel Adapter Installation and User’s Documentation | Siebel-To-webMethods Communication | EAI webMethods Transports | Guaranteed Synchronous IS Service Invoke
 
Guaranteed Synchronous IS Service Invoke
*Display name: Guaranteed Synchronous IS Service Invoke
*Business service method name: SyncISInvokeG
*Description: Synchronously invokes an Integration Server service on Integration Server via the Integration Server guaranteed delivery facility.
Note:
Be sure to specify values for the appropriate parameters in the WmISTransport.cfg file, as described in Using the Transport Configuration File.
Inputs:
Input Parameter
Display Name
Description
certificates
Certificates
Optional. A semi-colon-separated string specifying the absolute path and names of all the certificates in your certificate chain.
delimiter
Delimiter
Optional. A user-specified delimiter character used to separate input Keys from Values. The default is a semi-colon. Use a different delimiter if the data you are passing to webMethods contains a semi-colon.
folderName
Folder
The Integration Server folder that contains the service to invoke. Separate subfolders with a period.
inputData
Input Data
Optional. A property set containing data being sent to Integration Server.
numRetry
Number of Retries
The number of retries allowed to invoke a service on Integration Server.
password
Password
The password used to connect to Integration Server.
privateKey
Private Key
Optional. A string specifying the absolute path and name of the private key that corresponds to the public key in your certificate.
server
IS Server Name
A string specifying Integration Server's name in the form hostname:portNumber.
serviceName
Service Name
The service you want to invoke on Integration Server.
timeToLive
Time to Live
A string specifying this transaction's Time to Live, in minutes.
userName
User Name
The user name used to connect to Integration Server.
useSSL
Use SSL
A string (Yes/No) indicating whether you are using SSL to pass data securely from Siebel to Integration Server. Using SSL requires a corresponding port on Integration Server that can handle an SSL connection to Integration Server.
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.