如何使用 RESTful Web 服务按合约进行编码
作为最佳实践,我们公司使用合同优先方法创建 Web 服务。
WSDL 是在考虑实现之前定义的。
是否可以使用 REST 来使用这种方法?我正在考虑使用 XSD,但是调用通常不是 XML!那么如何以机器可解释的方式指定合约呢?
Our company as a best practice creates Web Services using a Contract-First approach.
The WSDL is defined before the implementation is considered.
Is it possible to use such an approach using REST? I was thinking of using an XSD however calls are not generally XML! So how do you specify the contract in a machine interpretable way?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
给你,这对你有帮助吗?
参考:使用 WSDL 2.0 描述 REST Web 服务
Here you go, will this help you at all?
Reference: Describe REST Web services with WSDL 2.0