You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If Groovy v4 is used it shows class-not-found for XMLSlurper - the groovy.util.XMLSlurper is now located under groovy.xml.
If JDK 17+ is used then it responds with
Caught: java.lang.IncompatibleClassChangeError: the number of constructors during runtime and compile time for java.lang.Enum do not match. Expected 1 but got 0
at wslite.soap.SOAPVersion.(SOAPVersion.groovy)
I tried to get the gradle/maven etc to work, but I just do not have the knowledge to reconfigure these correctly.
So I am reaching out to the much more knowledgeable team to see if anyone could resurrect and update this very useful utility (I use it for SOAP calling groovy scripts - all basic stuff).
The text was updated successfully, but these errors were encountered:
Does anyone know how to resolve this issue? I also updated my java to 17 and now I get this error java.lang.IncompatibleClassChangeError: the number of constructors during runtime and compile time for java.lang.Enum do not match. Expected 1 but got 0
at wslite.soap.SOAPVersion.(SOAPVersion.groovy)
If Groovy v4 is used it shows class-not-found for XMLSlurper - the groovy.util.XMLSlurper is now located under groovy.xml.
If JDK 17+ is used then it responds with
Caught: java.lang.IncompatibleClassChangeError: the number of constructors during runtime and compile time for java.lang.Enum do not match. Expected 1 but got 0
at wslite.soap.SOAPVersion.(SOAPVersion.groovy)
I tried to get the gradle/maven etc to work, but I just do not have the knowledge to reconfigure these correctly.
So I am reaching out to the much more knowledgeable team to see if anyone could resurrect and update this very useful utility (I use it for SOAP calling groovy scripts - all basic stuff).
The text was updated successfully, but these errors were encountered: