Linus, Why do you want the array wrapper? You may need to use a different doc type, what type are you using?
-----Original Message----- From: Linus Kamb [mailto:[EMAIL PROTECTED] Sent: Friday, July 15, 2005 3:54 PM To: [email protected] Subject: wsdl2java not producing array wrappers I am trying to pass arrays of things using wrapper elements (ArrayOf<foo>). However, I cannot get java2wsdl (called via the axis-wsdl2java ant task) to generate the wrapper element for arrays of xsd:strings or org.w3c.dom.Element (apachesoap:Element) objects. It produces wrappers for other complex elements. Any thoughts? Thanks, Linus
