No I am not.
The envelop send by the Zend_Soap_Client looks goeod, so no need to do it
there I guess.
I tried using
$soap = new Zend_Soap_Server($wsdl_uri);
$soap->setClass($className);
$soap->setClassMap(array('Post'=>'Post');
But that didn't make any difference.
2009/11/24 Jan Pieper <[email protected]>
> Are you using Zend_Soap_Client::setClassmap() and/or
> Zend_Soap_Server::setClassmap()?
>
> -- Jan
>
> -------- Original-Nachricht --------
> > Datum: Tue, 24 Nov 2009 15:17:50 +0100
> > Von: Mark Hage <[email protected]>
> > An: Zend Framework General <[email protected]>
> > Betreff: [fw-general] Soap server problem
>
> > Hi,
> >
> > I have a Zend_Soap_Server.
> > It is created using a wsdl, which is created using the autodiscover
> > functionality.
> >
> > No I have a function which needs an objcet as input.
> >
> > function newPost($post) where $post is a Post object.
> >
> > The wsdl is created correctly.
> > The Zend_Soap_client calls the function correctly and the object are
> > passed
> > in ok.
> >
> > But in the Zend_Soap_Server the object is of type stdClass.
> >
> > Where does this go wrong and how can I determine this?
> >
> > Thanx,
> > Mark
>
> --
> Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5
> -
> sicherer, schneller und einfacher! http://portal.gmx.net/de/go/atbrowser
>