2

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.

nikhil sharma
  • 326
  • 3
  • 11
  • Do you mean REST services in Spring 3.1 (MVC based) or Spring-WS SOAP services? These are two different things. – evandongen Apr 09 '13 at 12:21
  • This link has few examples which might be helpful http://stackoverflow.com/questions/13267863/spring-ws-step-by-step-in-sts-from-wsdl – charu Apr 09 '13 at 20:29

1 Answers1

1

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.

Oliver Marienfeld
  • 1,154
  • 9
  • 17