W

WSClient

This is a simple Web Service Client library to call wide variety of web service behind HTTP. In theory it can support any interface or payload. On the request side, to convert java object to HTTP request components (URL, headers, body), templating is used which allows it to call XML, JSON, SOAP, REST or anyother custom interface. On the response side, it uses pluggable parser and a mapper to only extract the fields that are of interest for the client program. The parser currently supports JSON and XML and returns a collections tree.
https://github.com/simple4j/WSClient
MIT License
Srinivas Janakiraman
Aggregated version Version Update time
1.1 1.1.2 Nov 22, 2019
1.1.1 Nov 07, 2019
1.1.0 Oct 31, 2019
1.0 1.0.0 Nov 10, 2018
4 Records