Forum Discussion

Flexx's avatar
Flexx
New Contributor
16 years ago

Change a WSDL file in an existing SoapUI project

Hello

I have a SoapUI project with many requests, filled with parameters, to test a web service with a namespace in version 1 (V1).

The web service is going to migrate to version 2. So the namespace changes to V2 in the WSDL file.

How can I update the namespaces into all my SoapUI requests without losing all the filled values ?
I don't want to recreate and to fill all my requests from the new wsdl file.

Thanks a lot for your help !

1 Reply

  • Flexx's avatar
    Flexx
    New Contributor
    Is it possible to edit the XML project file to replace automaticaly every "V1" to "v2" ?