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 Asynchronous IS Service Invoke
 
Guaranteed Asynchronous IS Service Invoke
*Display name: Guaranteed Asynchronous IS Service Invoke
*Business service method name: AsyncISInvokeG
*Description: Asynchronously 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.
Note:
To report exceptions that occur when executing this transport, see webMethods IS Transport Exception.
Inputs:
Input Parameter
Display Name
Description
busServiceDetails
Siebel Business Service
The names of the Siebel business service and method to invoke to pass data received from webMethods to Siebel. Use this format: busServiceName:methodName
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 the service 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.
sblConnTimeOut
Siebel Connection Timeout
Optional. The number of milliseconds that the transport will wait to establish a Java Thin client connection to the Siebel Server. This connection is used to return data from Integration Server.
sblPassword
Siebel Password
The password used to connect a Java Thin client to the Siebel Server.
sblUserName
Siebel User Name
The user name used to connect a Java Thin client to the Siebel Server.
server
IS Server Name
A string specifying the 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.
transactionID
Transaction ID
An automatically generated string that identifies the transaction.
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.
status
Operation Status
A string specifying the status of the operation. If the transaction fails, the status is returned as 0.