Forum Discussion
SmartBear_Suppo
Alumni
12 years agoWhen you import the WSDL in SoapUI, it creates an interface (green hourglass icon in Navigator). That's a mapping in SoapUI that lets us know how the call is structured
So when you create test steps, it creates instances that refer to this interface. And when you remove the interface, it will remove the steps by design.
If you WSDL changes, you should update the WSDL interface in SoapUI open source - http://www.soapui.org/SOAP-and-WSDL/ref ... rface.html
or if you have SoapUI Pro, you should refactor the WSDL - http://www.soapui.org/SOAP-and-WSDL/wsd ... oring.html
Thanks,
Michael Giller
SmartBear Software
So when you create test steps, it creates instances that refer to this interface. And when you remove the interface, it will remove the steps by design.
If you WSDL changes, you should update the WSDL interface in SoapUI open source - http://www.soapui.org/SOAP-and-WSDL/ref ... rface.html
or if you have SoapUI Pro, you should refactor the WSDL - http://www.soapui.org/SOAP-and-WSDL/wsd ... oring.html
Thanks,
Michael Giller
SmartBear Software