从 WSDL 创建 SOAP Web 服务的简单方法 [任何语言]
我正在寻找一个简单的解决方案来从 WSDL 文件创建(而不是使用)SOAP Web 服务。我并不特别注重所使用的语言和工具,只要它易于设置(清晰的说明等)即可。自动存根会很好,但没有它我也可以生活。
谢谢
I'm looking for a simple solution to create (not consume) a SOAP web service from a WSDL file. I'm not particular about the language and tools used, as long as it is easy (clear instructions, etc) to set up. Automatic stubbing would be nice, but I could live without it.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 SOAP UI,您不需要语言,甚至不需要应用程序服务器。
这是一个引导您完成它的博客:
它确实是最好的免费工具之一。
With SOAP UI you dont need a language or even app server.
Here is a blog that walks your through it:
It is truly one of the best free tools out there.