[ 
https://issues.apache.org/jira/browse/FLEX-35357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16205359#comment-16205359
 ] 

Doug Simmons commented on FLEX-35357:
-------------------------------------

Yes it's a public server. The relevant code in my js project is

<fx:Declarations>
        <js:RemoteObject id="roSTime" destination="ColdFusion"
source="1_2_0.STime" endPoint="http://www.booxotel.com/flex2gateway/";
result="roCheckTestResultHandler(event)" fault="roFaultHandler(event)"/>
</fx:Declarations>

private function init():void{
    this.roSTime.send("getUTCDateTimeNow", []);
}

The project compiled with Moonshine is at
http://www.booxotel.com/1_2_0/TestRemObj/index.html

Doug





> FlexJS RemoteObject and ColdFusion
> ----------------------------------
>
>                 Key: FLEX-35357
>                 URL: https://issues.apache.org/jira/browse/FLEX-35357
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: RPC: RemoteObject
>    Affects Versions: Apache FlexJS 0.9.0
>         Environment: Windows 10, Firefox Developer
>            Reporter: Doug Simmons
>             Fix For: Apache FlexJS 0.9.0
>
>         Attachments: MSTest.zip
>
>
> The project at https://justpaste.it/1bl2l
> Generates error - stack trace at https://justpaste.it/1bksx
> Doug



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to