Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1
-
None
Description
In the Javascript tests, there is now an Aegis test. It has a method that it declares to accept a Collection<JDOMElement>.
When the client sends it two elements, it only delivers one to the service.
Here's the message on the wire ...
Payload: <?xml version="1.0" encoding="UTF-8"?><soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"><soap-env:Body xmlns:jns0='http://fortest.javascript.cxf.apache.org/' ><jns0:acceptAny xmlns:jns0='http://fortest.javascript.cxf.apache.org/' ><jns0:before>before items</jns0:before><jns0:anything xmlns:jns0='http://fortest.javascript.cxf.apache.org/' ><jns0:anyType><walrus xmlns='uri:iam'>tusks</walrus></jns0:anyType><jns0:anyType><penguin xmlns='uri:linux'>emperor</penguin></jns0:anyType></jns0:anything></jns0:acceptAny></soap-env:Body></soap-env:Envelope>