How to tell if a project is SOAP or REST in SoapUI

时间:2016-04-04 18:26:27

标签: rest soap soapui

While I am testing a bunch of APIs inside SoapUI, I have hard time to find out whether my project is SOAP or REST. Is this information hidden somewhere inside a project once it is created? I tried clicking around, viewing Project Properties, but couldn't find it....

Screenshot of my SOAPUI project

Thanks!

1 个答案:

答案 0 :(得分:1)

端点上的绿色图标表示SOAP项目。 REST端点有一个蓝色图标。

很可能一个项目可以拥有两个 SOAP和REST端点。这就是为什么" SOAP项目" " REST项目" 没有存储在任何地方,因为它没有意义。如果展开端点下的任何方法,您将看到其他任何SOAP,GET,POST等图标,具体取决于所使用的方法类型。