Beschreibung von Upload
Folgendes ist eine Beispielanfrage- und Antwort für SOAP. Die angezeigten Platzhalter müssen durch richtige Werte ersetzt werden.
POST /Service/WebAktService.SWAX/Upload HTTP/1.1
Host: akteneinsicht.advokat.at
Content-Length: length
SOAPAction: UpdateDokument
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>
<UpdateDokumentRequest>
<q1:pDokInfo xmlns:q1="https://advokat.at/Akteneinsicht2/WebAktServiceTypen.xsd">
<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:pDokInfo>
</UpdateDokumentRequest>
</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>
<UpdateDokumentResponse>
<q1:DokumentReturn>
<q1:Zähler>Int32</q1:Zähler>
<q1:UpdateBin>Boolean</q1:UpdateBin>
</q1:DokumentReturn>
<UpdateDokumentResponse>
</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/Upload HTTP/1.1
Host: akteneinsicht.advokat.at
Content-Length: length
SOAPAction: UpdateDokument
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>
<UpdateDokumentRequest>
<q1:pDokInfo xmlns:q1="https://advokat.at/Akteneinsicht2/WebAktServiceTypen.xsd">
<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:pDokInfo>
</UpdateDokumentRequest>
</soap:Body>
</soap:Envelope>
------=_Part_0_633020289278900904
Content-Id: eindeutiger Bezeichner (Pflicht)
Content-Type: ContentType
Inhalt des 1. Attachements
------=_Part_0_633020289278900904--