So I am new to spring-ws
and to SOAP in general and am concerned about the security of information being sent to my SOAP service.
I want to use some sort of http authorization and it seems like this is not done via the spring-ws API.
- Does anyone know a good resource for information on doing this,
- Have any advice to offer?
I admit that I lack a lot of knowledge when it comes to security policy, so anything helps.
By the way I am using glassfish 3 as my application server.
EDIT: I am not trying to put the security features in the soap message. I am sending customer information so the http message has to be encrypted. Authentication to ensure that the request is coming from the right people (so random users cannot use my soap service) would be huge plus.