开发者

Easy way to create a SOAP web service from a WSDL [any language]

开发者 https://www.devze.com 2023-03-14 06:59 出处:网络
I\'m looking for a simple solution to create (not consume) a SOAP web service from a WSDL file.I\'m 开发者_JAVA百科not particular about the language and tools used, as long as it is easy (clear instru

I'm looking for a simple solution to create (not consume) a SOAP web service from a WSDL file. I'm 开发者_JAVA百科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


With SOAP UI you dont need a language or even app server.

Here is a blog that walks your through it:

  1. Setting up your project based on a wsdl
  2. Then how to mock a service: Working with MockServices

It is truly one of the best free tools out there.

0

精彩评论

暂无评论...
验证码 换一张
取 消