Any one has idea about Web Services Enhacements security support works. I am new to this. I like to know the bacground process.
i am very much thankfull if some one helps me to find the solution for this.
I found some information regarding Web Service Security
WSE is using SOAP filters these are automatic run-time components and these are operate at the level of single SOAP envelop. SOAP filters are responsible to inspect or transform the SOAP envelop. These SOAP filters on the sender may digitally sign the message and add a Security header to it. That is the primary specification of WS-Security.
Basically the SOAP Filter is a run-time class and it is responsible for an atomic transformation of a SOAP message.
Any one having idea on how to implement client authentication in WSE?