The problem was caused when I switched from the use of
SimpleWsdl11Definition to DynamicWsdl11Definition in my Spring Web
Service application.  My WSDL had one response layout that was shared
by multiple request layouts.  The DynamicWsdl11Definition was building
the request layouts properly (from the XSD) but wasn't generating the
response layout.  Flex received the response but since the WSDL didn't
contain the response layout, it wasn't able to marshall the response
into objects.  Lesson learned.

Reply via email to