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

Reply via email to