WSDL 单向操作和 HTTP 状态

发布于 2024-11-01 21:38:38 字数 234 浏览 0 评论 0原文

首先考虑上下文 - 考虑单向 WSDL 操作(又名即发即忘,仅输入):

http: //www.w3.org/TR/wsdl#_one-way

现在,当服务器返回 202 Accepted http 状态代码时,可以安全地假设请求成功吗?它在某个地方标准化了吗?一些规格的链接将受到高度赞赏。

Context first - think one-way WSDL operation (aka fire and forget, input only):

http://www.w3.org/TR/wsdl#_one-way

Now, is it safe to assume that request is successful when server returns 202 Accepted http status code? Is it standardized somewhere? Link to some specifications would be highly appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

帅气称霸 2024-11-08 21:38:38

SOAP 1.2 第 2 部分(附件)描述了 SOAP 1.2 的 HTTP 绑定的详细信息。在[1]中指出:

202 好的

请求已被接受,但是 (a) 没有提供响应信封,或者 (b) 提供了表示与请求相关的信息的信封 —— 此类信封应该使用 SOAP 处理模型进行处理(请参阅 SOAP 1.2 部分) 1、SOAP 处理模型一节)。

对于单向操作,情况是(a)。

[1] http://www.w3.org/TR/soap12-part2 /#http-reqbindwaitstate

SOAP 1.2 Part 2 (Adjuncts) describes the details of SOAP 1.2's HTTP binding. In [1] it is stated:

202 OK

The request has been accepted, but either (a) no response envelope is provided or (b) an envelope representing information related to the request is provided -- such envelopes SHOULD be processed using the SOAP Processing model (see SOAP 1.2 Part 1, section SOAP Processing Model).

For a one-way operation, (a) is the case.

[1] http://www.w3.org/TR/soap12-part2/#http-reqbindwaitstate

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