Version 1/4
-
Next » -
Current version
Bryan Heath, 06/08/2012 03:30 pm
Troubleshooting Valid XML¶
Most of the results, especially during testing will be returned to you as XML.
Chrome and IE show you the results as XML.
Firefox shows it to you as text, unless you right click and say View Page Source.
Example of a valid result:
<?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>