1 Reply Latest reply on Feb 28, 2006 11:29 AM by jason.greene

    WS-Security

    jason.greene

       

      "Ivo" wrote:
      I'm researching the tool implemening the OASIS WS-Security specifications, especially the part for signing SecurityTokenReferences.

      I saw that you've implemented this feature (http://jira.jboss.com/jira/browse/JBWS-284 ).

      If you have a minute to give me a hint - how can I use this feature and how to test it? (Any samples or unit tests will help me a lot)

      Thanks in advance,

      Ivo


      WS-Security will be included in the first jbossws release. JBossWS will be included in jboss-4.0.4. So if you want to play with it now you will need to checkout and build the latest 4.x branch.

      See the FAQ for CVS and build details:
      http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossWSFAQ

      See the Wiki entry for instructions on how to use WS-Security
      http://wiki.jboss.org/wiki/Wiki.jsp?page=WSSecurity

      You can look at our unit cases which are in jboss-head/webservice/test. The ant task tests-wsse runs all ws-security related tests.

      Thanks,
      -Jason