Web service Service is a method of communication that allows two application systems to exchange their data over the internetInternet. The term Web services Service describes a standardized way of integrating Webweb-based applications. The software system that requests request data is called a service requester, also called consumer, whereas the software system that would process the request and provide the data is called a service provider. There are two major types of Web servicesServices:
- SOAP Web servicesServices, in which the service may expose an arbitrary set of operations.
- RESTful Web servicesServices, in which the primary purpose of the service is to manipulate XML representations of Web web resources using a uniform set of stateless operations.
Adeptia Suite allows you to access any Web Service. You can send requests to any Web Service and receive its response through Adeptia Suite. The Adeptia Suite also allows you to publish your Web Services to provide access to others. We offer the following components that allow you to send request and receive response from any Web Service.
Components of Web ServicesService
Web Services Service module provides two components:
...
The Consumer component allows users to access any Web Service. Using the Provider component users can publish their Web Services for others to access. You can also restrict the access to these services to select users.
Following are the major sub sections:
Section Name | Description |
---|---|
Using SOAP | Learn how to create SOAP Web Services |
Using RESTful | Learn how to create RESTful Web Services |