I would like to make a web request with connect iq 1.4 to download an xml file (if anyone is interested - https://www.tvspielfilm.de/tv-programm/rss/heute2015.xml).
However, when specifying the options for Communications.makeWebRequest it is not possible to set :responseType to HTTP_RESPONSE_CONTENT_TYPE_TEXT_PLAIN because this option was added in ciq 3.0. Since my file is an xml file I cannot use the json response type. Does this mean I cannot make a web request for arbitrary web documents? Or is there an other way to do this?