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

