Answer(s)
- company receives requests to their SOA applications via SOAP documents digitally signedusing WS-Security. They have a requirement to perform message integrity actions on incomingrequests. They have created a WS-Proxy Service using a WSDL describing the application, andhave received copies of the public X.509 keys of the intended clients.How can they implement this message integrity requirement?A. No action required, Digital Signatures are automatically verified in a WS-Proxy
- Create a Validation Credential Object using the Clients?X.509 Private Key, and assign this to aVerify action on the Default Response Rule Policy
- Create a Validation Credential Object using the Clients?X.509 Private Key, and assign this to aVerify action on the Default Request Rule Policy
- Create a Validation Credential Object using the Clients?Public X.509 Certificate, and assignthis to a Verify action on the Default Response Rule Policy
- Create a Validation Credential Object using the Clients?Public X.509 Certificate, and assignthis to a Verify action on the Default Request Rule Policy
Correct Answer Create a Validation Credential Object using the Clients?Public X.509 Certificate, and assignthis to a Verify action on the Default Request Rule Policy