views:

14

answers:

1

Hi ,

I have some webservices exposed through xfire and want to have security around those webservice calls. How can I add security without changing anything inside the web services? Basically I want to intercept these webservice calls before it is reaching actual webservice and to authenticate those calls. Please help me

Regards Vishal G

A: 

Sounds like a job for Spring Security. It can provide security around an existing non-Spring application without any internal modification.

skaffman
Hi Skaffman,Thanks a lotRegardsVishal