<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type='text/xsl' href='xmlspec.xsl'?>
<!DOCTYPE spec PUBLIC "-//W3C//DTD Specification V2.1//EN" "xmlspec.dtd" [
	<!ENTITY % entities SYSTEM "entitieswd.dtd">
	<!ENTITY wgmb SYSTEM "wgmb.txt">
	<!ENTITY prevwgmb SYSTEM "prevwgmb.txt">
	%entities;
	<!ENTITY status "Editors Copy $Date: 2003/06/11 09:53:43 $">
]>
<spec w3c-doctype="wd" role="editors-copy">
	<header>
		<title>SOAP 1.1 One-way HTTP Binding</title>
		<w3c-designation>&w3c-designation-part2;</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-part2;/">&dated-part2;/</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 "one-way" refinement that enables the HTTP response body 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: 2003/06/11 09:53:43 $ CET</p>
		</revisiondesc>
	</header>
	<body>
		<div1 id="intro">
			<head>Introduction</head>
			<p>The SOAP 1.1 One-way Binding (this document) defines modification to the SOAP 1.1 HTTP Binding <bibref ref="soap11"/> to support sending a message without a SOAP response, aka a one-way message.</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="onewaybinding">
			<head>SOAP 1.1 One-way HTTP Binding</head>
			<p>This SOAP 1.1 One-way HTTP binding can be used for sending one-way messages.  For such messages, the HTTP <bibref ref="RFC2616"/> response MUST be a 202 status code and an empty HTTP body, aka no SOAP envelope.  Any SOAP Envelope that is a response MUST be sent using a separate connection.</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-PART1">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 2396" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest" id="RFC2396" href="http://www.ietf.org/rfc/rfc2396.txt">IETF "RFC 2396:
	  Uniform Resource Identifiers (URI): Generic Syntax",
	  T. Berners-Lee, R. Fielding, L. Masinter, August
	  1998.</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>20041208</td>
						<td>Initial Revision</td>
					</tr>
				</tbody>
			</table>
			-->
		</inform-div1>
	</back>
</spec>
