A project to send requests to multiple servers
In my SoapUI, I have individual projects to write to individual external servers, one project per server. Each project has its own WSDL and I wrote Groovy scripts to execute the API in batch.
Now I like to create a project to write to multiple servers. So, I did the usual New Soap Project, New Testsuite, New Testcase. When I did the Add Step, SoapUI gave me an error "Missing SOAP operations in project."
Note that I did not enter a WSDL when I did the New Soap Project (I only entered the project name). I plan to copy (or move) the test cases from the other projects.
Do I have to enter the WSDL when I create the project? If the project has to write to 4 external servers, do I have to enter the 4 WSDL? If so, how do I enter 4 WSDL during the New Soap Project step?