Daniel Hägg wrote:

> Schie, Sjaak van wrote:
>
> >When I changed element=xxx to type=xxx, it all works (both toolkits).
> >
> Can you please show me what your type definition looks like.
> It cannot be the same as when element=xxx is used.

  In my wsdl file (generated by java2wsdl) it uses type.

<wsdl:message name="lookupAccessResponse3">
   <wsdl:part name="lookupAccessReturn" type="intf:ArrayOf_tns2_Access"/>
</wsdl:message>

<complexType name="ArrayOf_tns2_Access">
  <complexContent>
    <restriction base="soapenc:Array">
      <attribute ref="soapenc:arrayType" wsdl:arrayType="tns2:Access[]"/>
    </restriction>
  </complexContent>
</complexType>

  Hopefully this will be of some help to you.

Reply via email to