将 WSDL 转换为 XML 工具?
有人知道将 WSDL 转换为 XML 的工具/程序吗?
基本上我只想要一个空的 XML 模板。获得模板后,我可以用数据填充节点。
Does anyone know of a tool / program to convert a WSDL to XML?
Basically I just want an empty XML template. I can populate the nodes with data after I get the template.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 SoapUI 从 WSDL 中提取 XML 请求/响应模板。
SoapUI 实际上在很多方面都很有用,比如 Web 服务模拟、单元测试等。它是一个很棒的工具。
以下是它在以下示例之一中为操作生成的内容:http://www.webservicex。 net/CurrencyConvertor.asmx?WSDL
和
You can extract XML request/response templates from the WSDL using SoapUI.
SoapUI is actually useful at a lot of things like web service mocking, unit testing etc. It is a great tool.
Here is what it generates for an operation in one of their examples at: http://www.webservicex.net/CurrencyConvertor.asmx?WSDL
and