RESTful Services - WSDL Equivalent

后端 未结 8 919
我在风中等你
我在风中等你 2020-11-28 21:04

I have been reading about REST and SOAP, and understand why implementing REST can be beneficial over using a SOAP protocol. However, I still don\'t understand why there isn

8条回答
  •  离开以前
    2020-11-28 21:38

    WSDL 2.0 specification has added support for REST web services too. Best of both worlds scenario. Problem is WSDL 2.0 is not widely supported by most tools out there yet. WSDL 2.0 is W3C recommended, WSDL1.1 is not W3C recommended but widely supported by tools and developers. Ref: http://www.ibm.com/developerworks/library/ws-restwsdl/

提交回复
热议问题