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

HTTPConnectionFactory class creates an SSLContext object using 'SSL' algorithm. Hardened and FIPS compliant JVMs will not support the old 'SSL' syntax and requires to call 'TLS' to insure TLS is...

Per https://tools.ietf.org/html/rfc7159#section-8.1 > JSON text SHALL be encoded in UTF-8, UTF-16, or UTF-32. The default encoding is UTF-8 ... but in the absence of an explicit charset specified in the...

Hi, I get the following error: ERROR:groovy.lang.MissingMethodException: No signature of method: wslite.rest.ContentBuilder.multipart() is applicable for argument types: ([B) values: [[102, 105, 108, 101, 65, 114, 114]] If I try to...

This allows to modularise XMLs generation, for instance breaking down each XML part into a different method and then putting all the parts together with ```mkp.yield```. For illustration purposes: ```...

Rather than try to parse the pseudo-RegEx patterns supported by Java for `http.nonProxyHosts`, I've changed it to just defer to the Java default ProxySelector (with a little tweaking of the...

I am using SOAPClient to send SOAP request with XML. But I am getting below error. `[Fatal Error] :1:10: DOCTYPE is disallowed when the feature "http://apache.org/xml/features/disallow-doctype-decl" set to true.` Expecting...

Is it possible to add MIME parts (attachments) to the HTTP requests made with SOAPClient? This is needed to talk to endpoints that require [MTOM](https://en.wikipedia.org/wiki/Message_Transmission_Optimization_Mechanism) Basically, MTOM specifies that large...

I have a test case for this, but it is based on an internal corporate system, so apart from potentially being confidential, it's also useless for anybody else. If anybody...