Web Services API (Legacy)

Overview

The web service can be referenced at https://mymobileapi.com/api5/api.asmx
The naming convention describes what the function accepts and returns. E.g.: Reply_STR_DS will accept an XML string and return a data set (.net object).
Most of the functions follow a common thread: accept 3 parameters, return XML or dataset.
The returned data will always contain the following:

</api_result>
    <call_result>
        <result>True</result>
        <error/>
    </call_result>
</api_result>

The result will be either “True” or “False”.
If “False” the error will be displayed with the “error” tag.