-
Notifications
You must be signed in to change notification settings - Fork 116
Closed
Labels
more info neededNot enough details available to proceedNot enough details available to proceed
Description
Hi!
How can I decode such an xml? All server responses always come with the structure
<response>
<values>
....
</values>
</response>
Example XML:
<?xml version="1.0" encoding="utf-8"?>
<response>
<values>
<id>34343434343</id>
<alias>Lorem</alias>
<stealth>0</stealth>
<mailing_accept>0</mailing_accept>
<email>assdaasdd@gmail.com</email>
<avatar>https://lh3.googleusercontent.com/a-/dsaasdsdasdasdas</avatar>
<number_of_tests>56</number_of_tests>
<points>-1</points>
<average_score>1.33</average_score>
<premium>1</premium>
</values>
<result>1</result>
<timeout>31</timeout>
</response>
Thnks a lot!
Metadata
Metadata
Assignees
Labels
more info neededNot enough details available to proceedNot enough details available to proceed