t_SOADefinition_IntegrationInterfaces_Interface
Interface
Properties
description : stringInterface description.
format : stringInterface message format. Used to validate that all Request and Response messages are of the correct format. (optional)
You cannot mix message format types in an interface. e.g. You cannot have a CSV message and an XML message in the same Request list.name : identifierThe interface 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.
Content
Sequence of:
t_Interface_Requests [0..1] - Collection of request messages that the service can receive.
t_Interface_Responses [0..1] - Collection of message types that the service can send.
Parents
t_Interface_Requests
Collection of request messages that the service can receive.t_Interface_Responses
Collection of message types that the service can send.
Parent topic: t_SOADefinition_IntegrationInterfaces