I'm a newb trying to cut my teeth, and I'm fiddling with WebOrb's first example for Java/Flex using Remoting:
Basic Invocation (MXML)
http://www.themidnightcoders.com/examples?eid=1305053746552I've got the client and server to build, but I cannot determine the configuration magic to make the client successfully send a message to the server. When I click the examples button to send, I get this error message: Server reported an error - Send failed
I've added "GenericDestination" to messaging-config.xml, and again to remoting-config.xml, in my server. Both give me the same error.
Where in config land do I need to hook this destination up?