Note that there are some explanatory texts on larger screens.

plurals
  1. POFlex Mobile HTTP Request Error on apk file
    primarykey
    data
    text
    <p>I'm developing an android application using Flex Builder 4.6. It's fairly complicated app and I'm using <strong>HTTPService</strong> for communication with the server. It was working fine until recently <strong>it stops working after making the apk file</strong>. So From desktop simulator, in debug-mode in the mobile, the HTTTPService just works fine but when I make a release build and install it in the mobile, it just doesn't work.</p> <p>I tried to track down the error, it's just simply shows 'HTTP request error'. For example here is the mxml code I'm using</p> <pre><code>&lt;s:HTTPService id="sayHi" method="GET" result="sayHi_resultHandler(event)" fault="sayHi_faultHandler(event)" url="https://zaawi.co.uk/developer/controller.php" useProxy="false"&gt; &lt;s:request xmlns=""&gt; &lt;h&gt;sayHi&lt;/h&gt; &lt;/s:request&gt; &lt;/s:HTTPService&gt; </code></pre> <p>I checked the url <a href="https://zaawi.co.uk/developer/controller.php?h=sayHi" rel="nofollow">https://zaawi.co.uk/developer/controller.php?h=sayHi</a> in the browser which works fine, as well as, in the simulator and debugging mode.</p> <p>The server(php) sending response in xml format</p> <pre><code>print '&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;data&gt;&lt;hi&gt;hello world&lt;/hi&gt;&lt;/data&gt;'; </code></pre> <p>It was working fine for almost a year and just stopped working recently.</p> <p>Please let me know if anybody else had this problem and how can I resolve this.</p> <p>Many thanks in advance</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload