Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Introduction

About this page

Inline links on this page for XML Elements generally lead to the JADE Parameter Reference articles.

Links to related articles in this User Manual are in the 'Further Information' section at the foot of this article.

A Simple File Transfer Example Configuration

The configuration for a simple file transfer as shown in the SOS XML Editor is shown in the screen shot below.

...

  • The starting point is the ProfileID in center of the pane which is specified in the command line call.
  • The Copy Operation specifies that CopySource and  CopyTarget elements are required. These elements are added automatically by the Editor along with any child elements that are listed in the XSD Schema as being required.
    As the Editor validates the configuration before it can be saved, the user is effectively guided through the configuration, being prompted to set values at least for all required elements and informed about the optional child elements that can be applied at a particular point in the configuration by the 'Add child' button at the top of the right hand pane.
  • An FTPFragmentRef element has been selected for the CopySourceFragmentRef. The value for this element is the name of the ProtocolFragment specified in the Protocol branch shown at the top of the Editor pane.
    • This referencing technique allows a number of Fragment elements to be specified within a Configuration and used as desired.
  • The FTPFragment specified is selected from the Fragments listed when the 'Add child' button is clicked for the ProtocolFragments element.
    Selection of the FTPFragment element causes the Editor to automatically add the required child elements - in this case the BasicAuthentication and Account and BasicConnection and Hostname elements.
    • The optional Password element, which is required by the FTP server on test.sos-berlin.com, is added manually by way of the 'Add child' button.
    • The optional Port element shown was added for demonstration purposes but is set to the default value for the FTPFragment.
    • See ...... for more detailed information about Fragments
      Status
      colourYellow
      titleToDo

Further Information

...