Restful 服务描述符 WADL 或其他方式来识别方法类型?
如何识别 Web 服务是否支持休息行为?如果一个服务支持 Rest,那么该服务是否会公开任何描述符(例如 WADL),通过它我可以获取方法名称、方法参数和方法类型(例如 Get、put、post...)?
WSDL 2.0 支持 Rest,但目前没有 Web 服务支持它。
谢谢, 阿西夫
How can I identify a web service supports rest behavior or not? And if a service supports Rest then would that service expose any descriptor(e.g WADL) through which I can get method name, method parameters and method type (e.g. Get, put, post...)?
WSDL 2.0 supports Rest but currently no web service supporting it.
Thanks,
Asif
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您对 url 使用 HTTP OPTIONS 方法,它应该告诉您它支持哪些方法。
if you use the HTTP OPTIONS method against an url, it should tell you what methods it supports.