Showing posts with label webservices. Show all posts
Showing posts with label webservices. 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 30, 2016

Error Handling for REST with Spring

Table of Contents 1. Overview 2. Via Controller level @ExceptionHandler 3. Via HandlerExceptionResolver 4. Via new @ControllerAdvice (Spring 3.2 and Above) 5. Handle the Access Denied in Spring Security 6. Conclusion 1. Overview This article will illustrate how to implement Exception Handling with Spring for a REST API. We’ll look at both the recommended solution...
Read more ...

My Favorite Site's List

#update below script more than 500 posts