Spring XWSS Message Signing
问题 I am currently working on a client interface which connects to a third party web service. This 3rd party web service requires that all messages sent to them are signed with the client's private key. I am attempting to implement this using Spring's XWSS support as documented here: http://docs.spring.io/spring-ws/site/reference/html/security.html The issue I'm facing is that the messages I send out are not being signed despite what as far as I can tell is a correct configuration. My