You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Sending Processing Mode

This contract describes all the properties available in the Sending PMode. The required data fields are marked as mandatory; default values are provided. Some values of the Sending PMode can be overridden by a SubmitMessage. This definition is available as XSD.

Error rendering macro 'html'

Attachment 'sending-pmode.html' not found on page 'PModes' in space EDELCOMMUNITY.

 (*): M = Mandatory | O = Optional | R = Recommended

Receiving Processing Mode

This contract describes all the properties available in the Receiving PMode.  The required data fields are marked as mandatory; default values are provided.  This definition is available as XSD.

Error rendering macro 'html'

Attachment 'receiving-pmode.html' not found on page 'PModes' in space EDELCOMMUNITY.


 (*): M = Mandatory | O = Optional | R = Recommended


(**) When the received payloads must be delivered to the FileSystem, the following parameters available:

  • Location: The location on the filesystem (directory) where the payloads must be delivered.

  • FileNameFormat: Defines how the filename of the delivered payloads must look like. There are two macro's available that can be used to define this pattern:

    • {MessageId} : inserts the ebMS MessageId in the filename
    • {AttachmentId} : inserts the AttachmentId in the filename It is possible to combine the macro's which means that it is possible to use {MessageId}_{AttachmentId}.


      When the FileNameFormat parameter is not defined, the AttachmentId of the payload will be used as the filename When the FileNameFormat parameter is defined, but it contains none of the above defined parameters, then _{AttachmentId} will be appended.

      > (The FileNameFormat parameter is available as from AS4.NET v2.0.1)

  • AllowOverwrite: Defines whether files with the same name can be overwritten when delivering a payload. Possible values are True and False, the default-value is false.

(The AllowOverwrite parameter is available as from AS4.NET v2.0.1)

  • No labels