[fw-general] Help with Zend_Soap_AutoDiscover and array of complex types

2008-12-03 Thread krytie
Hi, How would I go about defining an array of complex types as a property of another complex type? The code below gives me the error. Cannot add a complex type MyComplexTypeB[] that is not an object or where class could not be found in 'DefaultComplexType' strategy. function wsdlAction(){

Re: [fw-general] Help with Zend_Soap_AutoDiscover and array of complex types

2008-12-03 Thread Benjamin Eberlei
Hello Krytie, the ArrayOfTypeComplex strategy is not ignored. Its used for the first level and then replaced by the DefaultComplexType for the second level. I havent thought about deeper levels. This is a bug. I have added an issue to Jira and will look into it for the next release. Maybe you