Using Axis beta1, in the schema I have an array:
<complexType name="ArrayOfFormat" base="SOAP:Array">
<complexContent>
<restriction base="SOAP-ENC:Array">
<attribute ref="SOAP-ENC:arrayType" WSDL:arrayType="ts:Format[]"/>
</restriction>
</complexContent>
</complexType>
but it seems that the base="SOAP:Array" attribute causes a NPE. Is this
a bug in the schema (which was generated by gSOAP), or with WSDL2Java?
Apparently WASP for C++ has no problem.
cheers,
Simon
