[flexcoders] Re: WebORB for .net beta5: feedback

2006-07-13 Thread mpiller
Hi Jonas, I just want to clarify a few things to help avoid possible confusion. If you're doing Flex remoting (ie invoke .NET objects from Flex using RemoteObject), you do not need to do anything special at all - no need for special method attributes, no need to register methods in xml files -

[flexcoders] ARP PizzaService on .NET

2006-07-13 Thread mpiller
Hi guys, I just wanted to let you know we ported the ARP PizzaService example for Flex2 to run on .NET with WebORB. Since WebORB supports AMF3, we modified the MXML/AS code to use a mx:RemoteObject element instead of AMF0 connection. The ported example with all the code is available in the