Might be completly irrelevant (have not used AMFPHP) but are you using
Remote class Metas?

example:

package beans
{
    [RemoteClass(alias="net.w2w.semantic.annotation.beans.SemanticTags")]

    [Bindable]
    public class SemanticTags
    {
        public var type:String ;
        public var tagsMap:Object ;

        public function SemanticTags()
        {
        }

    }
}
On Tue, Nov 11, 2008 at 12:41 AM, Amy <[EMAIL PROTECTED]> wrote:

>   Hi, all;
>
> I have some VO's that I've created to work with AMFPHP. When I call
> the service, I'm getting an array of untyped objects. Another
> developer on the project believes that the reason for the problem is
> that the objects extend EventDispatcher and because they have
> additional methods on them to work with the data.
>
> Is there a rule against either of these things with AMFPHP?
>
> Thanks;
>
> Amy
>
>  
>



-- 
Fotis Chatzinikos, Ph.D.
Founder,
Phinnovation
[EMAIL PROTECTED],

Reply via email to