In the DOcs for Flex 3
http://livedocs.adobe.com/labs/flex3/html/help.html?content=data_access_3.html
At the end, there's the following sections: The following XML Schema
structures or structure attributes are ignored and are not supported
in Flex 3:
<complexType
final="..."
block="..."
mixed="..."
abstract="..."/>
Looks like abstract isn't supported.
--- In [email protected], "Robert Csiki" <[EMAIL PROTECTED]> wrote:
>
>
> In WSDL I have a complex type that contains an element type of an
> abstract type T1. Then I have the concrete complex type T2 that extends
> from T1.
>
> My WebService request contains an instance of T2 (which is also type of
> T1 as it extends from it). However, the SOAPEncoder ignores all its
> content and instead uses T1 (which is abstrace, it has nothing).
> SOAPEncoder.encodeRequest() results in a bad (incomplete) SOAP message
> => the Web Service request fails.
>
> Is this a known Flex Builder 3 bug?
>
> Thanks, Robert
>