For this property... | Specify... |
Service | The fully qualified name of the service that will be invoked at run time. When you insert a service, Designer automatically assign the name of that service to the Service property. If you want to change the service that is invoked, specify the service’s fully qualified name in the format folderName:serviceName or click and select a service from the list. |
Timeout | Optional. Specifies the maximum number of seconds that this step should run. If this time elapses before the step completes, Integration Server issues a FlowTimeoutException and execution continues with the next step in the service. If you want to use the value of a pipeline variable for this property, type the variable name between % symbols. For example, %expiration%. The variable you specify must be a String. If you do not need to specify a time-out period, leave Timeout blank. For more information about how Integration Server handles flow step timeouts, refer to the description of the watt.server.threadKill.timeout.enabled configuration parameter in webMethods Integration Server Administrator’s Guide. |
Validate input | Whether or not you want the server to validate the input to the service against the service input signature. Select True to validate the input. Select False if you do not want to validate the input. |
Validate output | Whether or not you want the server to validate the output of the service against the service output signature. Select True to validate the output. Select False if you do not want to validate the output. |