Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个具有多个响应的 SoapUI Mock 服务。每次收到请求时,我只想发送一个响应(不是所有响应都按顺序或随机)。调度中没有那个选项。如何做到这一点?
谢谢。
这可以使用脚本来完成,最简单的方法就是返回一些响应:
return "Response1"
或一些更复杂的脚本,这些脚本将根据请求中的某些值返回响应。