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

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

Added Files:
	soap11-ror-httpbinding.xml 
Log Message:
Copy of http://lists.w3.org/Archives/Public/public-ws-addressing/2006Mar/att-0006/soap11reqoptresphttpbinding.xml

--- NEW FILE: soap11-ror-httpbinding.xml ---
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type='text/xsl' href='xmlspec.xsl'?>
<!DOCTYPE spec PUBLIC "-//W3C//DTD Specification V2.2//EN" "xmlspec.dtd" [
	<!ENTITY % entities SYSTEM "entitiesNotecopy.dtd">
	<!ENTITY wgmb SYSTEM "wgmb.txt">
	<!ENTITY prevwgmb SYSTEM "prevwgmb.txt">
	%entities;
	<!ENTITY status "Editors Copy $Date: 2006/03/10 10:36:23 $">
]>
<spec w3c-doctype="wd" role="editors-copy">
	<header>
		<title>SOAP 1.1 request optional response HTTP Binding</title>
		<w3c-designation>&w3c-designation-part1;</w3c-designation>
		<w3c-doctype>&status;</w3c-doctype>
		<pubdate>
			<day>&draft.day;</day>
			<month>&draft.month;</month>
			<year>&draft.year;</year>
		</pubdate>
			<publoc>
			<loc xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest" href="&dated-part1;/">&dated-part1;/</loc>
		</publoc>
		<!--
		<prevlocs>
			<loc xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest" href="http://www.w3.org/TR/2002/CR-soap12-part2-20021219/">http://www.w3.org/TR/2002/CR-soap12-part2-20021219/</loc>
		</prevlocs>
		<latestloc>
			<loc xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest" href="http://www.w3.org/TR/&shortname-part2;/">http://www.w3.org/TR/&shortname-part2;/</loc>
		</latestloc>
		-->

		<authlist>
			<author>
				<name>David Orchard</name>
				<affiliation>BEA Systems</affiliation>
			</author>
		</authlist>
		<abstract>
			<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>
		</abstract>
		<status>
			<p>
				<emph>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.</emph>
			</p>
		</status>
		<langusage>
			<language id="en">English</language>
		</langusage>
		<revisiondesc>
			<p>Last Modified: $Date: 2006/03/10 10:36:23 $ CET</p>
		</revisiondesc>
	</header>
	<body>
		<div1 id="intro">
			<head>Introduction</head>
			<p>The SOAP 1.1 request optional response Binding (this document) defines modification to the SOAP 1.1 HTTP Binding <bibref ref="soap11"/> that enables an HTTP response with status code 202 to have a SOAP envelope or to be empty. </p>
			<div2 id="notcon">
				<head>Notational Conventions</head>
				<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 <bibref ref="RFC2119"/>.</p>
				<p>With the exception of examples and sections explicitly marked
    	as "Non-Normative", all parts of this specification are
    	normative.</p>
			</div2>
		</div1>
		<div1 id="reqoptrespbinding">
			<head>SOAP 1.1 request optional response HTTP Binding</head>
			<p>This SOAP 1.1 request optional response HTTP binding, in conjunction with the SOAP 1.1 binding <bibref ref="soap11"/>, 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 <bibref ref="RFC2616"/> response MAY have a 202 status code and the response body MAY be empty.  Note that the HTTP <bibref ref="RFC2616"/> 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>
		</div1>
		<div1 id="refs">
			<head>References</head>
			<div2 id="refs-norm">
				<head>Normative References</head>
				<blist>
					<bibl key="SOAP 1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest" id="soap11" href="http://www.w3.org/TR/SOAP/">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.</bibl>
					<bibl key="RFC 2616" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest" id="RFC2616" href="http://www.ietf.org/rfc/rfc2616.txt">IETF "RFC 2616:
 	  Hypertext Transfer Protocol -- HTTP/1.1", R. Fielding,
 	  J. Gettys, J. C. Mogul, H. Frystyk, T. Berners-Lee, January
 	  1997.</bibl>
					<bibl key="RFC 2119" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest" id="RFC2119" href="http://www.ietf.org/rfc/rfc2119.txt">IETF "RFC 2119:
	  Key words for use in RFCs to Indicate Requirement Levels",
	  S. Bradner, March 1997.</bibl>
				</blist>
			</div2>
			<div2 id="refs-inform">
				<head>Informative References</head>
				<blist>
					<bibl key="SOAP 1.2 Part 0" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest" href="http://www.w3.org/TR/2003/REC-soap12-part0-20030624/" id="SOAP-PART0">W3C Proposed Recommendation "SOAP Version 1.2 Part 0:
    	Primer", Nilo Mitra, 24 June 2003</bibl>
					<bibl key="SOAP 1.2 Part 1" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest" href="http://www.w3.org/TR/2003/REC-soap12-part1-20030624/" id="SOAP-PART1">W3C Proposed Recommendation
	  "SOAP Version 1.2 Part 1: Messaging
	  Framework", Martin Gudgin, Marc Hadley, Noah Mendelsohn, Jean-Jacques Moreau,
	  Henrik Frystyk Nielsen, 24 June 2003</bibl>
					<bibl key="SOAP 1.2 Part 2" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest" href="http://www.w3.org/TR/2003/REC-soap12-part2-20030624/" id="SOAP-PART2">W3C Proposed Recommendation
	  "SOAP Version 1.2 Part 2: Adjuncts
	  Framework", Martin Gudgin, Marc Hadley, Noah Mendelsohn, Jean-Jacques Moreau,
	  Henrik Frystyk Nielsen, 24 June 2003</bibl>
					<bibl key="SOAP MediaType" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest" href="http://www.ietf.org/rfc/rfc3902.txt" id="soap-media-type">IETF "RFC 3902: The 'application/soap+xml' media type",
	   M. Baker, M. Nottingham, 
       September, 2004. </bibl>
					<bibl key="RFC 3986" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest" id="RFC3986" href="http://www.ietf.org/rfc/rfc3986.txt">IETF "RFC 3986:
	  Uniform Resource Identifiers (URI): Generic Syntax",
	  T. Berners-Lee, R. Fielding, L. Masinter, January
	  2005.</bibl>
				</blist>
			</div2>
		</div1>
	</body>
	<back>
		<inform-div1 id="changelog">
			<head>Change Log</head>
			<table border="1">
				<caption>Changes since .</caption>
				<thead>
					<tr>
						<th>Who</th>
						<th>When</th>
						<th>What</th>
					</tr>
				</thead>
				<tbody>
					<tr>
						<td>DBO</td>
						<td>20060120</td>
						<td>Initial Revision</td>
					</tr>
					<tr>
						<td>DBO</td>
						<td>20060301</td>
						<td>Updated per F2F Meeting</td>
					</tr>

				</tbody>
			</table>

		</inform-div1>
	</back>
</spec>

Received on Friday, 10 March 2006 10:36:33 UTC