i know it's an old thread but my solution to the above problem was changing my client policy i was missing the timestamp property.Code:org.springframework.ws.soap.client.SoapFaultClientException: com.sun.xml.wss.XWSSecurityException: More Receiver requirements [ SignaturePolicy ] specified than present in the message; nested exception is com.sun.xml.wss.XWSSecurityException: com.sun.xml.wss.XWSSecurityException: More Receiver requirements [ SignaturePolicy ] specified than present in the message
the server expected a timestamp so the client should add this to the message.


Reply With Quote
