Forum Discussion
- 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 - afreireNew ContributorWe 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 - Hi,
You can use custom event handler RequestFilter.filterRequest,
You can encrypt the properties and add it to the request, before the request is sent to the server.
http://www.soapui.org/Scripting-Propert ... dlers.html
Thanks,
Jeshtha