Questions about the SOAP functionality packaged with Zend Framework: Zend_Soap_Server, Zend_Soap_Client etc.
I am building a web service using the Zend Framework. I am using the Zend_Soap_AutoDiscover class for the …
web-services zend-framework soap wsdl zend-soapI'm preparing the SOAP server and generating my WSDL using the follow code: //(... Controller action code ...) if (key_exists('wsdl', $…
php wsdl zend-framework2 soapserver zend-soapI'm trying to generate a wsdl file using the autodiscover class from the Zend framework. The resulting definition doesn't seem …
php zend-framework soap wsdl zend-soap<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Body> <SOAP-ENV:Fault> &…
php zend-framework2 zend-soap