i am going to develop a RESTFul web service using Spring WS. This service will receive an XML as request which will have authentication information as well as request information.
I need to parse XML request and get those authentication details and authenticate that request.
How can i achieve this functionality using Spring Security? Or any other way for this?
Please Help. Thanks.