Not sure I understand your problem...
Does the client send headers with soap:mustUnderstand="1" for WSSE headers?
Try sending in messages with mustUnderstand="0" for the WSSE headers.
Are you...
Type: Posts; User: uwieske; Keyword(s):
Not sure I understand your problem...
Does the client send headers with soap:mustUnderstand="1" for WSSE headers?
Try sending in messages with mustUnderstand="0" for the WSSE headers.
Are you...
Hi
I need to implement a webservice with WSSE and WSAddressing support.
Since I am using WSSE encryption on the SOAP Body element level, I could not use the @PayloadRoot because Spring would not...
This is more a follow up on my question earlier posted...
I Googled my way through https://jira.springsource.org/browse/SWS-519 where I learned that someone had already submitted a patch for...
Hi
I secured my webservices with WSSE Signature, Timestamp and Encryption. I have noticed that my response messages are not encrypted or signed when a (XSD) validation error occurs.
I checked...
I have deployed my webservice implemented (with the usual @Endpoint, @tPayloadRoot, @,ResponsePayload, @RequestPayload annotations). When I am not enforcing WS-Security Encryption everything seems to...