[in] usn | The user-name that you need to use to authenticate on this interface. |
[in] pwd | The password that you need to use to authenticate on this interface. |
[out] errorMsg | If an error happpens this string contains the error message. In case an error has happened (this variable contains a valid non-empty string) then the return value will not contain any usable data, do not try to parse it as an xml. |
[in] columns | String array of the requested columns. For the full list of supported columns please refer to the Database API Documentation. If a non-existing column is requested then that column will appear in the returned XML and every entry in that column will be an empty string. |
[in] options | String parameter. This is currently unused and reserved for future versions of the API. Pass in an empty string. |
return value |
If the errorMsg variable is null or empty then the returned string contains the
requested data in xml format. The xml has the following structure:
<?xml version="1.0" encoding="utf-16"?>
Please note this.
<root> <EX_RCOMInCabFormDefinitions> <row FormID="1000000" FormVersion="1" FormSchema="1" Name="Text Message" Status="0" StatusDescription="Active" FormData="&amp;amp;lt;m s=&amp;amp;quot;1&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;form_def type=&amp;amp;quot;textmessage&amp;amp;quot; name=&amp;amp;quot;Text Message&amp;amp;quot; id=&amp;amp;quot;1000000&amp;amp;quot; v=&amp;amp;quot;1&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;unsolicited&amp;amp;gt;true&amp;amp;lt;/unsolicited&amp;amp;gt;&amp;amp;lt;width&amp;amp;gt;30&amp;amp;lt;/width&amp;amp;gt;&amp;amp;lt;height&amp;amp;gt;5&amp;amp;lt;/height&amp;amp;gt;&amp;amp;lt;field name=&amp;amp;quot;text&amp;amp;quot; id=&amp;amp;quot;0&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;x&amp;amp;gt;30&amp;amp;lt;/x&amp;amp;gt;&amp;amp;lt;y&amp;amp;gt;11&amp;amp;lt;/y&amp;amp;gt;&amp;amp;lt;size&amp;amp;gt;8&amp;amp;lt;/size&amp;amp;gt;&amp;amp;lt;type&amp;amp;gt;String&amp;amp;lt;/type&amp;amp;gt;&amp;amp;lt;/field&amp;amp;gt;&amp;amp;lt;/form_def&amp;amp;gt;&amp;amp;lt;/m&amp;amp;gt;" Inbound="True" NonExistingColumn="" /> </EX_RCOMInCabFormDefinitions> </root> |
0.708
Please see this page.