sakthivel
8 years agoContributor
Create SOAP UI Project using Groovy Script
Hi, I need to create a project using Groovy Code in SOAP UI: Project->Test Suite->Test Cases with SOAP Requests. Here I would need to add Endpoint for this SOAP Request. I do have multiple SOAP requ...
- 8 years ago
Do you have access to save the xml file in default directory C:\Program Files\SmartBear\SoapUI-5.3.0\bin?
Or save in some other directory
WsdlProject project = currentProject.getWorkspace().createProject(projectName, new File("C:\\Temp\\" + projectName + ".xml"));