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

Thanks a bunch on your project as this is great. I was wonding if you could point me to proper format to include json in a PUT call. Apologies for...

Hi Can wslite handle MOTM based messages (not related to file attachments but just to send and receive messages in MOTM) ? It is can, is there any example available...

Hi Guys, We're using wslite in a project, and are facing an issue which I summarized below: - The initial connection faces a connect timeout - Wslite attempts to look...

I am running below code on soapui client and it gives me handshake_failure on client.send. import wslite.soap.* import wslite.http.* def client = new SOAPClient("endpointURL") client.httpClient.sslTrustStoreFile = "path to key.jks" client.httpClient.sslTrustStorePassword...

In the RESTClient, we have the execute request always setting a content type regardless of whether the actual content body is empty or not. ``` private Response executeMethod(HTTPMethod method, Map...

These changes allow the jar to be installed onto an OSGI container (like ServiceMix or Fuse) with little fuss. It only affect the resulting MANIFEST.MF file in the jar.

Hi, I'm trying to use groovy-wslite instead of httpbuilder because of convenient APIs. My example Korean site ( http://clien.net/ ) is encoded to 'UTF-8' but charset isn't specified in content...

Does groovy-wslite support OAuth?

Updates to JDK 17 and Groovy 4 * update gradle wrapper to 7.6 * Replaced `maven` plugin with `maven-publish` https://docs.gradle.org/current/userguide/upgrading_version_7.html#upload_task_deprecation * Replaced cglib with bytebuddy because cglib was failing some...

Can I get some help here? I have some groovy-classes, I'm trying to rewrite to Java. The groovy-code uses wslite for REST-calls, and follows this pattern: ``` JsonBuilder request =...