logout

Logs out of an Integration Appliance or Cloud.

Returns:
Logs out of the Integration Appliance or Cloud

Examples:

The following example is a SOAP request to log out.
<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>
The following example is a SOAP reply to a logout request.
<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>



Feedback | Notices


Timestamp icon Last updated: Thursday, December 17, 2015


http://pic.dhe.ibm.com/infocenter/wci/v7r0m0/topic/com.ibm.wci.api.doc/ci00047.html