SOAPUI 传输属性

发布于 2024-10-07 10:51:46 字数 118 浏览 2 评论 0原文

我正在尝试在 SOAP UI 3.6 教授中进行传输属性。我能够正确地解决它。问题实际上是使其随机。我的意思是,在第一个 SOAP 响应中,将有一个结果列表,我想随机选择一个结果将其传输到第二个请求。有什么办法可以做到吗?

I am trying to do a transfer property in SOAP UI 3.6 prof. I am able to work it out properly. The question really is to make it random. What I mean is, in the first SOAP response, there will be a list of results and I want to pick one randomly to transfer it to second request. Is there any way to do it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

奢华的一滴泪 2024-10-14 10:51:46

您还可以使用 XPath 进行属性转移。

You could also do a Property Transfer using XPath.

永不分离 2024-10-14 10:51:46

我没有方便的 SoapUI,但是您不能使用“Groovy 脚本”步骤从结果中选择随机项目,将其分配给变量,然后在第二个请求中使用吗?

我正在做类似的事情 - SoapUI 网站上几乎没有 Groovy 教程 - 看看吧。

I don't have SoapUI handy but can't you use 'Groovy Script' step to select random item from your result, assign it to variable and then use in second request?

I was doing similar stuff - there are few Groovy tutorials on SoapUI website - take a look.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文