someonenew
6 years agoNew Contributor
Signature not showing via SOAP UI
I read through postings trying to determine why the signature element is not applied even though it is configured as part of the Outgoing WS-Security Configurations. What post comments describe makes since but even though I have applied the same steps the resulting request does not show the Signature element. The only step that appears to be different is that I was giving a *.pfx file. I import the PFX using keytool as such ...
- keytool -importkeystore -srckeystore <some>.pfx -srcstoretype pkcs12 -destkeystore <some-keystore> -deststoretype JKS
- I then configure this keystore in the Outgoing WS-Security Configurations followed by pointing to the WS-Security configuration from the Auth (Basic) tab for the request.
Any help is appreciated.