Issues
- Lucee 6.2 and SOAP webservices throwing an errorLDEV-5475Resolved issue: LDEV-5475Pothys - MitrahSoft
- SOAP ReturnType XML: class java.util.HashMap cannot be cast to class org.w3c.dom.NodeLDEV-3629Resolved issue: LDEV-3629Michael Offner
- SOAP WebServices Type Mapping issue #2LDEV-1501Resolved issue: LDEV-1501Michael Offner
- SOAP WebServices Type Mapping issueLDEV-933Resolved issue: LDEV-933
Lucee 6.2 and SOAP webservices throwing an error
Description
Environment
Windows 11
JDK 21 LTS
Lucee 6.2.0.321, 6.2.1.107-SNAPSHOT
Axis extension 1.4.0.37
SoapUI 5.8.0
Attachments
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Alojz KrajncAlojz KrajncPriority
BlockerFix 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
Details
Details
Assignee
Reporter
Priority
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
Activity
Pothys - MitrahSoft13 hours ago
I have tested this ticket with Lucee version 6.2.1.113-SNAPSHOT and Axis version 1.4.0.38. When I tried to make a request in SoapUI, it works fine now and no error message occurs.
Zac Spitzer19 hours ago
Zac Spitzer19 hours ago
Do you mean when does 6.2.1 get released?
The final 6.2.1 RC is up with installers including this fix, 6.2.1 will be released within a week or so
Alojz Krajnc21 hours ago
I confirm that webservices are now functioning properly , thank you for your quick response.
I have one question: in which version and when do you plan to release the production-ready Windows installer on ?
Zac Spitzer4 days agoEdited
green
After I upgraded to Lucee 6.2.0.321 from version 5.4 calling a simple webservice like:
in SoapUI
I found an error - lucee.runtime.exp.NativeException: lucee.runtime.op.Caster.cfTypeToClass(java.lang.String):
This worked OK in Lucee 5.4.
Generated WSDL also seemes OK.
Is maybe a problem in method cfTypeToClass in Caster.java file?
https://github.com/lucee/Lucee/blob/6.2.0.321/core/src/main/java/lucee/runtime/op/Caster.java