Closed GoogleCodeExporter closed 8 years ago
Response should be a SimpleXmlElement in this case
You could access the tags using the just getting the attributes or calling it:
response.authorizationToken.token
or
response("authorizationToken")("token")
To "see" the values, you need to convert them to strings:
str(response.authorizationToken.token)
For more info you can see the example in the wiki:
http://code.google.com/p/pysimplesoap/wiki/SoapClient#Raw_example
Let me know if this solved your issue
Original comment by reingart@gmail.com
on 27 Sep 2013 at 8:44
Closed due inactivity, if you need anything else, just comment or open a new
issue.
Original comment by reingart@gmail.com
on 22 Jan 2014 at 4:45
Original issue reported on code.google.com by
paul...@gmail.com
on 26 Sep 2013 at 7:37