Details
Assignee
Michael OffnerMichael OffnerReporter
Philip EybPhilip Eyb(Deactivated)Priority
MajorLabels
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
Affects versions
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Philip Eyb
Philip Eyb(Deactivated)Priority
Labels
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
Affects versions
Created 11 May 2015 at 10:11
Updated 19 May 2021 at 11:27
Consuming a webservice (hosted on Lucee) fails, if the returntype data-type of the called operation is declared as "xml":
java.lang.ClassCastException: java.util.HashMap cannot be cast to org.w3c.dom.Node
Generating the WSDL works fine.
The attached example-code shows the problem.