ZF-11518: Zend_Soap_AutoDiscover: Method setClass overwrite defined operationBodyStyle and bindingStyle
Description
When I use Zend_Soap_Autodiscover to generate WSDL file and call method setClass() before methods setOperationBodyStyle() and setBindingStyle() than will be WSDL generated by default options and ignore defined operation body and binding style.
When i call method setClass() after calling methods setOperationBodyStyle() and setBindingStyle(), everything is OK.
Comments
No comments to display