Reputation: 407
I am new to spring web service. I am creating one project in which I have to move the Login service alone to seperate project and invoke the login service from different project. Please provide me suggestion how to implement this.
I am using spring security and created login service.
Please provide me detailed step to make login service as seperate webservice and how to call login service from another service.
Thanks
Upvotes: 2
Views: 7398
Reputation: 41
in detail explanation http://static.springsource.org/spring-ws/sites/2.0/reference/html/index.html
step by step example http://krams915.blogspot.in/2010/12/spring-ws-tutorial-using-latest-200-rc2.html
Upvotes: 3