Web Services in C, REST, SOAP and WS-*

Thursday, January 17, 2008

Security What You're Looking for??

Confidentiality and integrity of massages are very important when you do serious business on line. WS-Security comes for your help at this point. The WS_Security specification describes enhancements to SOAP messaging to provide quality of protection through message integrity, message confidentiality, and single message authentication.

How do you use these security mechanisms in your WSF/C web service/client?? Using Rampart/C is your answer. 

Rampart/C is the security module of the Apache Axis2/C engine, which uses OMXMLSecurity as the XML-Security library. This comes as the integrated security module for WSO2 WSF/C. You can simply enable security in your web service with WSO2 Web Services Framework for C( WSF/C).

Here, you can find nice articles on Rampart/C.

No comments: