[flexcoders] Re: webservice inheritance problem

2007-10-25 Thread forums.eyelock
--- In flexcoders@yahoogroups.com, "Hans" <[EMAIL PROTECTED]> wrote: > > Hi list, > > I use a webservice method that needs a collection of a certain type. > This type is an abstract class of which 2 implementations exist. If I > call this method and pass in an arraycollection with 2 instances (one

[flexcoders] Re: webservice inheritance problem

2007-10-25 Thread forums.eyelock
> This type is an abstract class of which 2 implementations exist. If I > call this method and pass in an arraycollection with 2 instances (one > for each implementation), it occurs that the SOAP request being > created ignores the fact that it concerns a subclass. In other words > the only thing i