Reputation: 62
I have X509 certificate implementation in one of my projects and i want to use Client certificate while consuming it from SoapUI. I got some solution here but it applies the same certificate for all the invocations from SoapUI. what if I have different certificates for different services that I invoke? How can I add the client certificate in my SOAP request itself?
Upvotes: 2
Views: 18439
Reputation: 5251
SSL Settings at the request level can be done the following way:
Source: https://blogs.sap.com/2011/01/06/soap-ui-tool-soap-https-client-authentication/
Upvotes: 4
Reputation: 1503
You can add as many trutstore or keystore based on the requirement.Double click on the name of the project-> Go to WS-Security Config. Please find few useful urls
http://pglezen.github.io/was-config/html/soapui.html ( Check config SOAP UI)
https://www.soapui.org/blog/ws-security-settings.html.
Based on the SOAPUI version. Truststore and Keystore tab will vary. But all with the same configuration.
Upvotes: 2