« Previous -
Version 2/4
(diff) -
Next » -
Current version
Bryan Heath, 06/08/2012 03:34 pm
Troubleshooting Valid XML¶
Most of the results, especially during testing will be returned to you as XML.
The XML view will very from browser to browser.
Example of a valid result as raw XML:
<?xml version="1.0" encoding="UTF-8"?>
<loginshare>
<result>1</result>
<staff>
<team>IS</team>
<firstname>Test</firstname>
<lastname>User</lastname>
<designation></designation>
<email>test.user@mysite.com</email>
<mobilenumber>555-555-5555</mobilenumber>
<signature></signature>
</staff>
</loginshare>
Example as text:
<loginshare> <result>1</result> <user> <usergroup>IS</usergroup> <fullname>Test User</fullname> <designation/> <emails> <email>test.user@mysite.com</email> </emails> <phone>555-555-5555</phone> </user> </loginshare>