in generated WSDL file i get next:
<complexType name="ArrayOf_tns1_ICompanyVO">
<complexContent>
<restriction base="soapenc:Array">
<attribute ref="soapenc:arrayType" wsdl:arrayType="null[]"/>
</restriction>
</complexContent>
</complexType>
<element name="ArrayOf_tns1_ICompanyVO" nillable="true" type="intf:ArrayOf_tns1_ICompanyVO"/>
i think wsdl:arrayType="null[]"/> is wrong, it supposed to be wsdl:arrayType="ICompanyVO[]"/>. Can uive me a hint what could be wrong? Thank.natali
|