Hi, I recently tried the flex builder 3 'Import web service' feature to generate web service proxy classes that return strongly typed objects.
The wizard worked well for simple object types, but when used with complex types it broke down. After investigating, I found that the problem was in the XMLDecoder class. and it wasn't able to decode complex types appropriately. Searching online showed up the following Flex Bug reports filed. http://bugs.adobe.com/jira/browse/FB-12253 http://bugs.adobe.com/jira/browse/SDK-14800 http://bugs.adobe.com/jira/browse/FB-11025 http://bugs.adobe.com/jira/browse/FB-12319 has anyone encountered this and found any appropriate solution to this. any clue when this would be fixed. I am having this problem with Flex builder 3 and Oracle JAXB web services. regards, Varun Shetty

