Forum Discussion

ahusainc's avatar
ahusainc
New Contributor
12 years ago

Soap UI using derivedKey = (password+salt ) iteration

Does SOAPUI support message encryption using 'DerivedKeyToken' where the message is signed and encrypted using a key generated from password+salt and iterations?
If so is there a 'how to' document that describes this?

My requirement is, I have to test a SOAP based WebService implemented using JAXWS. It uses WSS4J for message security. and it decrypts the message using the DerivedKey approach menation above.