Previous Topic: Notification Response Message

Next Topic: Session Validate Response Message

Session Logout Response Message

The following is a sample session logout response message.

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:xsd="http://www.w3.org/1999/XMLSchema">
<SOAP-ENV:Body>
<ns1:logoutResponse xmlns:ns1="urn:com-netegrity-affiliate-webservice" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<return xsi:type="xsd:int">1</return>
</ns1:logoutResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>