Skip to main content
Skip table of contents

t_SOADefinition_IntegrationServices_Service

Service

Properties

args : identifierList

Service arguments: arg1 arg2 ... argN. A special argument is *:output* which keeps track of the output channel.

These are arguments that the service expects. They can be passed in by SysService'invoke... or by setting the properties on a Service Binding.
Valid values based on“token”.
(:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*\s+)*(:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*)?

Each element in the list must begin with a letter or underscore. Elements are space delimited.

description : string

Service description.

interface : string

Service interface. If not specified, the service can process any message, which is provided in raw (unparsed) format.

layout : string

GUI layout data.

name : identifier

The service name.

Valid values based on“string”.
:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*

Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.

privilege : string

Privilege required to invoke the service.

privileged : boolean

True to execute the service in privileged mode (without security restrictions).

stream : boolean

True to provide a stream input in the raw message body.

variables : identifierList

Service variables: var1 var2 ... varN.

Variables can be used to pass information from step to step or control message flow.
Valid values based on“token”.
(:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*\s+)*(:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*)?

Each element in the list must begin with a letter or underscore. Elements are space delimited.

Content

Parents

Parent topic: t_SOADefinition_IntegrationServices

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.