在soapUI中创建MockService而不使用wsdl

发布于 2024-08-17 23:47:27 字数 103 浏览 4 评论 0原文

是否可以在没有 wsdl 文件的情况下在soapUI中创建模拟服务?我所拥有的只是示例请求和响应。 我认为应该可以使用soapUI 从请求和响应示例生成WSDL,但我找不到任何有关它的教程。

Is it somehow possible to create mock service in soapUI without having wsdl file? All I have is sample request and responses.
I think that should be possible to generate WSDL from request and response examples with soapUI but I'm not able to find any tutorials about it.

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

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

发布评论

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

评论(2

挽梦忆笙歌 2024-08-24 23:47:27

您可以使用一些虚拟 WSDL 来欺骗 SOAPUi,至少使用单个请求/响应定义!只需将其生成的请求替换为您想要的 XML 文档即可。您还可以通过复制和粘贴添加具有完全不同的请求/响应的其他请求!

You can just trick SOAPUi with some dummy WSDL, at least with a single request/response definition! Just replace the requests it generates with the XML document you wanted. You an also add additional requests with entirely different request/responses by copy and pasting!

滿滿的愛 2024-08-24 23:47:27

仅通过请求/响应您可能无法构建 WSDL。如果您有端点 URL,请将“?wsdl”附加到端点 URL,在浏览器中打开它,您应该获得 WSDL。

另外,如果您有架构,您可以尝试从此处生成 WSDL 文件

Just with request/response you may not be able to construct the WSDL. If you have the end point URL, append '?wsdl' to the end point URL,open it in a browser, you should get the WSDL.

Also if you have the schema with you, you can try generating WSDL file from here

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