You should be using either Zend_Soap_Client or Zend_Soap_Server for
which you will find the files in Zend/Soap directory :-)
-Bart
Jaume Presas schreef:
Hello there.
I'm having problems using the Zend_Soap class. Better said: not using
it, since I can't even load it. The weird thing is that it's because
the file Soap.php is not in the Zend folder, it's simply missing. I
downloaded the most recent version (1.8) of the ZF and it's not there.
Can someone tell me where I can find this file? Or just tell me what
I'm doing wrong, I'm loading the class as usual:
Zend_Loader::loadClass('Zend_Soap');
Thanks in advance.
Jaume Presas