Get project type by Groovy
How do we get project type of a project in SOAP UI with groovy? I'm looking get if it is a SOAP or REST project.
If we are able mention while creating the project whether it is SOAP or REST, I assume that is stored as type type some where.
Hi barkman
I think there is no such way by which you can get the Project type via groovy
You can refer this documentation
Hope this helps, do like if you got the answer!!!!
Thanks,
Himanshu Tayal
No, there is no such thing as a "SOAP project" or a "REST project". There are just projects (the class is always WsdlProject).
The buttons "New SOAP Project" and "New REST Project" simply lead to different dialogs that help you to add your first WSDL or REST URI.
So, was there something specific you are trying to achieve?