Document Delivery Version 101 XML tags: HTTP or Network

About this task

  • XML Tags: HTTP or Network
  • Examples: HTTP or Network

XML Tags: HTTP or Network

XML Tag Description
<Header> The main wrapper tag for the XML style header. There are no attributes for this tag
<DestinationFilename> Contains the remote destination filename. There are two attributes for all systems for this tag
Filename The remote destination filename to be delivered to.
Rename Options are:
"Yes" (Default) The rename feature can be used.
"No" The rename feature cannot be used. Important: If this condition is found on an APPEND type delivery, the delivery will fail; APPEND deliveries must be able to rename.
Note: The FTP system has two additional attributes.

Examples: HTTP or Network

When there are no Pre and Post commands, it is not necessary to use the header tag.

These two examples work the same way.

Procedure

  1. No header
    101 <DestinationFilename filename="remoteFilename.txt" rename="yes"/>
    Data
  2. Header
    101 <Header>
    ????????<DestinationFilename filename="remoteFilename.txt" rename="yes"/>
    </Header>
    Note: Pre and Post commands are available to FTP delivery only.

    If Pre and Post commands are used for Network or HTTP deliveries the:

    • Header will be considered invalid.
    • Output document will be flushed.