What is the point in a WSDL with a rest based service?

后端 未结 3 482
感情败类
感情败类 2021-01-18 15:57

If REST based web services are as simple as GETing and POSTing to a url and parsing the response wht exactly do we need a wsdl? Whats the point. I understand that when using

3条回答
  •  别那么骄傲
    2021-01-18 16:35

    There's no point. WSDL is just a standardized description of what a service exposes and how can be invoked. You don't need WSDL, but you need some way of documenting what can be done with your service, so that clients know how to invoke it.

提交回复
热议问题