1 2 3 Previous Next 34 Replies Latest reply on Jan 12, 2011 1:43 AM by t.himaja Go to original post
      • 30. Re: WS-Security Newbie Question...
        smjain

        Thx Peter,
        I got it working but the only issue I have it is that I need to keep my SOAP Binding Style as RPC for the web service.
        Otherwise it says mixed style not supported. Can you please help me on that as my web service uses a lot of complex type which might not be supported by RPC style binding.
        Pls help
        Regards
        Shashank

        • 31. Re: WS-Security Newbie Question...
          smjain

          Hi Peter,
          Can you address this issue.
          I have a POJO web service. Now since I am able to sign and encrypt the messages. I want to authenticate and authorize the users.
          Now the scenario is that we need to first set the user credentials(username/password) or the SSO ticket in the SOAP headers(Not sure how we can put an SSO ticket).
          Then on server we need to extract the credentials/SSO ticket and validate against either an SSO system or LDAP user store using JAAS.
          Pls throw some light on it.
          Best Regards
          Shashank

          • 32. Re: WS-Security Newbie Question...
            smjain

            Hi Peter,
            Can you validate my approach here.
            I plan to add some SOAP headers (for user name password/sso ticket)from the client using a handler on the client. Once we are able to do it we can encrypt using standard API's. On the server we can decrypt and in another handler extract the SOAP headers. Once we get the user name and password we can pass it to the JAAS API for further processing.

            What I was thinking is that is there any standard way of doing it
            Regards
            Shashank

            • 33. Re: WS-Security Newbie Question...
              smjain

              Hi,
              Is there anyway we can enable and disable WS Security during runtime. Since it is configured as an annotation how we can change it during runtime without changing the code and redeploying.
              Regards
              Shashank

              • 34. WS-Security Newbie Question...
                t.himaja

                Hi Shashank,

                I tried making the application to secure my WS. Please let me know what were the errors you made while developing the application.

                Here is the link and all the details what things i configured and let me know what changes i need to do to make it run.

                http://community.jboss.org/thread/160992

                 

                Please reply.

                 

                Thanks in advance.

                Regards

                1 2 3 Previous Next