Beschreibung von Download
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: ReadAkten 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> <ReadAktenRequest><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:DokumentÄnderungAb>DateTime</q1:DokumentÄnderungAb> </q1:Filter></ReadAktenRequest> </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> <ReadAktenResponse><q1:AktenListe> <q1:Akten> <q1:Klient>Int32</q1:Klient> <q1:ANr>Int32</q1:ANr> <q1:A3ANr>Int32</q1:A3ANr> <q1:AnhangFelder>String</q1:AnhangFelder> <q1:AnhangBin>String</q1:AnhangBin> <q1:AnhangDokZähler>String</q1:AnhangDokZähler> </q1:Akten> <q1:Akten> <q1:Klient>Int32</q1:Klient> <q1:ANr>Int32</q1:ANr> <q1:A3ANr>Int32</q1:A3ANr> <q1:AnhangFelder>String</q1:AnhangFelder> <q1:AnhangBin>String</q1:AnhangBin> <q1:AnhangDokZähler>String</q1:AnhangDokZähler> </q1:Akten> </q1:AktenListe><ReadAktenResponse> </soap:Body> </soap:Envelope>
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: ReadAkten 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> <ReadAktenRequest><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:DokumentÄnderungAb>DateTime</q1:DokumentÄnderungAb> </q1:Filter></ReadAktenRequest> </soap:Body> </soap:Envelope> ------=_Part_0_633020289278900904 Content-Id: eindeutiger Bezeichner (Pflicht) Content-Type: ContentType Inhalt des 1. Attachements ------=_Part_0_633020289278900904--