Hello to everyone.
After I upgraded to Lucee 6.2.0.321 from version 5.4 calling a simple webservice in SOAP UI like:
component {
remote string function hello() {
return "My response";
}
}
I found an error - lucee.runtime.exp.NativeException: lucee.runtime.op.Caster.cfTypeToClass(java.lang.String)
Generated WSDL also seemes OK.
Is maybe a problem in method cfTypeToClass in Caster.java file?
This worked OK in Lucee 5.4.
I also created ticket:
[LDEV-5475] Lucee 6.2 and SOAP webservices - Lucee
Thank you!
My current stack
OS: Windows 11
Java Version: 21
Tomcat Version: 10
Lucee Version: 6.2.0.321