Request
Parameters
none
Description
This method will either fail (in which case the EOL error page will most likely be returned) or return a message of Success. There are no other possible messages
XML Response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<response>
<message>Success</message>
</response>
JSON Response
{
"response":
{
"message":"Success"
}
}