Showing posts with label restservices. Show all posts
Showing posts with label restservices. Show all posts

December 08, 2017

SOAP vs REST Web Services

No.SOAPREST 1)SOAP is a protocol.REST is an architectural style. 2)SOAP stands for Simple Object Access Protocol.REST stands for REpresentational State Transfer. 3)SOAP can't use REST because it is a protocol.REST can use SOAP web services because it is a concept and can use any protocol like HTTP, SOAP. 4)SOAP uses services interfaces to expose the business logic.REST uses URI...
Read more ...

July 21, 2017

Evolving a REST API is a difficult problem – one for which many options are available - Solution for API Versioning

 Situation:     Evolving a REST API is a difficult problem – one for which many options are available - Solution for API Versioning. Action:   > Specifying the version number in URI  E.g.: /v2/products/               The URI in REST should represent the resource only              This is...
Read more ...

June 17, 2016

Swagger - RESTful API Documentation Specification

Swagger : The goal of Swagger is to define a standard, language-agnostic interface to REST APIs which allows both humans and computers to discover and understand the capabilities of the service without access to source code, documentation, or through network traffic inspection. Swagger is a formal specification surrounded by a large...
Read more ...

Online test web application deployment environment (Openshift, Interserver) and Online project workspace (Codenvy)

Codenvy makes on-demand workspaces to give you a better agile experience. Codenvy SaaS is available for self-service at codenvy.com. You can also install Codenvy on your own infrastructure with Codenvy On-Prem. Ref: http://codenvy.readme.io/docs/release-notes Online test web application deployment environment are :Openshift ,...
Read more ...

June 16, 2016

To run real time RESTful services on Windows OS

In Chorme plugins: REST Client, Postman, Insomnia, Advanced REST client Postman helps you develop APIs faster compare to other apps. To understand more postman click me  ...
Read more ...

My Favorite Site's List

#update below script more than 500 posts