Forum Discussion

someonenew's avatar
someonenew
New Contributor
6 years ago

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.

1 Reply

  • someonenew's avatar
    someonenew
    New Contributor

    Update:

     

    It does appear to be related to importing the PFX file into the Java Keystore. When I point SOAP UI directly to the PFX file the signature is applied. 

     

    Just need to figure out why importing the PFX files into the keystore does not work.