I had these very same problems when trying to work with PHP SOAP and Zimbra. The problem you still have to face is how to do attributes to get most requests to work ( for example <account by="name">). I wasn't able to figure that one out in PHP SOAP and had to switch to PEAR SOAP. PEAR SOAP is a lot easier to use on services with no WSDL.
But if you do figure out how to do attributes in PHP SOAP post it here, I'd be interested to see it. |