Forum Discussion

Safaie's avatar
Safaie
New Contributor
6 years ago

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>

 

 

2 Replies

  • jhanzeb1's avatar
    jhanzeb1
    Frequent Contributor

    Hi,

     

    Can you provide more details on this please?

     

    What version of SoapUI were these testcases exported from? what version of SoapUI are you importing these testcases into? 

     

     

     

    • Safaie's avatar
      Safaie
      New Contributor

      Hello,

       

      Sorry for the delay. I use Sopaui 5.2.1 for export and I would use the same soapui 5.2.1 to execute the exported script. How can I do it? I tried to imprt it or to put my script with several create requests in a testcase but only the first create request is executed.

       

      Thanks for the response.

      Safaie