ZF-4505: Failure to save Uri in Constructor creates erroreous WSDL for Complex Types
Description
The constructor of WSDL has a bug where $this->_uri is not properly saved. This leads to problems with complex types that rely on this information and inside the tag the namespace is empty. This did not came up in the unit tests, because they also expected the wrong result.
Attached is a very simple patch for both WSDL and WSDLTest classes that solves this issue.
Comments
Posted by Benjamin Eberlei (beberlei) on 2008-10-07T00:29:24.000+0000
Solves the $this->_uri issue with two simple changes to the constructor.
Posted by Benjamin Eberlei (beberlei) on 2008-10-07T00:30:31.000+0000
Fixes the Unit Test that expects the wrong result. There are hundrets of whitespace changes in this patch too, since the WsdlTest was completly in DOS format.
Posted by Wil Sinclair (wil) on 2008-11-13T14:10:11.000+0000
Changing issues in preparation for the 1.7.0 release.