You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2019/10/04 19:11:39 UTC

[GitHub] [royale-asjs] carlosrovira commented on issue #119: Request to AMFPHP fails to return any fault or result event

carlosrovira commented on issue #119: Request to AMFPHP fails to return any fault or result event
URL: https://github.com/apache/royale-asjs/issues/119#issuecomment-538525614
 
 
   Hi Fred,
   just commented some minutes ago:
   1.- remember to add `<js:ClassAliasBead />`
   2.-change to use mx:RemoteObject instead on js:RemoteObject
   3.-Start with very basic testing (basic types), then increase complexity to Objects and Arrays, and then to Custom Types.
   Tell us if you got it working, It should, since I see AMF working for BlazeDS (Java) and FluorineFX (.NET), so AMFPHP should work without problem this days. Take into account that @coxfrederic tried this in Feb 2018 and we got AMF robust send and receive around Nov-Dec 2018.
   Only Vector and Dictionary types are not supported, any other type should work without problem.
   
   Also, if you want to use ArrayList instead of ArrayCollection remember to map it:
   
   ```
   //register ArrayCollection alias to map to ArrayList in local project
   registerClassAlias("flex.messaging.io.ArrayCollection", ArrayList);
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services