SMS API XML responses
April 21st, 2009
For easier usage in automated implemenations the responses from the SMS gateway API will now be returned in XML 1.0.
An example response is below:
<smsapi> <result code="503" id="8dbcbdf843c817eed5f8898066184412"> INSUFFICIENT BALANCE </result> </smsapi>
This allows the response to be collected by an XML object and used more dynamic usage than the original error text.
If you have any comments on the XML response codes implementation, please send any information to us, either in our forum or in response to this post.