3.2.2.4. Upload list

Purpose of the function

The upload list displays all files that have been transferred to a business unit within the last 10 days.

Servlet to use

The Dir servlet is used to display an upload list. This servlet can be called up using the following URL:

https://extranet.bundesbank.de/FT/dir

Fixed parameters for Dir servlet

The following fixed parameters must be transferred to the URL:

Parameter

Value

Use

dirKind

“DOWN”

To call up a list of files that are ready to be downloaded.

“DEL”

To call up a list of files that are ready to be confirmed.

“DIR”

To call up a list of all files that have been transferred from the customer to ExtraNet.

Structure of XML page

After calling up the URL and passing the parameters, the list established through the dirKind parameter is created and returned in the form of an XML page with the following structure:

<?xml version="1.0" ?>

<!DOCTYPE auftragsview [

<!ELEMENT auftragsview (auftrag*)>

<!ELEMENT auftrag (nr,dateiname,dateigroesse,einstellzeit,auftragskennung)>

<!ELEMENT nr (#PCDATA)>

<!ELEMENT dateiname (#PCDATA)>

<!ELEMENT dateigroesse (#PCDATA)>

<!ELEMENT einstellzeit (#PCDATA)>

<!ELEMENT auftragskennung (sender,empfaenger,typ,auftragsid)>

<!ELEMENT sender (#PCDATA)

<!ELEMENT empfaenger (#PCDATA)>

<!ELEMENT typ (#PCDATA)>

<!ELEMENT auftragsid (#PCDATA)>

]>

<auftragsview>

<auftrag><nr>0</nr><dateiname>Alterkontostand.txt</dateiname><dateigroesse>3</dateigroesse><einstellzeit>2007-05-18 14:59:26.0</einstellzeit><auftragskennung> <sender>FTSEX</sender><empfaenger>NACHS</empfaenger><typ>SD</typ><auftragsid> 1065</auftragsid></auftragskennung></auftrag><auftrag><nr>1</nr><dateiname> Alterkontostand.txt</dateiname><dateigroesse>3</dateigroesse><einstellzeit>

2007-06-08 09:58:31.0</einstellzeit><auftragskennung><sender>FTSEX</sender> <empfaenger>NACHS</empfaenger><typ>SD</typ><auftragsid>1073</auftragsid> <auftragskennung></auftrag></auftragsview>

Definition of XML tags

The individual XML tags are defined as follows:

Tag

Definition

auftrag

Order element in the list

nr

Number

dateiname

Filename

dateigroesse

File size in bytes

einstellzeit

Time of upload

auftragskennung

 

sender

empfaenger

typ

auftragsid

Relevant data for upload

 

Sending application

Application processing the order

Order type

Order number

For orders that have been transferred to ExtraNet by the customer, “FTSEX” always appears as the sending application.

In addition to this XML file, the Dir servlet sets the following cookie:

“JSESSIONID”

This session cookie is used when carrying out downloads or confirmations in order to read the data in the list (auftragsid, etc.).