Safaie
7 years agoNew Contributor
Soapui Export test cases
Hello,
I have a project with several testcases. I tested them and they are ok. I exported these test cases. Now I would know how I can execute this exported file in another environment? When I execute it in Soapui I get the error below. Can you help please?
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<soap:Fault>
<faultcode>soap:VersionMismatch</faultcode>
<faultstring>"http://eviware.com/soapui/config", the namespace on the "testCase" element, is not a valid SOAP version.</faultstring>
</soap:Fault>
</soap:Body>
</soap:Envelope>