|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (4)
View Page History*The following list is no guaruantee that the features will be included at any time in Zend_Soap*
h3. Zend_Soap_Client
h3. Zend_Soap_Server
* Add a new Zend_Soap_Server_Autodiscovered that combines Zend_Soap_Server and Zend_Soap_AutoDiscover to listen at one location for server.php and server.php?Wsdl automatically. Can be implemented fairly simple through some kind of proxy/composite pattern mixture.
h3. Zend_Soap_AutoDiscover
* Change Constructor to take all dependencies and straighten up their usage.
* Try the possibility of adding multiple services as specified in WSDL specification.
h3. Zend_Soap_Wsdl
* Refactor to take work out of the constructor.