Fixed
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Joseph Whiunui
Joseph WhiunuiPriority
Labels
Fix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
None
Affects versions
Created 26 May 2019 at 23:57
Updated 9 April 2020 at 16:25
Resolved 9 April 2020 at 16:25
We were publishing a webservice that accepted an argument which was an array of components. This was done by setting the type to the component name with square brackets at the end (
vehicle_request[]
)like so:The actual objects in the array were similar to this:
So, when sending a soap request like this:
exampleSoap.xml
We would expect a result such as:
success.xml
This works completely fine in Lucee versions 5.2.9.40 and earlier.
However after upgrading lucee to 5.3.1.102 we receive this error message:
error.xml
Has the way lucee handles webservices like this changed and thus our way depreciated? Should we be doing this a different way now or is this indeed a bug?