I have a python script that does a REST GET call and stores the xml response in a string "response". However when I try to print the root of the XML, it fails with the following error. If i just print response i.e "print response.read()", I get the response body correctly. What could be wrong here? Could you please help?I have a python script that does a REST GET cal