Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.6.1
-
None
-
Unknown
Description
If using a method like:
@XmlList @WebResult(name = "Items", targetNamespace = "http://namespace/result", partName = "parameter") @WebMethod java.math.BigInteger[] sayTest( @WebParam(partName = "parameter", name = "SayTestRequest", targetNamespace = "http://www.tum.de/test") SayTestRequest parameter );
(which is exactly from one of our own testcases), the resulting response SOAP message is invalid. The "Item" element is unqualified when it needs to be qualified.