The EndSession method should be called as soon as the client determines that the web service session is no longer needed. This releases all resources on the server that were in use by the session.
The EndSession method requires a SessionId. The session identified by the SessionId parameter will be terminated.
Arguments
sSessionId
The session id returned from the startsession method
Return
SAWSResult:
iError
0 if successful, otherwise an error number
sErrorMsg
Empty if successful, otherwise a description of the problem