Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Later
-
Adobe Flex SDK 4.1 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Browser: Safari
Language Found: English
Description
Steps to reproduce:
1. Create a web service with operation getData():BaseType, but actually returning DerivedType extending BaseType
2. Connect to web service and generate classes
3. Hand code class for DerivedType (see bug FB-23257)
Actual Results:
The returned instance is a BaseType
Expected Results:
The returned instance should be a DerivedType
Workaround (if any):
Create subclass of SOAPDecoder (see attachment)
Further Notes
I believe I actually have SDK Flex 4.0 not 4.1 as part of Flash Builder Beta 1