alinakazi commented on issue #434: How do I call a RemoteObject method from 
Apache Royale?
URL: https://github.com/apache/royale-asjs/issues/434#issuecomment-518141028
 
 
   We are using it this way:
   responderComp1 = new Responder(fn_roCompListRH, fn_HandleFault);
                                tokenComp1 = roCompList.fn_GetCompListDP(); 
                                tokenComp1.addResponder(responderComp1);
                   trace(tokenComp1);
   
   instead of 
   roCompList.fn_GetCompListDP();
   
   &
   
        <mx:RemoteObject id="roCompList" 
endpoint="http://localhost:8080/SHMA/messagebroker/websocket-amf";
                                                 
destination="shmCompanySetupBO"/>
   
   result and fault handlers are removed from mx:RemoteObject Section.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to