Invocation of a .NET
object using the <mx:RemoteObject> MXML
declaration can be done in just a few simple steps. This
mini tutorial will guide through the setup and
configuration:
Download WebORB 3.0 (make sure not to downgrade to the Standard Edition - it does not have Flex integration)
Deploy your .NET assembly with the class you will be invoking from Flex into WebORB. This can be done simply by copying the DLL into the /bin folder.
Open WEB-INF\flex\remoting-config.xml in a text editor and add a destination declaring your .NET type. Use the following format: