#webservices

learninjava
Dec 05, 2020 - Webservices

4 Ways to test WebClient using Mockito, MockWebServer, WebTestClient and WireMockServer

Mocking a WebClient in Spring: Learn how to test WebClient, examples include testing using Mockito, MockWebServer, WebTestClient and WireMockServer....


learninjava
Dec 05, 2020 - Webservices

How to create Spring WebClient CRUD - GET, POST, PUT and DELETE Examples

Spring WebClient - GET, PUT, POST, DELETE examples: Learn how to create, read, update and delete using WebClient, an alternative to RestTemplate, examples using GET, POST, PUT and DELETE http methods....


learninjava
Aug 22, 2020 - Webservices

3 ways to convert SOAPMessage to Java Object with namespace and XML to SOAPMessage

This article provides one stop guide to convert SOAPMessage to Java Object with namespaces, SOAPMessage as XML to SOAPMessage Object using Jaxb2Marshaller, XMLStreamReader, JAXBContext and Document APIs...


learninjava
Aug 06, 2015 - Webservices

JAX-RS Restful Client using Jersey

This tutorial explains how to create a Restful client using Spring and Jersey. We will try to create a client and call the ping() method using Pure JAX-RS API without using Jersey and also using Jersey API....


learninjava
Aug 06, 2015 - Webservices

JAX-RS Restful WebService using Jersey

This tutorial explains how to create a Restful webservice using Spring and Jersey. For your convenience, we have provided configurations for running the webservice on both Jetty and Tomcat servers....