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 ...
Version1.1.0compared with

Version Details

Runtime Changes (4)

1.0.0 1.1.0
ChangeGroup / ArtifactPreviousCurrent
- Removed ch.qos.logback » logback-classic1.2.3-
- Removed org.slf4j » jcl-over-slf4j1.7.25-
- Removed org.slf4j » jul-to-slf4j1.7.25-
- Removed org.slf4j » log4j-over-slf4j1.7.25-

Test Changes (4)

1.0.0 1.1.0
ChangeGroup / ArtifactPreviousCurrent
- Removed com.github.tomakehurst » wiremock2.14.0-
- Removed junit » junit4.12-
- Removed org.springframework » spring-context4.3.14.RELEASE-
- Removed org.springframework » spring-context-support4.3.14.RELEASE-