Beschreibung von Download


Klicken Sie hier, um die vollständige Vorgangsliste anzuzeigen.

ReadDokumente

SOAP

Folgendes ist eine Beispielanfrage- und Antwort für SOAP. Die angezeigten Platzhalter müssen durch richtige Werte ersetzt werden.

POST /Service/WebAktService.SWAX/Download HTTP/1.1
Host: akteneinsicht.advokat.at
Content-Length: length
SOAPAction: ReadDokumente
Content-Type: text/xml; charset=utf-8

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <ReadDokumenteRequest>
<q1:Filter xmlns:q1="https://advokat.at/Akteneinsicht2/WebAktServiceTypen.xsd"> <q1:KlientLogin> <q1:A3Kurz>String</q1:A3Kurz> <q1:Kennwort>String</q1:Kennwort> </q1:KlientLogin> <q1:ANr>Int32</q1:ANr> <q1:ÄnderungAb>DateTime</q1:ÄnderungAb> </q1:Filter>
</ReadDokumenteRequest> </soap:Body> </soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <ReadDokumenteResponse>
<q1:DokumentListe> <q1:Dokumente> <q1:Akt>Int32</q1:Akt> <q1:DokZähler>Int32</q1:DokZähler> <q1:A3DokZähler>Int32</q1:A3DokZähler> <q1:Datum>DateTime</q1:Datum> <q1:Betreff>String</q1:Betreff> <q1:BinDatum>DateTime</q1:BinDatum> <q1:BinName>String</q1:BinName> </q1:Dokumente> <q1:Dokumente> <q1:Akt>Int32</q1:Akt> <q1:DokZähler>Int32</q1:DokZähler> <q1:A3DokZähler>Int32</q1:A3DokZähler> <q1:Datum>DateTime</q1:Datum> <q1:Betreff>String</q1:Betreff> <q1:BinDatum>DateTime</q1:BinDatum> <q1:BinName>String</q1:BinName> </q1:Dokumente> </q1:DokumentListe>
<ReadDokumenteResponse> </soap:Body> </soap:Envelope>

SOAP With Attachaments (SWA)

Folgendes ist eine Beispielanfrage für SWA. Die angezeigten Platzhalter müssen durch richtige Werte ersetzt werden.

POST /Service/WebAktService.SWAX/Download HTTP/1.1
Host: akteneinsicht.advokat.at
Content-Length: length
SOAPAction: ReadDokumente
Content-Type: Multipart/Related; type="text/xml"; boundary="----=_Part_0_633020289278900904"
MIME-Version: 1.0

------=_Part_0_633020289278900904
Content-Type: text/xml; charset=utf-8

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <ReadDokumenteRequest>
<q1:Filter xmlns:q1="https://advokat.at/Akteneinsicht2/WebAktServiceTypen.xsd"> <q1:KlientLogin> <q1:A3Kurz>String</q1:A3Kurz> <q1:Kennwort>String</q1:Kennwort> </q1:KlientLogin> <q1:ANr>Int32</q1:ANr> <q1:ÄnderungAb>DateTime</q1:ÄnderungAb> </q1:Filter>
</ReadDokumenteRequest> </soap:Body> </soap:Envelope> ------=_Part_0_633020289278900904 Content-Id: eindeutiger Bezeichner (Pflicht) Content-Type: ContentType Inhalt des 1. Attachements ------=_Part_0_633020289278900904--