Easy way to create a SOAP web service from a WSDL [any language]
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:
- Setting up your project based on a wsdl
- Then how to mock a service: Working with MockServices
It is truly one of the best free tools out there.
精彩评论