0 Replies Latest reply on Oct 8, 2012 8:03 AM by nitin.bhardwaj21

    Creating a completely secured Web-Service using WS-Security in JBoss 6

    nitin.bhardwaj21

      Hi,

       

      I want to create a webservice (using WSDL first or Contract first approach) which is secured in three ways:

      1. It requires a username/password for authentication.

      2. It uses XML Signature for integrity.

      3. It uses XML Encryption for confidentiality.

       

      I started reading the WS-Security, but I am unable to find an example (using Apache CXF or JBoss 6 webservices) which shows me how to accomplish the above starting with a WSDL in a systematic step by step approach.

      Will appreciate any help or pointers in this regard.