如何使用 RESTful Web 服务按合约进行编码

发布于 2025-01-04 03:09:00 字数 136 浏览 1 评论 0原文

作为最佳实践,我们公司使用合同优先方法创建 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

清醇 2025-01-11 03:09:00

给你,这对你有帮助吗?

Web 服务的核心是使用网络和 XML 定义机器对机器交互的机制。 Web 服务的一个关键组件是使用 Web 服务描述语言 (WSDL) 的正式描述。直到最近,还没有正式的语言来描述表述性状态传输 (REST) Web 服务,现在有了 WSDL 2.0。本文向您介绍 REST 和 WSDL 2.0,并引导您创建 REST Web 服务的 WSDL 2.0 描述。

参考:使用 WSDL 2.0 描述 REST Web 服务

Here you go, will this help you at all?

At their core, Web services define a mechanism for machine-to-machine interaction using a network and XML. A key component of a Web service is a formal description with Web Services Description Language (WSDL). Until recently there was no formal language to describe REpresentational State Transfer (REST) Web services—now there's WSDL 2.0. This article introduces you to REST and WSDL 2.0, and walks you through creating a WSDL 2.0 description of a REST Web service.

Reference: Describe REST Web services with WSDL 2.0

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文