linhvuong
8 years agoOccasional Contributor
Update definition of interface
Hi all,
I'm finding solution for the problem, but still not finish yet.
Could you please help me?
I want to update definition of interface and including checking on option: Update TestRequests
Please refer to this document for more detail about update definition; https://www.soapui.org/soap-and-wsdl/reference/wsdl-interface.html
Here is script I use:
myInterface=(WsdlInterface) testRunner.testCase.testSuite.project.getInterfaceByName("interfacename");
myInterface.updateDefinition(url, false)
recreateRequests(myInterface,false,false,false,false);
recreateTestRequests(myInterface,false,false,false,false);
updateTestRequests(myInterface,true,true,true,true);
Thanks in advance.
Best regards,
Linh