Soap UI has the following option "Use single certificate for signing"
what is the corresponding spring-ws config?
Soap UI has the following option "Use single certificate for signing"
what is the corresponding spring-ws config?
did you try with the Sign attribute includeTimestamp set to false?
According to the documentation, it's use to prevent replay attacks. Use Single certificate to signing in SoapUI use quite the same methodology as a replay attacks.