Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.10.4
-
Fix Version/s: 1.10.8
-
Component/s: Zend_Soap_Server
-
Labels:None
Description
Zend_Soap_Server has fluent interfaces on void methods, but it is not the case for Zend_Soap_Autodiscover (like addFunction(), setClass(), _addFunctionToWsdl()).
The method handle() should may be return the response instead of a fluent interface.
Comment : Zend_Soap_Autodiscover is not in the list of components
Fixed