...
public Boolean vtUserServices.Logoff(AnsiString SessionID);
SOAP Examples:
Request:
<?xml
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<?xml version="1.0" encoding="UTF-8"?> |
...
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:HNS="http://tempuri.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
...
<SOAP-ENV:Body xmlns:ro="http://tempuri.org/"> |
...
<v1:vtUserServices___Logoff xmlns:v1="http://tempuri.org/"> |
...
<v1:SessionID>SessionID</v1:SessionID> |
...
</v1:vtUserServices___ |
...
Logoff> </SOAP-ENV:Body> |
...
</SOAP-ENV:Envelope> |
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<?xml version="1.0" encoding="UTF-8"?> |
...
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:HNS="http://tempuri.org/" xmlns:v1="http://tempuri.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
...
<SOAP-ENV:Body xmlns:ro="http://tempuri.org/"> |
...
<v1:vtUserServices___ |
...
LogoffResponse> <v1:Result>true</v1:Result> |
...
</v1:vtUserServices___ |
...
LogoffResponse> </SOAP-ENV:Body> |
...
</SOAP-ENV:Envelope> |
...
JSON Examples:
Request:
{
...