nikhil sharma
nikhil sharma

Reputation: 336

Spring 3.1 Web services working example

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

Answers (1)

Oliver Marienfeld
Oliver Marienfeld

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

Related Questions