导入 WSDL 后如何在 Postman 中更新/刷新请求

发布于 2025-01-15 20:50:16 字数 332 浏览 1 评论 0原文

在Postman中将WSDL导入到新的集合中({Collection}>导入>链接>Url)后,是否有办法在修改API时更新或刷新Collection的请求?

  1. 我尝试重新导入它,但它只是创建了一个新集合。
  2. 如果我不选中“[]从导入的 API 生成集合”,它只会创建一个没有请求的空白 API。

在 SoapUI 中,您可以选择更新/刷新所有请求/响应,因为它们的签名会随着时间的推移而变化。如果没有办法刷新,这似乎是一个相当大的遗漏。如果每次发生更改时我都必须创建一个新集,我将丢失所有集合的测试和变量。

我缺少什么?谢谢。

布伦特

After importing WSDL into a new collection in Postman ({Collection} > Import > Link > Url), is there not a way to update or refresh the Collection's requests when the API is modified?

  1. I've tried re-importing it, but it just creates a new collection.
  2. If I don't check "[ ] Generate collection from imported APIs", it just creates a blank API with no requests.

In SoapUI, you have the option of updating/refreshing all of your requests/responses because their signatures change over time. This seems like a pretty big omission if there's no way to refresh. I would lose all of my collection's tests and variables if I had to create a new set each time something changed.

What am I missing? Thanks.

Brent

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

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

发布评论

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

评论(1

热鲨 2025-01-22 20:50:16

我使用:

  1. Fork Collection
  2. 导入新的 WSDL(作为新的 Collection)
  3. 将新操作/请求正文复制到 Fork
  4. 合并更改中

I use:

  1. Fork Collection
  2. Import new WSDL (as new Collection)
  3. Copy New Operations / Request Bodys into the Fork
  4. Merge Changes
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文