Hi All,

I have web application designed using spring 2.5.5 MVC, JBoss server. I want to expose my spring services (like add/update User, comments, documents, etc.) using WebService for EAI. Requirement is like any third-party application should be able to perform operations in my web application after authentication/authorization. I have novice knowledge of SOAP (Axis2) and REST (Jersey), however i am not sure which will be best suited for my application. Please could you provide any pointers...

Cheers