Spring Rest service security with OAUTH – XML

Lets discuss Spring Rest service security with OAuth using XML configuration We have learned about securing Rest services and consuming secured Rest services using Spring Security in spring security rest service article. In this article, we will learn about the same using OAuth instead of Spring security. If you are completely new to OAuth then […]

Share this article on

Different tools to test Rest services

1) SOAP UI It can be used to test both Rest and SOAP services. More popular for SOAP services. Let’s see the steps to use SOAP UI for Rest services Step1 Access the below URL https://www.soapui.org/Downloads/latest-release.html Click on Download link based on OS which you are using. Go to the downloaded folder and double click […]

Share this article on
< Previous Next >