Use Custom Value Objects with Web Services in Flex 3 Beta 2 !
Friday, October 5th, 2007Flex 3 Beta 3 has some great new features that have been very well promoted like the new WSDL import tool and data wizard. But there’s also a wonderful hidden gem that greatly improves interoperability with Web Services–SchemaTypeRegistry. This class allows you to communicate with a server via web services and still retrieve data as your own custom value objects.
In the old days (last week), you could have a Student class on client and server, send Student from client to server, but when sending it back, you retrieved only Object. No more! Now you can send custom classes both ways.
(more…)