Web Service - Methods - TestService

TestService

This method is used to query the current status of the SMS Gateway.

You can choose to receive the return code data from this method as either a CSV string or XML through your setting of the returnCSVString parameter.

If a CSV string is requested, the first line will contain the Transaction code contained within the '#' characters.

» returnCSVString» Boolean
» externalLogin» String
» password» String

On successful completion of this method, an integer code detailing the SMS Gateway’s status will be returned.

Return Data

XML:


    <TestServiceResponse> 
        <Transaction> 
            <Code>1</Code> 
            <Description>Transaction  OK</Description> 
        </Transaction> 
        <Company>Company  Ltd  </Company> 
        <Status>Service  Running</Status> 
    </TestServiceResponse>
        

CSV:


    #1# Service Running -> Company Ltd