开发者

WSDL one-way operation and HTTP statuses

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

开发者_如何学C

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.


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜