Top "Zend-soap" questions

Questions about the SOAP functionality packaged with Zend Framework: Zend_Soap_Server, Zend_Soap_Client etc.

SOAP - nillable="true"

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-soap
Zend Framework 2 SOAP AutoDiscover and complex types

I'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-soap
How to generate a wsdl using zend soap

I'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
Zend SOAP Server SOAP-ERROR:Parsing WSDL: Couldn't load from 'X' : failed to load external entity 'X"

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Body> <SOAP-ENV:Fault> &…

php zend-framework2 zend-soap