Armageddonsoft
15 years agoContributor
Use SoapUI to test broken XML
I'm trying to test parsing validation error using SoapUI but it seems you can't test broken tags because SoapUI automatically fixes them before sending the request, e.g if I try to send
<soapenv:Bo
...some data...
<soapenv:Body/>
SoapUI will fix the first tag before sending it. Is there any way around this? To force SoapUI to send broken tags?
<soapenv:Bo
...some data...
<soapenv:Body/>
SoapUI will fix the first tag before sending it. Is there any way around this? To force SoapUI to send broken tags?