Exception validating signed Soap Message with Binary security token
For an inbound service I would like to setup a WSS Profile with Binary security token validation WS-Security Profile setup: Inbound validation
1: Signature configuration
2: Timestamp
Keystore Truststore : JKS with the public certificate in it.
While running an example soap call from calling system with signed parts of the message i get the following exception:
Exception while authenticating the service request com.sun.xml.wss.XWSSecurityException: Number of Targets in the message dont match number of Targets in receiver requirements
com.sun.xml.wss.XWSSecurityException: com.sun.xml.wss.XWSSecurityException: Number of Targets in the message dont match number of Targets in receiver requirements
I have no clue what this means, anyone have an idea?