I am trying to use SoapUI to test a WCF service i have configured to use message security with a shared symmetric key. This key is used to encrypt and sign the message body in addition to other elements in the security header. The public key of the server certificate is then used to encrypt the shared key before sending it to the server.

I have tried to find a way to configure this behavior in SoapUI, but i can not find a way to use the shared symmetric key to sign parts of the message (in addition to encrypting parts of the message). The text in this link at Eviware Forum describes the problem well, but the question is old and no answer is provided.

The Outgoing WS-Security Configuration lets me add both Encryption and Signature entries, but I see no way to use the symmetric key from the Encryption entry in the Signature entry.

I do have a WCF-client running. This is working well with the WCF server implementation, but I would like to manage to configure this in SoapUI as well to create testsuites and verify that my configuration is interoperable with other platforms as well..

Anyone have suggestions to how this can be solved?

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.