Disconnect Operation
Topic Last Modified: 2008-09-05
The Disconnect operation terminates the call that is identified by the specified CallId.
Disconnect Request Example
Description
The following example of a Disconnect request shows how to form a request to disconnect a call.
Code
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="https://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<Disconnect xmlns="https://schemas.microsoft.com/exchange/services/2006/messages">
<CallId>MDlkZjllZGMtNGUyMy00NzA5LWJkYWYtN2JlMjBjYjBhZTU2QGRmLWV1bS0wMS5leGNoYW5nZS5jb3JwLm1pY3Jvc29mdC5jb20=</CallId>
</Disconnect>
</soap:Body>
</soap:Envelope>
Successful Disconnect Response Example
Description
The following example of a Disconnect response shows a response to the Disconnect request.
Code
<?xml version="1.0" encoding="utf-8" ?>
<soap:Envelope xmlns:soap="https://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<DisconnectResponse xmlns="https://schemas.microsoft.com/exchange/services/2006/messages" />
</soap:Body>
</soap:Envelope>