Beschreibung von Upload


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

UpdateKlient

SOAP

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: UpdateKlient
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>
    <UpdateKlientRequest>
<q1:pKlientInfo xmlns:q1="https://advokat.at/Akteneinsicht2/WebAktServiceTypen.xsd"> <q1:Kanzlei>Int32</q1:Kanzlei> <q1:A3Kurz>String</q1:A3Kurz> <q1:Kennwort>String</q1:Kennwort> <q1:Name>String</q1:Name> <q1:AktenProSeite>Byte</q1:AktenProSeite> <q1:Kanzleimail>String</q1:Kanzleimail> <q1:Zusatz>String</q1:Zusatz> <q1:AnhangAnr>String</q1:AnhangAnr> <q1:AnhangSpalten>String</q1:AnhangSpalten> </q1:pKlientInfo>
</UpdateKlientRequest> </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>
    <UpdateKlientResponse>
<Int32>Int32</Int32>
<UpdateKlientResponse> </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/Upload HTTP/1.1
Host: akteneinsicht.advokat.at
Content-Length: length
SOAPAction: UpdateKlient
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>
    <UpdateKlientRequest>
<q1:pKlientInfo xmlns:q1="https://advokat.at/Akteneinsicht2/WebAktServiceTypen.xsd"> <q1:Kanzlei>Int32</q1:Kanzlei> <q1:A3Kurz>String</q1:A3Kurz> <q1:Kennwort>String</q1:Kennwort> <q1:Name>String</q1:Name> <q1:AktenProSeite>Byte</q1:AktenProSeite> <q1:Kanzleimail>String</q1:Kanzleimail> <q1:Zusatz>String</q1:Zusatz> <q1:AnhangAnr>String</q1:AnhangAnr> <q1:AnhangSpalten>String</q1:AnhangSpalten> </q1:pKlientInfo>
</UpdateKlientRequest> </soap:Body> </soap:Envelope> ------=_Part_0_633020289278900904 Content-Id: eindeutiger Bezeichner (Pflicht) Content-Type: ContentType Inhalt des 1. Attachements ------=_Part_0_633020289278900904--