Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Web Services with Java

Posted By: naag
Web Services with Java

Web Services with Java by Antonio Martín Sierra
English | 8 Jan. 2017 | ASIN: B01N9PVTDF | 56 Pages | EPUB (conv) | 0.7 MB

A Web service is a method of communication between two electronic devices over the World Wide Web.

The W3C defines a "Web service" as "a software system designed to support interoperable machine-to-machine interaction over a network". It has an interface described in a machine-processable format (specifically Web Services Description Language, known by the acronym WSDL). Other systems interact with the Web service in a manner prescribed by its description using SOAP messages, typically conveyed using HTTP with an XML serialization in conjunction with other Web-related standards.

The W3C also states, "We can identify two major classes of Web services, REST-compliant Web services, in which the primary purpose of the service is to manipulate XML representations of Web resources using a uniform set of "stateless" operations; and arbitrary Web services, in which the service may expose an arbitrary set of operations.

In this book you will train about:
- Introduction to Web Services
- SOA Architecture
- Web Services Architecture Standards
- Using the Google Search Web Service