Hi Doug,

Earlier, you posted that your code looks like:

<js:RemoteObject id="roSTime" destination="ColdFusion"
source="localhost:8500.booxotel.STime"
endPoint="http://localhost:8500/booxotel/STime.cfc";
result="roCheckTestResultHandler(event)" fault="roFaultHandler(event)"/>


Comparing that to your mx:RemoteObject tag below, it might be worth
changing your source property to be:

    source="booxotel.STime"

Then, if you are still getting xhr.status == 200 but Content-Type is html
and the response is still null, it is time to see if the server saw a
request and is reporting any errors and try to diagnose the problem on the
server-side.

Also, by default, FlexJS should be producing a SWF in a bin-debug folder
and that can also be used to see if it behaves differently than the JS
version.  See if the compiler.targets (or just -targets) is set to both
SWF and JSFlex.

HTH,
-Alex



On 9/21/17, 7:56 PM, "doug777" <doug777...@gmail.com> wrote:

>AbstractMessage.js is in the output.
>
>When run, the debugger shows this at
>https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fjustpaste
>.it%2F1bjah&data=02%7C01%7C%7C021b2e83ad3a4905d60008d501659406%7Cfa7b1b5a7
>b34438794aed2c178decee1%7C0%7C0%7C636416458139873206&sdata=Uy8EbwZjxapiIXJ
>R%2B58sHH2uASCuwbVNlENvHEGDw6Q%3D&reserved=0
>
>No real error but there is no result from CF.
>
>There is no SWF output.
>
><mx:RemoteObject id="roSTime" destination="ColdFusion"
>source="booxotel.STime" result="roCheckTestResultHandler(event)"
>fault="roFaultHandler(event)"/>
>
>Now I have just changed mx to js.
>
>Doug
>
>
>
>
>
>--
>Sent from: 
>https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle
>x-users.2333346.n4.nabble.com%2F&data=02%7C01%7C%7C021b2e83ad3a4905d60008d
>501659406%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636416458139873206&
>sdata=dzX44WSTsdnYZflWS95saekZGFRdC%2BXi8t3sZ0a%2FVQM%3D&reserved=0

Reply via email to