Chapter 15. Interacting with Web Services
This chapter covers
- Consuming RSS and ATOM feeds
- Using REST and JAX-RS
- Remote operations with XML-RPC
- SOAP Web Services
Service to others is the rent you pay for your room here on earth.
Muhammad Ali
From the early days of computer networking, we’ve used a wealth of protocols and data formats to allow computers to interact and exchange information. With the popularity and ubiquity of the World Wide Web, the range of protocols and data formats has consolidated to primarily focus on HTTP, which implements the request–response model you know from your everyday browsing activities, and a small number of markup notations (mainly HTML, XML, and JSON) as the data-exchange format. These are the commonly ...
Get Groovy in Action, Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.