Here's an example of what I am sending, but I always get a fault...  I hate to 
say it, but ZendAMF is more complicated than the amfphp, and there's no service 
broswer tool, :(  



 /** 
     * 
     * @param  string $username
     * @param  string $email
     * @param  ArticleVO $articleVO
     * @return string
     * */
  
        function updateArticleById($username,$password,$articleVO)
        {
                $users =  $this->validateUser($username,$password);
                if ($users[0]->loggedIn == 0) return;
                
                return "success";
        }

Any ideas out there?  I can retrieve my typed value objects, but I can't send 
them to the server.




--- In [email protected], "djhatrick" <djhatr...@...> wrote:
>
> I am always getting a fault when I try this, I don't know what the param 
> should look like for a typed object for sending a value object back to the 
> server...
> 
> Any help thanks?
> 
> patrick
>


Reply via email to