Re: RemoteObject cannot work with ColdFusion without source attribute

2022-08-27 Thread Doug Simmons
777...@gmail.com> *Sent: *Tuesday, June 14, 2022 11:21 AM *To: *users@royale.apache.org *Subject: *Re: RemoteObject cannot work with ColdFusion without source attribute Apologies, I should have said that Royale RemoteObject worked with ColdFusion in sdk 0.9.0 (not 0.9.3). I've run out

RE: RemoteObject cannot work with ColdFusion without source attribute

2022-06-14 Thread Yishay Weiss
Thanks and keep us posted either way. From: Doug Simmons<mailto:doug777...@gmail.com> Sent: Tuesday, June 14, 2022 11:21 AM To: users@royale.apache.org<mailto:users@royale.apache.org> Subject: Re: RemoteObject cannot work with ColdFusion without source attribute Apologies, I shou

Re: RemoteObject cannot work with ColdFusion without source attribute

2022-06-14 Thread Doug Simmons
Hi Doug, I am not familiar with this area of code, but it sounds like you have an idea for a patch. Can you make this work locally? *From: *Doug Simmons <mailto:doug777...@gmail.com> *Sent: *Tuesday, June 14, 2022 4:21 AM *To: *users@royale.apache.org *Subject: *Re: RemoteObject cannot

RE: RemoteObject cannot work with ColdFusion without source attribute

2022-06-13 Thread Yishay Weiss
Subject: Re: RemoteObject cannot work with ColdFusion without source attribute Hi Alex, js:RemoteObject worked flawlessly with ColdFusion in sdk 0.9.3. I don't know why source was removed before 0.9.9, but surely it's simple to re-instate it and surround it with if(destination = 'ColdFus

Re: RemoteObject cannot work with ColdFusion without source attribute

2022-06-13 Thread Doug Simmons
Hi Alex, js:RemoteObject worked flawlessly with ColdFusion in sdk 0.9.3. I don't know why source was removed before 0.9.9, but surely it's simple to re-instate it and surround it with if(destination = 'ColdFusion'). Doug On 14/06/2022 00:51, Alex Harui wrote: Hi Doug, I might have missed a

Re: RemoteObject cannot work with ColdFusion without source attribute

2022-06-13 Thread Alex Harui
Hi Doug, I might have missed a post, but have you tried Charles or a network analyzer to compare what Flex sends and receives vs Royale? Knowing the difference can help determine next steps. Thanks, -Alex On 6/13/22, 1:31 AM, "Doug Simmons" wrote: EXTERNAL: Use caution when clicking on l

RemoteObject cannot work with ColdFusion without source attribute

2022-06-13 Thread Doug Simmons
Hi All, After trying everything I can think of including trying all the examples for js:RemoteObject and mx:RemoteObject, I can only get CF to respond with js:RemoteObject set up normally. Unfortunately it responds - Exception: flex.messaging.MessageException: Unable to find source to invoke