Sunday, August 13, 2017

What is RESTful web services RESTful web services are built to work best on the Web. Representational State Transfer (REST) is an architectural style used for the same . In the REST architectural style, data and functionality are considered resources and are accessed using Uniform Resource Identifiers (URIs), typically links on the Web. it is a typically HTTP. In the...
Below is the list of web service protocol     1-BEEP - Blocks Extensible Exchange Protocol     2-E-Business XML     3-Hessian     4-JSON-RPC     5-JSON-WSP     6-REST-compliant Web services     7-SOAP - outgrowth of XML-RPC, originally an acronym for Simple Object...
There are a number of web services that use markup languages. For testing purpose and for our this  "Api Testing step by step tutorial"   We are going to use only REST.  1.1.JSON-RPC2.JSON-WSP3.Web template4.Web Services Description Language (WSDL) from the W3C5.XML Interface for Network Services (XINS) provides a POX-style Web service specification...
API-Web Service  testing step by step In the field of information technology technologies are daily changing. It's needed to keep yourself updated with latest one. So I am sharing my knowledge of API testing. Basically we need to start from scratch understanding you are beginner in web service testing. We will cover all required points step by step. Let's start 1.What...
What is Web Service-API? Web service is standard way to create communication between client and server application over internet. It is way of communication between two stand alone application to share information among them irrespective of their architecture and framework In above  diagram there is Client and Web service . Web services sends request to client...

Popular Posts