I used the examples provided and tested a GetListItems call from my cloudshare server. It works fine but I noticed in Fiddler that the response has GZIP encoding. When I click on the transform message in fiddler the XML response is decoded and is now readable. However from my javascript code I am unable to decode this so all attempts at getting to the response using xData.responseXML are undefined. How do I decode this from javascript?
↧