Any time I have an array in the expected response I get a duplicate attribute (xsi:type="soapenc:Array") in the response. Perl's SOAP::Lite chokes on the duplicate attribute. The WSDD and response are below.
</deployment>
---------------------
The response. The duplicate attributes are around the 13th and 14th lines (<getBookInfoReturn...).
---------------------
HTTP/1.1 200 OK
Content-Type: text/xml;charset=utf-8
Date: Fri, 01 Jul 2005 20:58:27 GMT
Server: Sun-Java-System/Web-Services-Pack-1.4
Connection: close
Thorsten Jungblut added a comment - 19/Jul/05 06:07 PM I created a (more general) new bug report including a patch that fixes the problem (at least in my case):
AXIS-2127
AXIS-2127