serviceName | String The name you want to associate with the delivery service. |
host | String (optional) The host name or IP address of the Integration Server on which to invoke this delivery service. If you do not specify host, this services uses “localhost.” |
port | String (optional) The port number that the Integration Server on which to invoke this delivery service listens for incoming requests. If you do not specify port, this service uses port number “5555.” |
user | String (optional) The user name to supply when invoking the delivery service. |
password | String (optional) The password (for the user name specified in user) to supply when invoking the delivery service. |
ifc | String The fully-qualified name of the folder for the delivery service. |
svc | String The service name for the delivery service. |
scheduled | String Whether the delivery service is a scheduled delivery service or an immediate delivery service. Valid values are: true - For a scheduled delivery service. false - For an immediate delivery service. |