Changing namespace
Hi !!
I'm trying to submit some tests, using ws security, and one of the requested tests is changing xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
to
xmlns:soapenv="http://schemas/xmlsoap.org/"
But everytime I submit it, SOAPUI inserts the original namespace above, and causes the following error :
Fri Jul 24 11:43:16 BRT 2020:ERROR:An error occurred [Signature creation failed (Cannot setup signature data structure)], see error log for details
Fri Jul 24 11:43:16 BRT 2020:ERROR:An error occurred [General security error (WSEncryptBody/WSSignEnvelope: Element to encrypt/sign not found: {http://schemas.xmlsoap.org/soap/envelope/}Body)], see error log for details
Any idea about what should I change in my SOAPUI configuration?
Thank you !!!