HttpResponse does not support GetAsynchronously and Release methods - see https://www.b4x.com/b4i/help/ihttp.html
What's wrong in GetString / GetString2 ? Is your file too big ?
I am already using iHttpUtils2, but I do not how to write the incoming JSON server response to XML.
I can get the server response as a JSON string, I just need the code to convert the JSON to XML?
The following code will convert Json to Xml and Xml to Json Required library's xmbuilder,json,javaobject Requires B4A 3.80 or B4j 2.20 The attached library source is https://github.com/douglascrockford/JSON-java the attached version excludes JavaException.java as it is already part of B4A Copy...
www.b4x.com
But it requires a reference to the JavaObject library which B4i does not have, please help.