2004/ws/addressing soap11-ror-httpbinding.html,NONE,1.1

Update of /sources/public/2004/ws/addressing
In directory homer:/tmp/cvs-serv19656

Added Files:
	soap11-ror-httpbinding.html 
Log Message:


--- NEW FILE: soap11-ror-httpbinding.html ---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta name="generator" content=
"HTML Tidy for Mac OS X (vers 1st December 2004), see www.w3.org" />
<meta http-equiv="Content-Type" content=
"text/html; charset=utf-8" />
<title>SOAP 1.1 request optional response HTTP Binding</title>

<style type="text/css">
/*<![CDATA[*/
code           { font-family: monospace; }

div.constraint,
div.issue,
div.note,
div.notice     { margin-left: 2em; }

dt.label       { display: run-in; }

li, p           { margin-top: 0.3em;
                 margin-bottom: 0.3em; }

.diff-chg       { background-color: yellow; }
.diff-del       { background-color: red; text-decoration: line-through;}
.diff-add       { background-color: lime; }

table          { empty-cells: show; }

table caption {
        font-weight: normal;
        font-style: italic;
        text-align: left;
        margin-bottom: .5em;
}

div.issue {
  color: red;
}

div.exampleInner pre { margin-left: 1em;
                       margin-top: 0em; margin-bottom: 0em}
div.exampleOuter {border: 4px double gray;
                  margin: 0em; padding: 0em}
div.exampleInner { background-color: #d5dee3;
                   border-top-width: 4px;
                   border-top-style: double;
                   border-top-color: #d3d3d3;
                   border-bottom-width: 4px;
                   border-bottom-style: double;
                   border-bottom-color: #d3d3d3;
                   padding: 4px; margin: 0em }
div.exampleWrapper { margin: 4px }
div.exampleHeader { font-weight: bold;
                    margin: 4px}
/*]]>*/
</style>
<link rel="stylesheet" type="text/css" href=
"http://www.w3.org/StyleSheets/TR/base.css" />
<link rel="contents" href="#contents" />
</head>
<body>
<div class="head">
<h1>SOAP 1.1 request optional response HTTP Binding</h1>
<h2>Editors Copy $Date: 2006/03/10 11:44:12 $ @@ @@@@ @@@@</h2>
<dl>
<dt>This version:</dt>
<dd><a href=
"soap11-ror-httpbinding.html/">soap11-ror-httpbinding.html/</a></dd>
<dt>Latest version:</dt>
<dd><a href=
"http://dev.w3.org/cvsweb/~checkout~/2004/ws/addressing/soap11-ror-httpbinding">
http://dev.w3.org/cvsweb/~checkout~/2004/ws/addressing/soap11-ror-httpbinding</a></dd>
<dt>Editor:</dt>
<dd>David Orchard, BEA Systems</dd>
</dl>
<p class="copyright"><a href=
"http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>&nbsp;©&nbsp;@@@@&nbsp;<a href="http://www.w3.org/">
<acronym title=
"World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a href=
"http://www.csail.mit.edu/"><acronym title=
"Massachusetts Institute of Technology">MIT</acronym></a>, <a href=
"http://www.ercim.org/"><acronym title=
"European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
<a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved.
W3C <a href=
"http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
<a href=
"http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>
and <a href=
"http://www.w3.org/Consortium/Legal/copyright-documents">document
use</a> rules apply.</p>
</div>
<hr />
<div>
<h2><a name="abstract" id="abstract">Abstract</a></h2>
<p>SOAP Version 1.1 provides an HTTP binding for exchanging a
request and a response. This binding provides a "request optional
response" refinement that enables an HTTP response with status code
202 to have a SOAP envelope or to be empty.</p>
</div>
<div>
<h2><a name="status" id="status">Status of this Document</a></h2>
<p><strong>This document is an editors' copy that has no official
standing.</strong></p>
<p><em>This section describes the status of this document at the
time of its publication. Other documents may supersede this
document. The latest status of this document series is maintained
at the W3C.</em></p>
</div>
<hr />
<div class="toc">
<h2><a name="contents" id="contents">Table of Contents</a></h2>
<p class="toc">1. <a href="#intro">Introduction</a><br />
&nbsp;&nbsp;&nbsp;&nbsp;1.1 <a href="#notcon">Notational
Conventions</a><br />
2. <a href="#reqoptrespbinding">SOAP 1.1 request optional response
HTTP Binding</a><br />
3. <a href="#refs">References</a><br /></p>
<h3><a name="appendix" id="appendix">Appendix</a></h3>
<p class="toc">A. <a href="#changelog">Change Log</a>
(Non-Normative)<br /></p>
</div>
<hr />
<div class="body">
<div class="div1">
<h2><a name="intro" id="intro"></a>1. Introduction</h2>
<p>The SOAP 1.1 request optional response Binding (this document)
defines modification to the SOAP 1.1 HTTP Binding <cite><a href=
"#soap11">SOAP 1.1</a></cite> that enables an HTTP response with
status code 202 to have a SOAP envelope or to be empty.</p>
<div class="div2">
<h3><a name="notcon" id="notcon"></a>1.1 Notational
Conventions</h3>
<p>The keywords "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL"
in this document are to be interpreted as described in RFC 2119
<cite><a href="#RFC2119">RFC 2119</a></cite>.</p>
<p>With the exception of examples and sections explicitly marked as
"Non-Normative", all parts of this specification are normative.</p>
</div>
</div>
<div class="div1">
<h2><a name="reqoptrespbinding" id="reqoptrespbinding"></a>2. SOAP
1.1 request optional response HTTP Binding</h2>
<p>This SOAP 1.1 request optional response HTTP binding, in
conjunction with the SOAP 1.1 binding <cite><a href="#soap11">SOAP
1.1</a></cite>, can be used for sending request messages with an
optional SOAP response. This binding augments the SOAP 1.1 binding
by allowing that the HTTP <cite><a href="#RFC2616">RFC
2616</a></cite> response MAY have a 202 status code and the
response body MAY be empty. Note that the HTTP <cite><a href=
"#RFC2616">RFC 2616</a></cite> specification states "the 202
response is intentionally non-committal" and so any content in the
response body, including a SOAP Envelope, MAY not be an expected
SOAP response.</p>
</div>
<div class="div1">
<h2><a name="refs" id="refs"></a>3. References</h2>
<dl>
<dt class="label"><a name="soap11" id="soap11"></a>[SOAP 1.1]</dt>
<dd>W3C Note "Simple Object Access Protocol (SOAP) 1.1", Don Box,
David Ehnebuske, Gopal Kakivaya, Andrew Layman, Noah Mendelsohn,
Henrik Nielsen, Satish Thatte, Dave Winer, 8 May 2000. (See
<cite><a href=
"http://www.w3.org/TR/SOAP/">http://www.w3.org/TR/SOAP/</a></cite>.)</dd>
<dt class="label"><a name="RFC2616" id="RFC2616"></a>[RFC
2616]</dt>
<dd>IETF "RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1", R.
Fielding, J. Gettys, J. C. Mogul, H. Frystyk, T. Berners-Lee,
January 1997. (See <cite><a href=
"http://www.ietf.org/rfc/rfc2616.txt">http://www.ietf.org/rfc/rfc2616.txt</a></cite>.)</dd>
<dt class="label"><a name="RFC2119" id="RFC2119"></a>[RFC
2119]</dt>
<dd>IETF "RFC 2119: Key words for use in RFCs to Indicate
Requirement Levels", S. Bradner, March 1997. (See <cite><a href=
"http://www.ietf.org/rfc/rfc2119.txt">http://www.ietf.org/rfc/rfc2119.txt</a></cite>.)</dd>
</dl>
</div>
</div>
<div class="back">
<div class="div1">
<h2><a name="changelog" id="changelog"></a>A. Change Log
(Non-Normative)</h2>
<table border="1">
<caption>Table A-1. Document history</caption>
<thead>
<tr>
<th rowspan="1" colspan="1">Who</th>
<th rowspan="1" colspan="1">When</th>
<th rowspan="1" colspan="1">What</th>
</tr>
</thead>
<tbody>
<tr>
<td rowspan="1" colspan="1">DBO</td>
<td rowspan="1" colspan="1">20060120</td>
<td rowspan="1" colspan="1">Initial Revision</td>
</tr>
<tr>
<td rowspan="1" colspan="1">DBO</td>
<td rowspan="1" colspan="1">20060301</td>
<td rowspan="1" colspan="1">Updated per F2F Meeting</td>
</tr>
</tbody>
</table>
<br /></div>
</div>
</body>
</html>

Received on Friday, 10 March 2006 11:44:56 UTC