This sample of EndSession sends the session token created in the BeginSession sample and does the following:
Signs off the user.
Releases the session token.
<EndSession xmlns="http://webservices.galileo.com">
<Token>Tyv8NKo+WiAuqQVR3H09+7QBvWWvgwIAXg4IFYGpVnZD09c4l9VXnQ/VDkxJ4oxnIyt5D/+nLzcwi/GRLSy+n646anneL1zCVOvXxN8nDiE=</Token>
</EndSession>
If successful, an empty soap:body is returned. If an error occurs, a soap:Fault displays in the body.