Reputation: 336
Please suggest me with some useful links that have step by step spring web services sample examples implementation. Do I need to install some plugin in Spring Tool Suite.
Upvotes: 2
Views: 9160
Reputation: 1393
As said by @evandongen, Spring 3.1 features REST web services. SOAP web services can be implemented with Spring-WS, which currently is in version 2.1.3. The Spring-WS manual has a tutorial which shows you step-by-step how to implement a SOAP web service.
Upvotes: 1