groovy-wslite icon indicating copy to clipboard operation
groovy-wslite copied to clipboard

Lightweight SOAP and REST webservice clients for Groovy

Results 42 groovy-wslite issues
Sort by recently updated
recently updated
newest added

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...

Hi, When I try to use it ``` @Grab('com.github.groovy-wslite:groovy-wslite:1.1.3') import wslite.rest.RESTClient ``` I get the error `Caught: BUG! exception in phase 'semantic analysis' in source unit`. Context: ``` groovy -v...