Well, SOAP is kinda old. But if for some reason you need to use it, here is how. 1. Create empty “Single View” project, you can call it […]
PHP
Posted on:
Quick tip: How to add WSSE Security headers in SoapUI?
Since this information is not easy to find, I want to share it with you. Valid WSSE security header should look like this: <soapenv:Header> <wsse:Security xmlns:wsse=”http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd” soapenv:mustUnderstand=”1″> <wsse:UsernameToken> […]