I have a need to Test about 50 Test cases which involves about 7 different WSDL files for 7 different services.. Is it possible to create a single project to handle all the 7 wsdls or do i have to create 7 different projects to handle them?
Hi Rajesh,
Thank you for your post.
Yes you can have 7 different WSDLs on the same project. Just right click on the project and you will see "Add Wsdl" option you could go ahead and add your Wsdl there.
However, I would recommend you to have 7 different projects to efficiently manage the WSDLs.
Best,
Lakshmi
Thanks Lakshmi, It allows me to add few new WSDLS, but it is trying to update the existing interface when I try to add few other WSDLs. May be there is some restriction to add different versions of same service
You can do it both ways, but better create seperate then it will be easy to manage.
Regards,
Smith