How to generate RESTful client in JAVA for REST defined in WSDL

前端 未结 4 1931
陌清茗
陌清茗 2020-12-03 13:14

I know that WSDL is for defining SOAP based web services but in most of the WSDLs I saw on net, in the WSDL is defined also RESTful \"web service\"-http:binding.

To

4条回答
  •  伪装坚强ぢ
    2020-12-03 13:16

    You can use RestDescribe to generate and compile WSDL, you can generate clients in php, ruby, python, java and C# using this. It generates clean code and there is a good change that you have to tweak it a bit after code generation, you can find good documentation and underlying thoughts behind the tool here.

    There are few interesting and useful WADL tools mentioned on wintermute.

提交回复
热议问题