logout

Bewirkt die Abmeldung von einer Integrationseinheit (Integration Appliance) oder einer Cloud.

Rückgabe:
Bewirkt die Abmeldung von der Integrationseinheit (Integration Appliance) oder einer Cloud.

Beispiele:

Beim folgenden Beispiel handelt es sich um eine SOAP-Anforderung zum Abmelden.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:sec="http://www.approuter.com/schemas/2008/1/security">
 <soapenv:Header>
  <sec:sessionId>BB93F99B80AC742BEE3BC81262C2486F</sec:sessionId>
 </soapenv:Header>
 <soapenv:Body>
  <sec:logout/>
 </soapenv:Body>
</soapenv:Envelope>
Beim folgenden Beispiel handelt es sich um eine SOAP-Antwort auf eine Abmeldeanforderung.
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
 <S:Body>
  <ns2:logoutResponse xmlns:ns2="http://www.approuter.com/schemas/2008/1/
  security" xmlns:ns3="http://www.approuter.com/schema/router/1000/security/03">
   <return>true</return>
  </ns2:logoutResponse>
 </S:Body>
</S:Envelope>