Forum Discussion

afreire's avatar
afreire
New Contributor
10 years ago

Encrypt some fields before send request

Hi, I want to test a webservice that needs receive some field in the soap's body encrypted with 3DES.
We can't use WS-Security or WS-Policy.

How can I do that?

Regards
Alejandro

3 Replies

  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hello,

    May I ask why you cannot use WSS? This is the only way to encrypt the message in an easy way within SoapUI Pro.

    Regards,
    Temil
  • afreire's avatar
    afreire
    New Contributor
    We can't use WSSecurity because we are trying to connect to an existent service in our provider that doesn't use WSS, so they required send some field encrypted.

    Regards