<?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 % entities SYSTEM "entitiesedcopy.dtd" >
%entities;
<!ENTITY status "Editors' copy $Date: 2002/06/13 04:08:58 $">
]>
<spec w3c-doctype="wd" role="editors-copy">
<!-- <spec w3c-doctype="wd">-->
  <header>
    <title>SOAP Version 1.2 Part 2: Adjuncts</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/2001/WD-soap12-20010709/">http://www.w3.org/TR/2001/WD-soap12-20010709/</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>Martin Gudgin</name>
	<affiliation>DevelopMentor</affiliation>
      </author>
      <author>
	<name>Marc Hadley</name>
	<affiliation>Sun Microsystems</affiliation>
      </author>
      <author>
	<name>Jean-Jacques Moreau</name>
	<affiliation>Canon</affiliation>
      </author>
      <author>
	<name>Henrik Frystyk Nielsen</name>
	<affiliation>Microsoft</affiliation>
      </author>
    </authlist>
    <abstract>
      <p>SOAP Version 1.2 is a lightweight protocol intended for
      exchanging structured information in a decentralized, distributed
      environment. SOAP Version 1.2 Part 2: Adjuncts defines a set of adjuncts that may
      be used with SOAP Version 1.2 Part1: Messaging Framework. This specification
      depends on SOAP Version 1.2 Part 1: Messaging Framework <bibref
      ref="SOAP-PART1"/>. </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>

      <p>This is the fourth <loc xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" href="http://www.w3.org/Consortium/Process-20010719/tr.html#RecsWD" xlink:show="replace" xlink:actuate="onRequest">W3C Working
          Draft</loc> of the SOAP Version 1.2 specification for review
          by W3C members and other interested parties. It has been
          produced by the <loc xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" href="http://www.w3.org/2000/xp/Group/" xlink:show="replace" xlink:actuate="onRequest">XML Protocol
          Working Group</loc> (WG), which is part of the <loc xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" href="http://www.w3.org/2000/xp/Activity" xlink:show="replace" xlink:actuate="onRequest">XML Protocol
          Activity</loc>.</p>

      <p>Refer to appendix <specref ref="changelog"/> for a detailed
      list of changes since the last publication of this document. A
      <loc xmlns:xlink="http://www.w3.org/1999/xlink"
      xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest"
      href="http://www.w3.org/2000/xp/Group/xmlp-issues">list of open
      issues against this document</loc> can be found at
      <attval>http://www.w3.org/2000/xp/Group/xmlp-issues</attval>.</p>

      <p>Comments on this document should be sent to <loc href="mailto:xmlp-comments@w3.org">xmlp-comments@w3.org</loc>
	(public archive <bibref ref="CommentArchive"/>). It is inappropriate to send discussion email
to this address.</p>

      <p>Discussion of this document takes place on the public <loc href="mailto:xml-dist-app@w3.org">xml-dist-app@w3.org</loc>
          mailing list <bibref ref="DiscussionArchive"/> under the email
          communication rules in the XML Protocol Working Group
          Charter <bibref ref="XMLPCharter"/>.</p>

     <p>This is a public W3C Working Draft. It is a draft
          document and may be updated, replaced, or obsoleted by other
          documents at any time. It is inappropriate to use W3C
          Working Drafts as reference material or to cite them as
          other than "work in progress". A list of all <loc xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" href="http://www.w3.org/TR/" xlink:show="replace" xlink:actuate="onRequest">W3C technical
          reports</loc> can be found at http://www.w3.org/TR/.</p>
    </status>
    <langusage>
      <language id="en">English</language>
    </langusage>
    <revisiondesc>
      <p>Last Modified: $Date: 2002/06/13 04:08:58 $ CET</p>
    </revisiondesc>
  </header>
  <body>


    <div1 id="intro">
      <head>Introduction</head>

      <p >SOAP Version 1.2 (SOAP) is a lightweight protocol intended
	for exchange of structured information between peers in a
	decentralized, distributed environment. The SOAP specification
	consists of three parts. Part 2 (this document)
	defines a set of adjuncts that MAY be used with the SOAP
	messaging framework:</p>
      
      <olist>
	<item>
	  <p>The SOAP Data Model represents application-defined data structures and values
            as a directed, edge-labeled graph of nodes (see <specref
	      ref="datamodel"/>).</p>
	</item>
	<item>
	  <p>The SOAP Encoding defines a set of rules for encoding
            instances of data that conform to the SOAP Data Model for
            inclusion in SOAP messages (see <specref
	      ref="soapenc"/>).</p>
	</item>
	<item>
	  <p>The SOAP RPC Representation defines a convention for how
	    to use the SOAP Data Model for representing RPC calls and
	    responses (see <specref ref="soapforrpc"/>).</p>
	</item>
	<item>
	  <p>A convention for describing features and bindings
	  (see <specref ref='soapfeatspec' />).
	  </p>
				</item>
				<item>
					<p>A request response message exchange pattern definition and a message exchange pattern supporting
non-SOAP requests for SOAP responses,  (see
	  <specref ref="soapsupmep"/>).</p>
				</item>
                                <item>
					<p>A feature for control of methods used on the World Wide Web (see
	  <specref ref="WebMethodFeature"/>).</p>
				</item>
				<item>
					<p>The SOAP HTTP Binding defines a binding of SOAP to HTTP <bibref ref="RFC2616"/> following the rules of the <xspecref href="&dated-part1;#transpbindframew">SOAP Protocol Binding
	  Framework</xspecref>
						<bibref ref="SOAP-PART1"/> (see <specref ref="soapinhttp"/>).</p>
				</item>
			</olist>
   <p>Part 0 <bibref ref="SOAP-PART0"/> is a non-normative document intended to
provide an easily understandable tutorial on the features of the SOAP Version
1.2 specifications.</p> 
   <p>Part 1 <bibref ref="SOAP-PART1"/> defines the SOAP messaging
framework.</p> 
			<note>
				<p>In previous versions of this specification the SOAP
	  name was an acronym. This is no longer the case.</p>
      </note>
	
        <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 RFC2119 <bibref ref="RFC2119"/>.</p>
	  
	  <p>This specification uses a number of namespace prefixes throughout; they
	  are listed in <specref ref="tabprefns"/>. Note that the choice of any namespace
	  prefix is arbitrary and not semantically significant (see <bibref
	  ref="XMLInfoSet"/>).</p>
  
        <table border="1" id="tabprefns">
          <caption>Prefixes and Namespaces used in this specification</caption>
          <tbody>
          <tr>
            <th>Prefix</th>
            <th>Namespace</th>
            <th>Notes</th>
          </tr>
          <tr>
            <td>env</td>
            <td><attval>http://www.w3.org/2002/06/soap-envelope</attval></td>
            <td>Defined by Part 1 <bibref ref="SOAP-PART1"/>.</td>
          </tr>
          <tr>
            <td>enc</td>
            <td><attval>http://www.w3.org/2002/06/soap-encoding</attval></td>
            <td>A normative XML Schema <bibref ref="XMLSchemaP1"/>,
            <bibref ref="XMLSchemaP2"/> document for the
            <attval>http://www.w3.org/2002/06/soap-encoding</attval>
            namespace can be found at <loc
            xmlns:xlink="http://www.w3.org/1999/xlink"
            xlink:type="simple"
            href="http://www.w3.org/2002/06/soap-encoding"
            xlink:show="replace"
            xlink:actuate="onRequest">http://www.w3.org/2002/06/soap-
            encoding</loc>.</td>
          </tr>
          <tr>
            <td>xs</td>
            <td><attval>http://www.w3.org/2001/XMLSchema</attval></td>
            <td>Defined in the W3C XML Schema
          specification <bibref ref="XMLSchemaP1"/>, <bibref
          ref="XMLSchemaP2"/>.</td>
          </tr>
          <tr>
            <td>xsi</td>
            <td><attval>http://www.w3.org/2001/XMLSchema-instance</attval></td>
            <td>Defined in the W3C XML Schema
          specification <bibref ref="XMLSchemaP1"/>, <bibref
          ref="XMLSchemaP2"/>.</td>
          </tr>
          <tr>
            <td>context</td>
            <td><attval>http://www.w3.org/2002/06/soap/bindingFramework/ExchangeContext/</attval></td>
            <td>See <specref ref="singlereqrespmep"/>.</td>
          </tr>
          <tr>
            <td>mep</td>
            <td><attval>http://www.w3.org/2002/06/soap/mep/</attval></td>
            <td>See <specref ref="singlereqrespmep"/>.</td>
          </tr>
          <tr>
            <td>fail</td>
            <td><attval>http://www.w3.org/2002/06/soap/mep/FailureReasons/</attval></td>
            <td>See <specref ref="singlereqrespmep"/>.</td>
          </tr>
          <tr>
            <td>reqres</td>
            <td><attval>http://www.w3.org/2002/06/soap/mep/request-response/</attval></td>
            <td>See <specref ref="singlereqrespmep"/>.</td>
          </tr>
                                                <tr>
							<td>webmeth</td>
							<td>
								<attval>http://www.w3.org/2002/06/soap/features/web-method/</attval>
							</td>
							<td>See <specref ref="WebMethodFeature"/>.</td>
						</tr>
          </tbody>
        </table>

        <p>Namespace names of the general form <attval>http://example.org/...</attval>
          and <attval>http://example.com/...</attval> represent
          application or context-dependent URIs <bibref ref="RFC2396"/>.</p>

        <p>This specification uses the Extended Backus-Naur Form
          (EBNF) as described in <bibref ref="XML"/>.</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="datamodel">
      <head>SOAP Data Model</head>
      
      <p>The SOAP Data Model represents application-defined data
      structures and values as a directed edge-labeled graph of nodes.
      Components of this graph are described in the following
      sections.</p>

      <p>
	  The purpose of the SOAP Data Model is to provide a mapping
	  of non-XML based data to some wire representation. It is important
	  to note that use of the SOAP Data Model, the accompanying SOAP
	  Encoding (see <specref ref="soapenc"/>), and/or the SOAP RPC
	  Representation (see <specref ref="soapforrpc"/>) is
	  OPTIONAL. Applications which already model data in XML, for
	  example using W3C XML Schema <bibref ref="XMLSchemaP1"/>,<bibref
	  ref="XMLSchemaP2"/>, may not need to use the SOAP
	  Data Model. Due to their optionality, it is NOT a
	  requirement to implement the SOAP Data Model, the SOAP
	  Encoding and/or the SOAP RPC Representation as part of a
	  SOAP node.
      </p>

	  <div2 id='graphedges'>
	    <head>Graph Edges</head>
	    <p>
	    Edges in the graph are said to <emph>originate</emph> at a
	    graph node
	    and <emph>terminate</emph> at a graph node. An edge that
	    originates at a graph
	    node is known as an <emph>outbound edge</emph> with respect to that
	    graph node. An edge that terminates at a graph node is known as an <emph>inbound
	    edge</emph> with respect to that graph node. An edge MAY originate and
	    terminate at the same graph node.
	    </p>
            <p>
		The outbound edges of a given graph node MAY be
	    distinguished by label or by position, or both. Position 
	    is a total order on such edges; thus any outbound edge MAY
	    be identified by position.
            </p>
	    <div3 id='edgelabels'>
	    <head>Edge labels</head>
	    <p>
	    An edge label is an XML 
	    Schema Qualified Name (see XML Schema Part 2:
	    Datatypes <bibref ref='XMLSchemaP2' />). Two edge labels are equal if
	    and only if both of the following are true:</p>
	    <olist>
	      <item>
		    <p>
		    Their local name values are the same.
		    </p>
		  </item>
	      <item>
		    <p>
		    Either of the following is true:</p>
		    <olist>
		      <item>
			    <p>
			    Their namespace name values are missing.
			    </p>
			  </item>
			  <item>
			    <p>
			    Their namespace name values are present and the same.
			    </p>
			  </item>
	        </olist>
		  </item>
	    </olist>

		<p>See <specref ref='values' /> for uses of edge labels and position
	    to distinguish the members of encoded values, and 
	    XML Schema Part 2: Datatypes <bibref ref='XMLSchemaP2' /> for more
	    information about comparing XML qualified names.
	    </p>
		</div3>
      </div2>

	  <div2 id='graphnodes'>
	    <head>Graph Nodes</head>
	    <p>
	    A graph node is either a <emph>terminal</emph> graph node
	    or a <emph>non-terminal</emph> graph node. A non-terminal
	    graph node has one or more outbound edges. A terminal
	    graph node has no outbound edges and an optional lexical value. 
	    Both types of graph node have
	    an optional unique identifier of type ID in the namespace named
	    "http://www.w3.org/2001/XMLSchema", (see XML Schema Part2:
	    DataTypes <bibref ref='XMLSchemaP2' />) and an
	    optional type name of type QName in the namespace named
	    "http://www.w3.org/2001/XMLSchema" (see XML Schema Part2:
	    DataTypes <bibref ref='XMLSchemaP2' />). 
	    </p>
	
	    <div3 id='singlemultiref'>
		  <head>Single and Multi reference nodes</head>
	      <p>
	      A graph node may be <emph>single reference</emph> or
	      <emph>multi reference</emph>. A 
	      single reference graph node has a single inbound edge. A multi
	      reference graph node has multiple inbound edges.
	      </p> 
		</div3>
      </div2>
	  <div2 id='values'>
	    <head>Values</head>
	    <p>
	    A simple value is represented as a terminal graph node.
	    </p>

	    <p>
	    A compound value is represented as a non-terminal graph node as
	    follows:</p>

   	    <olist>
   	      <item>
   	    	<p>
			If the labels of a non-terminal graph node's outbound
			edges are not unique (i.e. they can be duplicated),
			the non-terminal graph node is known as a "generic".
			Outbound edges of a generic MAY be distinguished
			by label and/or position, according to the needs of the
			application. 
   	    	</p>
   	    	</item>
   	      <item>
   	    	<p>
   	    	A non-terminal graph node whose outbound edges are distinguished solely
   	    	by their labels is known as a "struct". The outbound edges
   	    	of a struct MUST be labeled with distinct names (see
   	    	<specref ref='edgelabels' />).
   	    	</p>
   	    	</item>
   	    	<item>
   	    	<p>
   	    	A non-terminal graph node whose outbound edges are distinguished solely
   	    	by position is known as an "array". The outbound edges of
   	    	an array MUST NOT be labelled.
   	    	</p>
   	    	</item>
   	    </olist>

	<ednote role="pf">
	  <edtext>The Working Group solicits feedback from
	    implementors during the Last Call period whether the
	    section on 'generics' should remain in this document or
	    whether it should be removed altogether. The Working Group
	    does not request input on improved designs or otherwise,
	    just whether the section is useful asis or not as part of
	    this document.</edtext>
        </ednote>
		
  	  </div2>
	</div1> 

    <div1 id="soapenc">
      <head>SOAP Encoding</head>
      
      <p>
	  SOAP Encoding describes how to encode instances of data
	  that conform to the data model described in <specref
	  ref="datamodel"/>. This encoding
	  MAY be used to transmit data in SOAP header blocks and/or SOAP
	  bodies. Other data models, alternate encodings of the SOAP
	  Data Model as well as unencoded data MAY also be used in SOAP
	  messages (see <bibref ref="SOAP-PART1"/> <xspecref
	  href="&dated-part1;#soapencattr">SOAP
	  encodingStyle Attribute</xspecref> for specification of alternative
	  encoding styles and see <specref ref='soapforrpc' />  for
	  restrictions on data models and encodings used to represent SOAP 
	  Remote Procedure Calls).
	  </p>

      <p>The serialization rules defined in this section are
      identified by the URI
      <attval>http://www.w3.org/2002/06/soap-encoding</attval>. SOAP
      messages using this particular serialization SHOULD indicate
      that fact by using the SOAP <att>encodingStyle</att> attribute
      information item (see <bibref ref="SOAP-PART1"/> <xspecref
      href="&dated-part1;#soapencattr">SOAP
      encodingStyle Attribute</xspecref>).
	  </p>

      <div2 id="encrules">
        <head>Rules for Encoding Graphs in XML</head>

        <p>
		XML allows very flexible encoding of data. SOAP Encoding
        defines a narrower set of rules for encoding the graphs
        described in <specref ref='datamodel' />. This section
        defines the encoding at a high level, and the subsequent
        sub-sections describe the encoding rules in more detail. The
        encodings described in this 
        section can be used in conjunction with the mapping of RPC
        calls and responses specified in <specref ref="soapforrpc"/>.
		</p>

		<p>
		The encodings are described below from the perspective of a
		de-serializer. In each case, the presence of an XML
		serialization is presumed, and the mapping to a corresponding
		graph is described.
		</p>

		<p>
		More than one encoding is typically possible
		for a given graph. When serializing a graph for transmission
		inside a SOAP message any representation that deserializes to the
		identical graph MAY be used; when receiving an encoded SOAP
		message, all representations MUST be accepted. 
		</p>
		
		<div3 id='encodingedgesandnodes' >
		  <head>Encoding graph edges and nodes</head>

		  <p>
		  Each graph edge is encoded as an <emph>element information
		  item</emph> and each <emph>element information item</emph>
		  represents a graph edge. <specref ref='complexenc' />
		  describes the relationship between edge labels and the local
		  name and namespace name properties of such <emph>element 
		  information items</emph>.
		  </p>

		  <p>The graph node at which an edge terminates is
		  determined by examination of the serialized XML as follows:</p>
		  <olist>
		    <item>
		      <p>
			  If the <emph>element information item</emph> representing
			  the edge does not have a <att>ref</att> <emph>attribute
			  information item</emph> (see <specref ref='refattr' />)
			  among its attributes then that <emph>element information
			  item</emph> is said to <emph>represent</emph> a node in
			  the graph and the edge terminates at that node.
			  </p>
		    </item>
		    <item>
		      <p>
			  If the <emph>element information item</emph> representing
			  the edge does have a <att>ref</att> <emph>attribute
			  information item</emph> (see <specref
			  ref='refattr' />) among its attributes,
			  then the value of that <emph>attribute information
			  item</emph> MUST be identical to the value of exactly one
			  <att>id</att> <emph>attribute information item</emph> (
			  see <specref ref='idattr' />) in the same envelope. 
			  In this case the edge terminates at the graph node
			  represented by the <emph>element information item</emph>
			  on which the <att>id</att> <emph>attribute information
			  item</emph> appears. That <emph>element information
			  item</emph> MUST be in the scope of an
			  <att>encodingStyle</att> attribute with a value of
			  <attval>http://www.w3.org/2002/06/soap-encoding</attval>.
			  </p>
		    </item>
		  </olist>

		  <p>
		  All nodes in the graph are encoded as described in 1
		  above. Additional inbound edges for multi reference graph nodes
		  are encoded as described in 2 above.
		  </p>
		</div3>

		<div3 id="simpleenc">
		  <head>Encoding simple values</head>
		  <p>
		  The lexical
		  value of a terminal graph node (simple value) is the sequence of
		  Unicode characters identified by the <emph>character
		  information item</emph> children of the <emph>element
		  information item</emph> representing that node.
		  </p>
		</div3>

		<div3 id="complexenc">
		  <head>Encoding compound values</head>
		  <p>
		  An outbound edge of a graph node is encoded as an
		  <emph>element information item</emph> child of the
		  <emph>element information item</emph> that represents the
		  node (see <specref ref='encodingedgesandnodes' />).
		  Particular rules apply depending on what kind of compound
		  value the graph node represents. These rules are as follows:</p>

		  <olist>
		    <item>
		      <p>
			  For a graph edge which is distinguished by label
			  ("struct" or "generic"), the namespace name
			  and local name properties of the
			  <emph>element information item</emph>
			  together determine the value of the edge
			  label. 
			  </p>
			</item>
			<item>
			  <p>
			  For a graph edge which is distinguished by position 
			  ("array" or "generic"):</p>
			  <ulist>
			    <item>
				  <p>
				  The ordinal position of the graph edge corresponds
				  to the position of the <emph>element information
				  item</emph> relative to its siblings
				  </p>
				</item>
			    <item>
				  <p>
				  If outbound edges are distinguished <emph>only</emph>
				  by position ("array") then the local name and namespace name
				  properties of the <emph>element information
				  item</emph> are not significant.
				  </p>
				</item>
			  </ulist>
			</item>
			<item>
			  <p>
			  The following rules apply to the encoding of a graph node that
			  represents an "array":</p>
			  <ulist>
			    <item>
				  <p>
				  The <emph>element information item</emph>
				  representing an array node MAY have among its
				  attributes an <att>itemType</att> <emph>attribute
				  information item</emph> (see <specref
				  ref='itemtypeattr' />). 
				  </p>
				</item>
			    <item>
				  <p>
				  The <emph>element information item</emph>
				  representing an array node MAY have among its
				  attributes an <att>arraySize</att> <emph>attribute
				  information item</emph> (see <specref
				  ref='arraySizeattr' />). 
				  </p>
				</item>
			  </ulist>
			</item>
			<item>
			  <p>
			   If a graph edge does not terminate in a graph node then
			   it can either be omitted from the serialization or it can be
			   encoded as an <emph>element information item</emph>
			   with an <emph>xsi:nil</emph> <emph>attribute
			   information item</emph> whose value is <attval>true</attval>.
			  </p>
			</item>
		  </olist>
	  </div3>

	  <div3 id='enctypename'>
	    <head>Computing the Type Name property</head>
		<p>
		The type name property of a graph node is a {namespace name,
		local name} pair computed as follows:</p>

		<olist>
		<item>
		<p>
		If the <emph>element information item</emph> representing the
		graph node has an <att>xsi:type</att> <emph>attribute
		information item</emph> 
		among its attributes then the type name property of the
		graph node is the value of the <att>xsi:type</att> <emph>attribute
		information item</emph>.</p>
		<note>
		<p>
		This attribute is of type QName in the namespace named
		"http://www.w3.org/2001/XMLSchema" (see XML Schema Part 2:
		Datatypes <bibref ref='XMLSchemaP2' />); its value consists of the 
		pair {namespace name, local name}. Neither the prefix used to
		construct the QName nor any information relating to any
		definition of the type is considered to be part of the
		value. The SOAP graph carries only the qualified name of the
		type.
		</p>
		</note>
		</item>
		<item>
		<p>
		Otherwise if the parent <emph>element information item</emph> of the
		<emph>element information item</emph> representing the graph
		node has a <att>soap:itemType</att> <emph>attribute
		information item</emph> (see <specref ref='itemtypeattr' />)
		among its attributes then the type
		name property of the graph node is the value of the
		<att>soap:itemType</att> <emph>attribute information item</emph>
		</p>
		</item>
		<item>
		<p>
		Otherwise the value of the type name property of the graph
		node is unspecified.
		</p>
		</item>
		</olist>

		<note>
		<p>
		These rules define how the type <emph>name</emph> property
		of a graph node in
		a graph is computed from a serialized encoding. This
		specification does not mandate validation using any particular
		schema language or type system. Nor does it include built in types or
		provide any standardized faults to reflect value/type
		name conflicts.
		</p>
		<p>
		However, nothing prohibits development of
		additional specifications to describe the use of SOAP with
		particular schema languages or type systems. Such additional
		specifications MAY mandate validation using particular
		schema language, and MAY specify faults to be generated if
		validation fails. Such additional specifications MAY specify
		augmentations to the deserialized graph based on information
		determined from such a validation. The use by SOAP of xsi:type
		is intended to facilitate integration with the W3C XML Schema
		language (see <specref ref='encschema' />). Other XML based
		schema languages, data schemas and programmatic type systems
		MAY be used but only to the extent that they are compatible
		with the serialization described in this specification.
		</p>		
		</note>

	    <div4 id="itemtypeattr">
	     <head>itemType Attribute Information Item</head>
         <p>
		 The <att>itemType</att> <emph>attribute information item</emph> has
		 the following Infoset properties:
		 </p> 
	 <ulist>

	        <item>
			  <p>
			  A local name of <att>itemType</att>;
			  </p>
			</item>

            <item>
			  <p>
			  A namespace name of <attval>http://www.w3.org/2002/06/soap-encoding</attval>. 
              </p>
			</item>

            <item>
			  <p>
			  A specified property with a value of true.
			  </p>
			</item>

		  </ulist> 
	      <p>
		  The type of the <att>itemType</att> <emph>attribute
          information item</emph> is <emph>QName</emph> in the
          namespace named <attval>http://www.w3.org/2001/XMLSchema</attval>.
          The value of the <att>itemType</att> <emph>attribute 
          information item</emph> is used to compute the type name
          property (see <specref ref='enctypename' />) of members of
          an array.
		  </p>

		</div4>

	   </div3>

	  <div3 id='uniqueids'>
	    <head>Unique identifiers</head>
		
	    <div4 id="idattr">
	     <head>id Attribute Information Item</head>
         <p>
		 The <att>id</att> <emph>attribute information item</emph> has
		 the following Infoset properties:
		 </p> 
		 <ulist>

	        <item><p>A local name of <att>id</att>;</p></item>

            <item><p>A namespace name which is empty</p></item>

            <item><p>A specified property with a value of <attval>true</attval>.</p></item>

		  </ulist> 
	      <p>
		  The type of the <att>id</att> <emph>attribute
          information item</emph> is <emph>ID</emph> in the namespace named
          <attval>http://www.w3.org/2001/XMLSchema</attval>.
          The value of the <att>id</att> <emph>attribute information
          item</emph> is a unique identifier that can be referred to by
          a <att>ref</att> <emph>attribute information item</emph>
          (see <specref ref="refattr"/>).
		  </p>
		 </div4>

	     <div4 id="refattr">
	      <head>ref Attribute Information Item</head>
          <p>
		  The <att>ref</att> <emph>attribute information item</emph> has
		  the following Infoset properties:
		  </p> 
		  <ulist>

	        <item><p>A local name of <att>ref</att>;</p></item>

            <item><p>A namespace name which is empty</p></item>

            <item><p>A specified property with a value of true.</p></item>
 
		   </ulist> 
	       <p>
		   The type of the <att>ref</att> <emph>attribute information
		   item</emph> is <emph>IDREF</emph> in the namespace named <attval>http://www.w3.org/2001/XMLSchema</attval>.
		   The value of the <att>ref</att> <emph>attribute information
		   item</emph> is a reference to a unique identifier defined
		   by an <att>id</att> <emph>attribute information item</emph>
		   (see <specref ref="idattr"/>).
		   </p>

		</div4>
		<div4 id='uniqueidconstraints' >
		  <head>Constraints on id and ref attribute information
		  items</head>
		  <p>
		  The value of a <att>ref</att> <emph>attribute information item</emph> MUST also be
		  the value of exactly one <att>id</att> <emph>attribute information item</emph>.
		  </p>
		  <p>
		  A <att>ref</att> <emph>attribute information item</emph> and
		  an <att>id</att> <emph>attribute information item</emph>
		  MUST NOT appear on the same <emph>element information item</emph>.
		  </p>
		</div4>
	  </div3>



	   <div3 id="arraySizeattr">
	     <head>arraySize Attribute Information Item</head>
         <p>
		 The <att>arraySize</att> <emph>attribute information item</emph> has
		 the following Infoset properties:
		 </p> 
		 <ulist>

	        <item>
			  <p>
			  A local name of <att>arraySize</att>;
			  </p>
			</item>

            <item>
			  <p>A namespace name of <attval>http://www.w3.org/2002/06/soap-encoding</attval>. 
              </p>
			</item>
            <item>
			  <p>
			  A default value of "*"
			  </p>
			</item>
			
		  </ulist> 
	      <p>
		  The type of the <att>arraySize</att> <emph>attribute
          information item</emph> is <emph>arraySize</emph> in the
          namespace named <attval>http://www.w3.org/2002/06/soap-encoding</attval>. 
          </p>
            <p>The value of the <att>arraySize</att> attribute information item MUST conform to the following EBNF grammer</p>

		  <scrap headstyle="suppress">
		    <head></head>
            <prod id="arraysizedefn">
              <lhs>arraySizeValue</lhs> 
              <rhs>("*" | concreteSize) nextConcreteSize*</rhs>
            </prod>
            <prod id="nextconcretesize">
              <lhs>nextConcreteSize</lhs>
              <rhs>" " concreteSize</rhs>
            </prod>
            <prod id="concretesize">
              <lhs>concreteSize</lhs>
              <rhs>[0-9]+</rhs>
            </prod>
          </scrap>
		  <p>
		  The array's dimensions are represented by each item
		  in the list of sizes (unspecified size in case of
		  the asterisk). The number of items in the list
		  represents the 
		  number of dimensions in the array. The asterisk, if present,
		  MUST only appear in the first position in the list.
		  </p>
		</div3>

      </div2>

      <div2 id="encfaults">
        <head>Decoding Faults</head>

		<p>
		During deserialization a SOAP receiver:
 	    </p>

        <ulist>

	      <item>
		    <p>
			SHOULD generate an <code>env:Sender</code> SOAP
            fault with a subcode of <code>enc:MissingID</code>
			if the message violates the constraints on <att>id</att>
            and <att>ref</att> <emph>attribute information
            items</emph> (see <specref
            ref='uniqueidconstraints' />).
			</p>
	      </item>
  
	      <item>
		    <p>
			MAY generate an <code>env:Sender</code> SOAP fault with a
			subcode of <code>enc:UntypedValue</code> if the type name
			property of an encoded graph node is unspecified.
			</p>
	      </item>

        </ulist>
     </div2>

    </div1>


    <div1 id="soapforrpc">
      <head>SOAP RPC Representation</head>
      
      <p>One of the design goals of SOAP is to facilitate
	the exchange of messages that map conveniently to definitions
	and invocations of method and procedure calls in commonly used
	programming languages. For that purpose, this section defines
	a uniform representation of RPC requests and responses. It
	does not define actual mappings to any particular programming
	language. The representation is entirely platform independent
	and considerable effort has been made to encourage usage that
	is consistent with the Web in general.</p>

      <p>As mentioned in section <specref ref="datamodel"/>, use and
	implementation of the SOAP RPC Representation is OPTIONAL.</p>

      <p> The SOAP encodingStyle attribute information item (see
      <bibref ref="SOAP-PART1"/> <xspecref
      href='&dated-part1;#soapencattr'>SOAP encodingStyle
      Attribute</xspecref>) is used to indicate the encoding style of
      the RPC representation. The encoding thus specified needs to support
      "struct" and "array" compound value constructs defined in <specref
      ref='values'/>. The encoding style defined in <specref
      ref='soapenc' /> supports such constructs and is therefore
      suitable for use with the SOAP RPC Representation. </p>

      <p>
      This SOAP RPC Representation is not predicated on any SOAP
      protocol binding. When SOAP is bound to HTTP, an RPC invocation
      maps naturally to an HTTP request and an RPC response maps to an
      HTTP response. (see <specref ref='soapinhttp'/>). However, the
      SOAP RPC Representation is not limited only to the SOAP HTTP Binding.
      </p>

      <p>To invoke an RPC, the following information is needed:</p>

      <ulist>
        <item><p>The binding-specific address of the target SOAP node</p></item>

        <item><p>A procedure or method name</p></item>

        <item>
					<p>The identities
        and values of any arguments to be passed to the procedure or method.  Arguments used to
identify Web resources SHOULD be distinguished from those representing data or control information (see
<specref ref="RPCWebArguments"/>.)</p>
</item>
                                <item>
                                     <p>Values for properties as required by any features of the 
binding to be used.  For example, GET or POST for the <att>webmeth:Method</att> property of the <specref ref="WebMethodFeature"/>.</p>
                                </item>

        <item><p>Optional header data</p></item>

      </ulist>

      <p>SOAP RPC relies on the protocol binding to provide a mechanism
      for carrying the URI of the target SOAP node. For HTTP the request URI
      indicates the resource against which the invocation is being
      made. Other than requiring it to be a valid URI, SOAP places no
      restriction on the form of an identifier (see RFC2396 <bibref ref="RFC2396"/>
      for more information on URIs).  The section <specref ref="RPCWebArguments"/> further discusses the use
of URI's for identifying RPC resources.</p>
<p>The SOAP RPC Representation employs the <specref ref="singlereqrespmep"/> and <specref ref="soapresmep"/>.  Use of the SOAP RPC Representation with other MEPs MAY be possible, but is beyond the
scope of this specification.</p>



			<div2 id="RPConWeb">
                              <head>Use of RPC on the World Wide Web</head>
                              <p> 
The following guidelines SHOULD be followed when deploying 
SOAP RPC applications 
on the World Wide Web:</p>
                            
<div3 id="RPCWebArguments">
<head>Identification of RPC Resources</head>
<p>The World Wide Web identifies resources with URIs, but common programming conventions convey identification information in the arguments to 
procedures, or in the names of those procedures. For example, the call:
<!--What's the right markup for this?  [Noah]-->
<att>"updateQuantityInStock(PartNumber="123", NewQuantity="200")</att> suggests that the resource to be
updated is the QuantityInStock for PartNumber "123".
Accordingly, when mapping to
or from a programming language method or procedure call, any arguments that serve to identify resources
(such as the part number above) should when practical be represented in the URI to which the SOAP message is addressed. 
When mapping to or from a programming language method or procedure call, the name of which
identifies or qualifies the identification of a resource (such as QuantityInStock above), such naming or
qualification should when practical be represented in the URI to which the SOAP message is addressed.  
No standard means of representation of arguments or method names is provided by this specification.</p>

<note>
<p>Conventions for specific URI encodings of procedure
names and arguments, as well as for controlling the
inclusion of such arguments in the SOAP RPC body could be established in conjunction with the development
of Web Service interface description languages, could be developed when SOAP is bound to particular
programming languages, or could be established on an application or
procedure-specific basis.</p>
</note>

</div3>

<div3 id="RPCResourceRetrieval">
<head>Distinguishing Resource Retrievals from other RPCs</head>
<p>
The World Wide Web depends on mechanisms that optimize commonly performed information retrieval
tasks.  Specifically, protocols such as HTTP <bibref ref="RFC2616"/> provide a GET method which is 
used to perform safe
retrievals, I.e. to perform retrievals that are idempotent, free of side effects, and for which security considerations  do not
preclude the use of cached results or URI-based resource identification.</p>
<p>
Certain procedure or method calls represent requests for information retrieval.  For example, the call:
<att>"getQuantityInStock(PartNumber="123")</att> might be used to retrieve the quantity established in
the example above.  The following conventions can be employed to implement SOAP retrievals and other
RPC's on the Web:
</p>
<ulist>
<item>
<p>
The conventions described in <specref ref="RPCWebArguments"/> are used to identify the
resource with a URI.
</p>
</item>
<item>
<p>
In cases where all the arguments have been represented in the URI, no
SOAP header blocks are to be transmitted, and the operation is a safe
retrieval, the <specref ref="WebMethodFeature"/> feature and the
<specref ref="soapresmep"/> MEP is used. Accordingly, no SOAP envelope
is transmitted for the request, and the
<attval>webmeth:Method</attval> property is set to GET. The results of
the retrieval are a SOAP RPC response as described in <specref
ref="rpcresponse"/></p>
</item>
<item>
<p>
In cases where the operation to be performed is not a retrieval, when
SOAP headers are to be transmitted (a digital signature, for example),
or when a retrieval is not safe, the <specref ref="WebMethodFeature"/>
feature and the <specref ref="singlereqrespmep"/> MEP is used. The
request envelope is encoded as described in <specref
ref="rpcinvocation"/>, and the results are as described in <specref
ref="rpcresponse"/>. The <attval>webmeth:Method</attval> property is
set to POST.</p>
</item></ulist>

<p>The SOAP RPC Representation does not define any other value for the
<attval>webmeth:Method</attval>.</p>

</div3>

			</div2>

                          <div2 id="rpcsoapbdy">
	<head>RPC and SOAP Body</head>
				<p>RPC invocations (except for safe retrievals: see <specref ref="RPCResourceRetrieval"/>) and responses are both carried in the SOAP
        <el>Body</el> element (see <bibref ref="SOAP-PART1"/>
					<xspecref href="&dated-part1;#soapbody">SOAP Body</xspecref>)
        using the following representation:</p>

        <div3 id="rpcinvocation">
        <head>RPC Invocation</head>
        
        <p>An RPC invocation is modeled as a struct where
          parameter access is by name or as an array where parameter
          access is by position.</p>
          
        <ulist>
          <item><p>The invocation is represented by a single struct or array
          containing an outbound edge for each [in] or [in/out]
          parameter. The struct or array is named identically to
          the procedure or method name (see <specref ref="namemap"/>).</p></item>

          <item><p>Each outbound edge either has a label corresponding to the
          name of the parameter (see <specref ref="namemap"/>) or a
          position corresponding to the position of the parameter.</p></item>
        </ulist>

        <p>Applications MAY process invocations with missing
        parameters but also MAY fail to process the invocation and return a fault.</p>
        
        </div3>
        
        
        <div3 id="rpcresponse">
        <head>RPC Response</head>
        
        <p>An RPC response is modeled as a struct where
          parameter access is by name or as an array where parameter
          access is by position.</p>

        <ulist>
          <item><p >The response is represented by a single struct or array
          containing an outbound edge for the return value and each [out]
          or [in/out] parameter.</p></item>

		  <item><p >If the response is represented by a
		  struct, then each parameter is represented by an outbound edge
		  with a label corresponding to the name of the parameter (see
		  <specref ref="namemap"/>). A non-void return value is
		  represented in the struct by an outbound edge that may be
		  given any unique label. The QName of the label of the edge
		  representing the return value is given by a separate outbound
		  edge with a local name of <el>result</el> and the namespace
		  name <attval>http://www.w3.org/2002/06/soap-rpc</attval>. This
		  result outbound edge MUST be present and hold the qname of the
		  edge containing the return value within any struct response if
		  the return value of the procedure is non-void. This result
		  outbound edge MUST NOT be present if the return value of the
		  procedure is void.</p></item>

		  <item><p >If the response is represented by an
		  array, each outbound edge has a label corresponding to the
		  position of the parameter. A return value MUST be present
		  if the return value of the procedure is non-void. If
		  present, the return value MUST be represented as the first
		  edge of the array with parameters following. If no return value is
		  present, then parameters begin with the first
		  outbound edge of the array.</p></item>

          <item><p>Invocation faults are handled according to the
          rules in <specref ref="rpcfaults"/>. If a protocol binding
          adds additional rules for fault expression, those MUST also
          be followed.</p></item>
        </ulist>

        <p>An RPC response MUST NOT contain both a result and a fault,
        because a result indicates success and a fault indicates
        failure.</p>
        
        </div3>
        
        <div3 id="rpcencrestriction">
        
            <head>SOAP Encoding Restriction</head>
            
            <p>When using SOAP encoding (see <specref ref="soapenc"/>) in
            conjunction with the RPC convention described here, the SOAP
            <el>Body</el> MUST contain only a single child <emph>element
            information item</emph>, that child being the serialized RPC
            invocation or response struct or array. I.e. when using the
            SOAP encoding for serializing
            RPC invocations and responses, the encoding is constrained
            to produce a single tree of <emph>element information
            items</emph>.</p>
                        
        </div3>

      </div2>

      <div2 id="rpcsoaphead">
	<head>RPC and SOAP Header</head>
        
        <p>Additional information relevant to the encoding of an RPC
        invocation but not part of the formal procedure or method
        signature MAY be expressed in a SOAP envelope carrying an RPC invocation or response.
        Such additional information MUST be expressed as SOAP header blocks.</p>
        

      </div2>

      <div2 id="rpcfaults">
        <head>RPC Faults</head>

        <p>The SOAP RPC Representation introduces additional SOAP fault
        subcode values to be used in conjunction with the fault codes
        described in <bibref ref="SOAP-PART1"/> <xspecref
        href="&dated-part1;#faultcodes">SOAP Fault Codes</xspecref>. The
        namespace name for these SOAP fault subcode values is
        <attval>http://www.w3.org/2002/06/soap-rpc</attval> and the
        namespace prefix <el>rpc:</el> is used in this section to
        indicate association with this namespace. A schema document for
        this namespace can be found at <loc
        xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"
        href="http://www.w3.org/2002/06/soap-rpc" xlink:show="replace"
        xlink:actuate="onRequest">http://www.w3.org/2002/06/soap-rpc
        </loc>. </p>

        <p>Errors arising during RPC invocations are reported
        according to the following rules (in decreasing order
        of precedence):</p>

	<olist>

	  <item><p>A fault with a <el>Value</el> of
          <attval>env:Receiver</attval> for <el>Code</el> SHOULD
          be generated when the receiver cannot handle the message
          because of some temporary condition, e.g. when it is out of
          memory.</p>
	  </item>

          <item>
            <p>A fault with a <el>Value</el> of
            <attval>env:DataEncodingUnknown</attval> for
            <el>Code</el> SHOULD be generated when the arguments
            are encoded in a data encoding unknown to the
            receiver.</p>
          </item>

	  <item>
            <p >A fault with a <el>Value</el> of
            <attval>env:Sender</attval> for <el>Code</el> and a
            <el>Value</el> of <attval>rpc:ProcedureNotPresent</attval>
            for <el>Subcode</el> MAY be generated when the receiver
            does not support the procedure or method specified.</p>
	  </item>

	  <item>
            <p>A fault with a <el>Value</el> of
            <attval>env:Sender</attval> for <el>Code</el> and a
            <el>Value</el> of <attval>rpc:BadArguments</attval> for
            <el>Subcode</el> MUST be generated when the receiver
            cannot parse the arguments or when there is a mismatch
            between what the receiver expects and what the sender has
            sent.</p>
	  </item>

	  <item><p>Other faults arising in an extension or from the
          application SHOULD be generated as described in <bibref ref="SOAP-PART1"/> <xspecref
          href="&dated-part1;#soapfault">SOAP Fault Codes</xspecref>.</p>
      </item>

	</olist>
        
        <p>In all cases the values of the <el>Detail</el> and
        <el>Reason</el> <emph>element information items</emph>
        are implementation defined. Details of their use MAY be specified by an
        external document.</p>
        
        <note><p >Senders might receive different faults from
        those listed above in response to an RPC invocation if the
        receiver does support the (optional) RPC convention described
        here.</p></note>

      </div2>
    </div1>

<div1 id="soapfeatspec">
  <head>A Convention for Describing Features and Bindings</head>

<p>This section describes a convention describing Features (including
MEPs) and Bindings in terms of properties and property values. The
convention is sufficient to describe the distributed states of Feature
and Binding specifications as mandated by the Binding Framework (see
<bibref ref="SOAP-PART1"/> <xspecref
href="&dated-part1;#transpbindframew">SOAP Protocol Binding
Framework</xspecref>) and it is used to describe a Request-Response MEP
<specref ref="singlereqrespmep"/> and the SOAP HTTP Binding <specref
ref="soapinhttp"/> elsewhere in this document. Along with the convention
itself, an informal model is defined that describes how properties
propagate through a SOAP system. Note that this model is intended to be
illustrative only, and is not meant to imply any constraints on the
structure or layering of any particular SOAP implementation.</p>

<div2 id="modprop"><head>Model and Properties</head>

<p>In general, a SOAP message is the information that one SOAP node wishes to
exchange with another SOAP node according to a particular set of features,
including a MEP. In addition, there may be information essential to exchanging
a message that is not part of the message itself. Such information is sometimes
called message meta-data. In the model, the message, any message meta-data,
and the various information items that enable features are represented as
abstractions called properties.</p>

<div3 id="bindprops"><head>Properties</head>

<p>Under the convention, properties are represented as follows:</p>

<ulist>
    <item><p>Properties are named with XML qualified names (QNames).
    For example, <att>myNS:RetryCount</att> where <att>RetryCount</att> is the
    name of the property, and <att>myNS</att> is a prefix mapped to a
    namespace.</p></item>

    <item><p>Property values are typed, and the type of a property-value
    is defined by an XML Schema simple datatype in the specification
    which introduces the property. For example, the type of RetryCount
    is <att>xsi:int</att>.</p></item>
</ulist>

</div3>

<div3 id="bindpropsscope"><head>Property Scope</head>

<p>Properties within a SOAP node can differ in terms of their scope and
the origins of their values. Some properties are scoped per
message-exchange, while others have a wider significance. For example,
the scope of a SOAP message property is per message-exchange, but the
scope of a User Identity property may extend beyond the exchange of a
single message. The values of some properties arise directly from the
operations of the SOAP node and message exchanges, while others arise in
implementation specific ways due to the local environment. As shown in
the figure below, we make the distinction between per message-exchange
and more widely scoped properties by assigning them to different
containers called Message Exchange Context and Environment respectively.
All properties, regardless of their scope, are shared by SOAP and a
particular Binding.</p>

<graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" id="soapframepropfig" source="xmlp-framework-properties.gif" xlink:show="embed" xlink:actuate="onLoad" alt="Model describing properties shared between SOAP and Binding"/>

<p>The values of properties in Environment may depend upon local
circumstances (as depicted by the external arrow from Environment in the figure
above).
More specifically, the properties in the example could be influenced by an
Operating System User ID on whose behalf a message exchange is being executed.
The mapping of information in a particular implementation to such properties
is outside the scope of the binding framework although the abstract
representation of such information as properties is not.</p>

</div3>

<div3 id="bindpropfeat"><head>Properties and Features</head>

<p>A feature may be expressed through multiple properties and a single property
may enable more than one feature. For example, the properties called User ID and
Password may be used to enable a feature called Authentication. As a second example,
a single property called Message ID could be used to enable one feature called
Transaction and a second feature called Message Correlation.</p>

</div3>

</div2>

</div1>

    <div1 id="soapsupmep"><head>SOAP-Supplied Message Exchange Patterns and Features</head>
    
      <div2 id="meppropconv"><head>Property Conventions for Message Exchange Patterns</head>

       <p><specref ref="tabmeppropdefs"/> describes the properties
       (in accordance with the property naming conventions
       defined in this document) that support the description of
       message exchange patterns (MEPs). Other properties may
       be involved in the specification of particular MEPs,
       but the properties in this table are generally applicable to all MEPs.</p>

        <table border="1" id="tabmeppropdefs">
          <caption>Property definitions supporting the description of MEPs</caption>
          <tbody>
	    <tr>
	      <th>Property Name</th>
	      <th>Property Description</th>
	    </tr>
	    <tr>
	      <td><att>context:ExchangePatternName</att></td>
	      <td>A URI that names the MEP in
		operation. </td>
	    </tr>
	    <tr>
	      <td><att>context:FailureReason</att></td>
	      <td>A URI value that denotes a pattern specific, binding
		independent reason for the failure of a message
		exchange. Underlying protocol binding specifications
		may define properties to convey more binding specific
		details of the failure. </td>
	    </tr>
	  </tbody>
        </table>

      </div2>

      <div2 id="singlereqrespmep">
        <head>Request-Response Message Exchange Pattern</head>

	<p>This section defines the message exchange pattern (MEP) called "Request-Response". The
	  description is an abstract presentation of the operation of
	  this MEP. It is not intended to describe a real
	  implementation or to suggest how a real implementation should
	  be structured.</p>

	<div3 id="mepname"> <head>SOAP Feature Name</head>

       <p>This message exchange pattern is identified by the URI:</p>
       <ulist><item><p><attval>http://www.w3.org/2002/06/soap/mep/request-response/</attval></p></item></ulist>
    
       <p>Protocol binding specifications may use this URI to declare their
       support for the MEP and its associated
       semantics.</p>     
         
    </div3>
         
         <div3 id="bindinfdesc">
           <head>Description</head>

	   <p>The Request-Response MEP defines a pattern for the
	    exchange of two messages between two adjacent SOAP nodes
	    along a SOAP message path. One message is exchanged in
	    each direction between a requesting SOAP node and a
	    responding SOAP node.</p>

       <p>In the normal operation of a message exchange conforming to
       the Request-Response MEP, a
       request message is first transferred from the requesting SOAP
       node to the responding SOAP node. Following the successful
       processing of the request message by the responding SOAP node,
       a response message is transferred from the responding
       SOAP node to the requesting SOAP node. </p>

       <p>Abnormal operation during a Request-Response message exchange
       might be caused by a failure to transfer the request message, a
       failure at the responding SOAP node to process the request
       message, or a failure to transfer the response message. Such
       failures might be silent at either or both of the requesting and
       responding SOAP nodes involved, or might result in the generation of a SOAP 
       or binding-specific fault (see <specref ref="bindfaulthdn"/>).
       Also, during abnormal operation
       each SOAP node involved in the message exchange might differ in
       its determination of the successful completion of the message
       exchange. </p>
       
       <p>The scope of a Request-Response MEP is limited to
       the exchange of a request message and a response message between
       one requesting and one responding SOAP node. This pattern does
       not mandate any correlation between multiple requests nor
       specific timing for multiple requests. Implementations MAY choose
       to support multiple ongoing requests (and associated response
       processing) at the same time.</p>
				</div3>
    <div3 id="bindformdesc">
      <head>State Machine Description</head>

	  <p>The Request-Response MEP defines a set of properties described in <specref ref="tabreqresprops"/>.</p>

	  <table border="1" id="tabreqresprops">
	    <caption>Property definitions for Request-Response MEP</caption>
	    <tbody>
	      <tr>
		<th>Property Name</th>
		<th>Property Description</th>
	      </tr>
	      <tr>
		<td><att>reqres:Role</att></td>
		<td>A URI denoting the pattern specific role of the
		  local SOAP node participating in the message
		  exchange.</td>
	      </tr>
	      <tr>
		<td><att>reqres:State</att></td>
		<td>A URI denoting the current state of the message
		  exchange. This value is managed by the binding
		  instance and may be inspected by other entities
		  monitoring the progress of the message
		  exchange.</td>
	      </tr>
	      <tr>
		<td><att>reqres:OutboundMessage</att></td>
		<td>An abstract structure that represents the current
		  outbound message in the message exchange. This
		  abstracts both SOAP Envelope and any other
		  information structures that are transferred along
		  with the envelope.</td>
	      </tr>
	      <tr>
		<td><att>reqres:InboundMessage</att></td>
		<td>An abstract structure that represents the current
		  inbound message in the message exchange. This
		  abstracts both SOAP Envelope and any other
		  information structures that are transferred along
		  with the envelope.</td>
	      </tr>
	      <tr>
		<td><att>reqres:ImmediateDestination</att></td>
		<td>A URI denoting the immediate destination of an
		  outbound message.</td>
	      </tr>
	      <tr>
		<td><att>reqres:ImmediateSender</att></td>
		<td>A URI denoting the immediate sender of an inbound
		  message.</td>
	      </tr>
	    </tbody>
	  </table>

	  <p>To initiate a message exchange conforming to the
	  Request-Response MEP, the requesting SOAP node instantiates a
	  local message exchange context. <specref ref="tabreqcon"/> describes how
	  the context is initialized.</p>

        <table border="1" id="tabreqcon">
          <caption>Instantiation of a Message Exchange Context
              for a requesting SOAP node</caption>
          <tbody>
          <tr>
            <th>Property Name</th>
            <th>Property Value</th>
          </tr>
    <tr>
      <td><att>context:ExchangePatternName</att></td>
      <td><attval>http://www.w3.org/2002/06/soap/mep/request-response/</attval> </td>
    </tr>
    <tr>
      <td><att>context:FailureReason</att></td>
      <td>None </td>
    </tr>
    <tr>
      <td><att>reqres:Role</att></td>
      <td>RequestingSOAPNode </td>
    </tr>
    <tr>
      <td><att>reqres:State</att></td>
      <td>Init</td>
    </tr>
    <tr>
      <td><att>reqres:OutboundMessage</att></td>
      <td>An abstraction of the request message </td>
    </tr>
    <tr>
      <td><att>reqres:ImmediateDestination</att></td>
      <td>An identifier (URI) that denotes the responding SOAP node </td>
    </tr>                  </tbody>
        </table>
         
           <p>There may be other properties related to the operation of
           the message exchange context instance. Such properties are
           initialized according to their own feature specifications.
           </p>

           <p>Once the message exchange context is initialized, control
           of the context is passed to a (conforming) local binding
           instance. </p>

           <p>The diagram below shows the logical state transitions at
           the requesting and responding SOAP nodes during the lifetime
           of the message exchange. At each SOAP node, the local binding
           instance updates (logically) the value of the
           <att>reqres:State</att> property to
           reflect the current state of the message exchange. The state names
           are relative URIs, relative to a Base URI value carried in
           the <att>reqres:Role</att> property of the local
           message exchange context.</p>

	   <graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" source="OverlappingRRStd.png" xlink:show="embed" xlink:actuate="onLoad" alt="Request-Response MEP State Transition Diagram."/>

           <p>When the local binding instance at the responding SOAP
           node starts to receive an inbound request message, it
           (logically) instantiates a message exchange context. <specref ref="tabrescon"/>
           describes the properties that the binding initializes as
           part of the context's instantiation.</p>
           	  
	  <table border="1" id="tabrescon">
          <caption>Instantiation of Message Exchange Context for
             an inbound request message</caption>
          <tbody>
            <tr>
              <th>Property Name</th>
              <th>Property Value</th>
            </tr>
            <tr>
              <td><att>context:ExchangePatternName</att></td>
              <td><attval>http://www.w3.org/2002/06/soap/mep/request-response/</attval> Initialized as early as possible during the life cycle of the message exchange. </td>
            </tr>
            <tr>
              <td><att>context:FailureReason</att></td>
              <td>None </td>
            </tr>
            <tr>
              <td> <att>reqres:Role</att></td>
              <td>RespondingSOAPNode Initialized as early as possible during the life cycle the message exchange. </td>
            </tr>
            <tr>
              <td><att>reqres:State</att></td>
              <td>Init</td>
            </tr>
          </tbody>
        </table>

	 <p>When the requesting and responding SOAP nodes transition between
	 states, the local binding instance (logically) updates a number of
	 properties. <specref ref="tabreqstatetrans"/> and <specref
	 ref="tabresstatetrans"/> describe these updates for the requesting
	 and the responding SOAP nodes, respectively.</p>
     
     <table width="100%" border="1" id="tabreqstatetrans">
		  <caption>Requesting SOAP Node State Transitions</caption>
		  <tbody>
		  
		  <tr>
		    <th valign="top">CurrentState</th>
		    <th valign="top">Transition Condition</th>
		    <th valign="top">NextState</th>
		    <th valign="top">Action</th>
		  </tr>
		  
		  <tr>
		    <td valign="top">Init</td>
		    <td valign="top">Unconditional</td>
		    <td valign="top">Requesting</td>
		    <td valign="top">Initiate transmission of request message
		    abstracted in
		    <att>reqres:OutboundMessage</att>.</td>
		  </tr>
		  
		  <tr>
		    <td valign="top" rowspan="2">Requesting</td>
		    <td valign="top">Message transmission failure</td>
		    <td valign="top">Fail</td>
		    <td valign="top">Set
		      <att>context:FailureReason</att> to
		      <attval>transmissionFailure</attval></td>
		  </tr>
		  <tr>
		    <td valign="top">Start receiving response message</td>
		    <td valign="top">Sending+Receiving</td>
		    <td valign="top">Set
		      <att>reqres:ImmediateSender</att> to denote the sender of the response message (may differ from the values in <att>reqres:ImmediateDestination</att>).
		      Start making an abstraction of the response message available in <att>reqres:InboundMessgae</att>.</td>
		  </tr>
		  
		  <tr>
		    <td valign="top" rowspan="2">Sending+Receiving</td>
		    <td valign="top">Message exchange failure</td>
		    <td valign="top">Fail</td>
		    <td valign="top">Set
		      <att>context:FailureReason</att> to
		      <attval>exchangeFailure</attval></td>
		  </tr>
		  <tr>
		    <td valign="top">Completed sending request message. Completed receiving response message.</td>
		    <td valign="top">Success</td>
		    <td valign="top">&nbsp;</td>
		  </tr>
		  
		</tbody></table>
       <p>&nbsp;</p>
       
       <table width="100%" border="1" id="tabresstatetrans">
		  <caption>Responding SOAP Node State Transitions</caption>
		  <tbody>
		  <tr>
		    <th valign="top">CurrentState</th>
		    <th valign="top">Transition Condition</th>
		    <th valign="top">NextState</th>
		    <th valign="top">Action</th>
		  </tr>
		  
		  <tr>
		    <td valign="top">Init</td>
		    <td valign="top">Start receiving request message</td>
		    <td valign="top">Receiving</td>
		    <td valign="top">Set
		      <att>reqres:ImmediateSender</att> to denote the sender of the request message (if determinable).
		      Start making an abstraction of the request message available in <att>reqres:InboundMessgae</att>.
		      Pass control of message exchange context to SOAP processor.</td>
		  </tr>
		  
		  <tr>
		    <td valign="top" rowspan="2">Receiving</td>
		    <td valign="top">Message reception failure</td>
		    <td valign="top">Fail</td>
		    <td valign="top">Set
		      <att>context:FailureReason</att> to
		      <attval>receptionFailure</attval>.</td>
		  </tr>
		  <tr>
		    <td valign="top">Start of response message available in <att>reqres:OutboundMessage</att></td>
		    <td valign="top">Receiving+Sending</td>
		    <td valign="top">Initiate transmission of response message abstracted in <att>reqres:OutboundMessage</att>.</td>
		  </tr>
		  
		  <tr>
		    <td valign="top" rowspan="2">Receiving+Sending</td>
		    <td valign="top">Message exchange failure</td>
		    <td valign="top">Fail </td>
		    <td valign="top">Set <att>context:FailureReason</att> to 
		      <attval>exchangeFailure</attval>.</td>
		  </tr>
		  <tr>
		    <td valign="top">Completed receiving request message. Completed sending response message.</td>
		    <td valign="top">Success</td>
		    <td valign="top">&nbsp;</td>
		  </tr>
		  </tbody>
		</table>

	  <p>Bindings that implement this MEP
	  MAY provide for streaming of SOAP responses.
	  That is, responding SOAP nodes MAY begin transmission
	  of a SOAP response while a SOAP request is still being
	  received and processed. When SOAP nodes implement
	  bindings that support streaming, the following
	  rules apply:</p>

      <ulist>
        <item><p>All the rules in <bibref ref="SOAP-PART1"/>
        <xspecref href="&dated-part1;#bindfw">Binding
        Framework</xspecref> regarding streaming of individual SOAP
        messages MUST be obeyed for both request and response SOAP
        messages.</p></item>
        
        <item><p>When using streaming SOAP bindings, requesting SOAP nodes
        MUST avoid deadlock by accepting and if necessary processing
        SOAP response information while the SOAP request is being transmitted.</p>
        
        <note><p>Depending on the implementation used and the size of
        the messages involved, this rule MAY require that SOAP applications
        stream application-level response processing in parallel with request
        generation.</p></note>
        </item>
        
        <item><p>A requesting SOAP node MAY enter the <el>Fail</el> state,
        and thus abort transmission of the outbound SOAP request,
        based on information contained in an incoming streamed SOAP
        response.</p></item>

      </ulist>
      
         </div3>
         
         <div3 id="bindfaulthdn">
         
           <head>Fault Handling</head>
           
	  <p>During the operation of the Request-Response MEP, the
	    participating SOAP nodes may generate SOAP faults.</p>

           <p>If a SOAP fault is generated by the responding SOAP node
           while it is in the Receiving state, the SOAP
           fault is made available in <att>reqres:OutboundMessage</att> and the
           state machine transitions to the <el>Receiving+Sending</el> state.</p>

           <p>This MEP makes no claims about the disposition or
           handling of SOAP faults generated by the requesting SOAP node
           during any processing of the response message that follows the
           Success state in the requesting SOAP node's state transition
           table (see <specref ref="tabreqstatetrans"/>).</p>
    
         </div3>
         
      </div2>
			<div2 id="soapresmep">
				<head>SOAP Response Message Exchange Pattern</head>
				<p>This section defines the message exchange pattern (MEP) called "SOAP Response". The
	  description is an abstract presentation of the operation of
	  this MEP. It is not intended to describe a real
	  implementation or to suggest how a real implementation should
	  be structured.</p>
				<div3 id="mepname2">
					<head>SOAP Feature Name</head>
					<p>This message exchange pattern is identified by the URI:</p>
					<ulist>
						<item>
							<p>
								<attval>http://www.w3.org/2002/06/soap/mep/soap-response/</attval>
							</p>
						</item>
					</ulist>
					<p>Protocol binding specifications may use this URI to declare their
       support for the MEP and its associated
       semantics.</p>
				</div3>
				<div3 id="bindinfdesc2">
					<head>Description</head>

					<p>The SOAP Response MEP defines a pattern for the
	    exchange of a non-SOAP message acting as a request followed by a SOAP message acting as a response. In the absence of errors or faults, this message exchange pattern consists 
of two messages, only one of which is a SOAP envelope:</p>
					<ulist>
						<item>
							<p>A request  
transmitted in a binding-specific manner that does not include a SOAP envelope and hence does not
involve any SOAP processing by the receiving SOAP node.</p>
						</item>
						<item>
							<p>A response message which contains a SOAP
envelope. The MEP is completed by the processing of the SOAP envelope following the rules of the SOAP processing model (see [ref. to
chapter 2]). </p>
						</item>
					</ulist>
					<p>
Abnormal operation during a SOAP Response message exchange might be
caused by a failure to transfer the request message or the
response message. Such failures might be silent at either or both
of the requesting and responding SOAP nodes involved, or might
result in the generation of a SOAP or binding-specific fault (see
section <specref ref="bindfaulthdn2"/>). Also, during abnormal
operation each SOAP node involved in the message exchange might
differ in its determination of the successful completion of the
message exchange.
</p>

					<p>The scope of a SOAP Response MEP is limited to
       the request for an exchange of a response message between
       one requesting and one responding SOAP node. This pattern does
       not mandate any correlation between multiple requests nor
       specific timing for multiple requests. Implementations MAY choose
       to support multiple ongoing requests (and associated response
       processing) at the same time.</p>
					<note>
						<p>This MEP cannot be used in conjunction with features expressed as SOAP header blocks in the request because there is no SOAP envelope in which to carry them.</p>
					</note>


				</div3>
				<div3 id="bindformdesc2">
					<head>State Machine Description</head>
					<p>The SOAP Response MEP defines a set of properties described in <specref ref="tabreqresprops2"/>.</p>
					<table border="1" id="tabreqresprops2">
						<caption>Property definitions for SOAP Response MEP</caption>
						<tbody>
							<tr>
								<th>Property Name</th>
								<th>Property Description</th>
							</tr>
							<tr>
								<td>
									<att>reqres:Role</att>
								</td>
								<td>A URI denoting the pattern specific role of the
		  local SOAP node participating in the message
		  exchange.</td>
							</tr>
							<tr>
								<td>
									<att>reqres:State</att>
								</td>
								<td>A URI denoting the current state of the message
		  exchange. This value is managed by the binding
		  instance and may be inspected by other entities
		  monitoring the progress of the message
		  exchange.</td>
							</tr>
							<tr>
								<td>
									<att>reqres:OutboundMessage</att>
								</td>
								<td>An abstract structure that represents the current
		  outbound message in the message exchange. This
		  abstracts both SOAP Envelope Infoset (which MAY be null) and any other
		  information structures that are transferred along
		  with the envelope.</td>
							</tr>
							<tr>
								<td>
									<att>reqres:InboundMessage</att>
								</td>
								<td>An abstract structure that represents the current
		  inbound message in the message exchange. This
		  abstracts both SOAP Envelope Infoset (which MAY be null) and any other
		  information structures that are transferred along
		  with the envelope.
								</td>
							</tr>
							<tr>
								<td>
									<att>reqres:ImmediateDestination</att>
								</td>
								<td>A URI denoting the immediate destination of an
		  outbound message.</td>
							</tr>
							<tr>
								<td>
									<att>reqres:ImmediateSender</att>
								</td>
								<td>A URI denoting the immediate sender of an inbound
		  message.</td>
							</tr>
						</tbody>
					</table>
					<p>To initiate a message exchange conforming to the
	  SOAP Response MEP, the requesting SOAP node instantiates a
	  local message exchange context. <specref ref="tabreqcon2"/> describes how
	  the context is initialized.</p>
					<table border="1" id="tabreqcon2">
						<caption>Instantiation of a Message Exchange Context
              for a requesting SOAP node</caption>
						<tbody>
							<tr>
								<th>Property Name</th>
								<th>Property Value</th>
							</tr>
							<tr>
								<td>
									<att>context:ExchangePatternName</att>
								</td>
								<td>
									<attval>http://www.w3.org/2002/06/soap/mep/soap-response/</attval>
								</td>
							</tr>
							<tr>
								<td>
									<att>context:FailureReason</att>
								</td>
								<td>None </td>
							</tr>
							<tr>
								<td>
									<att>reqres:Role</att>
								</td>
								<td>RequestingSOAPNode </td>
							</tr>
							<tr>
								<td>
									<att>reqres:State</att>
								</td>
								<td>Init</td>
							</tr>
							<tr>
								<td>
									<att>reqres:OutboundMessage</att>
								</td>
								<td>An abstraction of the request message that does not include a SOAP envelope infoset.</td>
							</tr>
							<tr>
								<td>
									<att>reqres:ImmediateDestination</att>
								</td>
								<td>An identifier (URI) that denotes the responding SOAP node </td>
							</tr>
						</tbody>
					</table>
					<p>There may be other properties related to the operation of
           the message exchange context instance. Such properties are
           initialized according to their own feature specifications.
           </p>
					<p>Once the message exchange context is initialized, control
           of the context is passed to a (conforming) local binding
           instance. </p>
					<p>The diagram below shows the logical state transitions at
           the requesting and responding SOAP nodes during the lifetime
           of the message exchange. At each SOAP node, the local binding
           instance updates (logically) the value of the
           <att>reqres:State</att> property to
           reflect the current state of the message exchange. The state names
           are relative URIs, relative to a Base URI value carried in
           the <att>reqres:Role</att> property of the local
           message exchange context.</p>
					<graphic xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" source="OverlappingRRStd.png" xlink:show="embed" xlink:actuate="onLoad" alt="SOAP Response MEP State Transition Diagram."/>
					<p>When the local binding instance at the responding SOAP
           node starts to receive an inbound request message, it
           (logically) instantiates a message exchange context. <specref ref="tabrescon2"/>
           describes the properties that the binding initializes as
           part of the context's instantiation.</p>
					<table border="1" id="tabrescon2">
						<caption>Instantiation of Message Exchange Context for
             an inbound request message</caption>
						<tbody>
							<tr>
								<th>Property Name</th>
								<th>Property Value</th>
							</tr>
							<tr>
								<td>
									<att>context:ExchangePatternName</att>
								</td>
								<td>
									<attval>http://www.w3.org/2002/06/soap/mep/soap-response/</attval> Initialized as early as possible during the life cycle of the message exchange. </td>
							</tr>
							<tr>
								<td>
									<att>context:FailureReason</att>
								</td>
								<td>None </td>
							</tr>
							<tr>
								<td>
									<att>reqres:Role</att>
								</td>
								<td>RespondingSOAPNode Initialized as early as possible during the life cycle the message exchange. </td>
							</tr>
							<tr>
								<td>
									<att>reqres:State</att>
								</td>
								<td>Init</td>
							</tr>
						</tbody>
					</table>
					<p>When the requesting and responding SOAP nodes transition between
	 states, the local binding instance (logically) updates a number of
	 properties. <specref ref="tabreqstatetrans2"/> and <specref ref="tabresstatetrans2"/> describe these updates for the requesting
	 and the responding SOAP nodes, respectively.</p>
					<table width="100%" border="1" id="tabreqstatetrans2">
						<caption>Requesting SOAP Node State Transitions</caption>
						<tbody>
							<tr>
								<th valign="top">CurrentState</th>
								<th valign="top">Transition Condition</th>
								<th valign="top">NextState</th>
								<th valign="top">Action</th>
							</tr>
							<tr>
								<td valign="top">Init</td>
								<td valign="top">Unconditional</td>
								<td valign="top">Requesting</td>
								<td valign="top">Initiate transmission of request message abstracted in reqres:OutboundMessage.</td>
							</tr>
							<tr>
								<td valign="top" rowspan="2">Requesting</td>
								<td valign="top">Message transmission failure</td>
								<td valign="top">Fail</td>
								<td valign="top">Set
		      <att>context:FailureReason</att> to
		      <attval>transmissionFailure</attval>
								</td>
							</tr>
							<tr>
								<td valign="top">Start receiving response message</td>
								<td valign="top">Sending+Receiving</td>
								<td valign="top">Set
		      <att>reqres:ImmediateSender</att> to denote the sender of the response message (may differ from the values in <att>reqres:ImmediateDestination</att>).
		      Start making an abstraction of the response message available in <att>reqres:InboundMessgae</att>.</td>
							</tr>
							<tr>
								<td valign="top" rowspan="2">Sending+Receiving</td>
								<td valign="top">Message exchange failure</td>
								<td valign="top">Fail</td>
								<td valign="top">Set
		      <att>context:FailureReason</att> to
		      <attval>exchangeFailure</attval>
								</td>
							</tr>
							<tr>
								<td valign="top">Completed receiving response message.</td>
								<td valign="top">Success</td>
								<td valign="top">&nbsp;</td>
							</tr>
						</tbody>
					</table>
					<p>&nbsp;</p>
					<table width="100%" border="1" id="tabresstatetrans2">
						<caption>Responding SOAP Node State Transitions</caption>
						<tbody>
							<tr>
								<th valign="top">CurrentState</th>
								<th valign="top">Transition Condition</th>
								<th valign="top">NextState</th>
								<th valign="top">Action</th>
							</tr>
							<tr>
								<td valign="top">Init</td>
								<td valign="top">Start receiving request message</td>
								<td valign="top">Receiving</td>
								<td valign="top">Set
		      <att>reqres:ImmediateSender</att> to denote the sender of the request message (if determinable).
		     making an abstraction of the request message available in <att>reqres:InboundMessgae</att>.
		      Pass control of message exchange context to SOAP processor.</td>
							</tr>
							<tr>
								<td valign="top" rowspan="2">Receiving</td>
								<td valign="top">Message reception failure</td>
								<td valign="top">Fail</td>
								<td valign="top">Set
		      <att>context:FailureReason</att> to
		      <attval>receptionFailure</attval>.</td>
							</tr>
							<tr>
								<td valign="top">Start of response message available in <att>reqres:OutboundMessage</att>
								</td>
								<td valign="top">Receiving+Sending</td>
								<td valign="top">Initiate transmission of response message abstracted in <att>reqres:OutboundMessage</att>.</td>
							</tr>
							<tr>
								<td valign="top" rowspan="2">Receiving+Sending</td>
								<td valign="top">Message exchange failure</td>
								<td valign="top">Fail </td>
								<td valign="top">Set <att>context:FailureReason</att> to 
		      <attval>exchangeFailure</attval>.</td>
							</tr>
							<tr>
								<td valign="top">Completed sending response message.</td>
								<td valign="top">Success</td>
								<td valign="top">&nbsp;</td>
							</tr>
						</tbody>
					</table>
					<p>Bindings that implement this MEP
	  MAY provide for streaming of SOAP responses.
	  That is, responding SOAP nodes MAY begin transmission
	  of a SOAP response while a SOAP request is still being
	  received and processed.  When SOAP nodes implement
	  bindings that support streaming, the following
	  rules apply:</p>
					<ulist>
						<item>
							<p>All the rules in <bibref ref="SOAP-PART1"/>
								<xspecref href="&dated-part1;#bindfw">Binding
        Framework</xspecref> regarding streaming of individual SOAP
        messages MUST be obeyed for both request and response SOAP
        messages.</p>
						</item>
						<item>
							<p>When using streaming SOAP bindings, requesting SOAP nodes
        MUST avoid deadlock by accepting and if necessary processing
        SOAP response information while the SOAP request is being transmitted.</p>
							<note>
								<p>Depending on the implementation used and the size of
        the messages involved, this rule MAY require that SOAP applications
        stream application-level response processing in parallel with request
        generation.</p>
							</note>
						</item>
						<item>
							<p>A requesting SOAP node MAY enter the <el>Fail</el> state,
        and thus abort transmission of the outbound SOAP request,
        based on information contained in an incoming streamed SOAP
        response.</p>
						</item>
					</ulist>
				</div3>
				<div3 id="bindfaulthdn2">
					<head>Fault Handling</head>
					<p>During the operation of the SOAP Response MEP, the
	    participating SOAP nodes may generate SOAP faults.</p>


					<p>This MEP makes no claims about the disposition of SOAP faults generated by the responding SOAP node.</p>

					<p>A responding SOAP node MAY express fault information as a result of processing the request in the form of a SOAP fault. This can for example be used to express information that might be useful to a receiving SOAP node. If a SOAP fault is generated by the responding SOAP node
           while it is in the Receiving state, the SOAP
           fault is made available in <att>reqres:OutboundMessage</att> and the
           state machine transitions to the <el>Receiving+Sending</el> state.</p>

					<p>This MEP makes no claims about the disposition or
           handling of SOAP faults generated by the requesting SOAP node
           during any processing of the response message that follows the
           Success state in the requesting SOAP node's state transition
           table (see <specref ref="tabreqstatetrans2"/>).</p>

				</div3>
			</div2>
                       <div2 id="WebMethodFeature">
                           <head>Web Method Specification Feature</head>
                              <p>This section defines the "Web Method 
                                            Specification Feature".</p>
                               <div3 id="WebMethodFeatureName">
					<head>SOAP Feature Name</head>
					<p>This Web Method Specification Feature is identified by the URI:</p>
					<ulist>
						<item>
							<p>
								<attval>http://www.w3.org/2002/06/soap/features/web-method/</attval>
							</p>
						</item>
					</ulist>
					<p>Protocol binding specifications may use this URI to 
       declare their
       support for the this feature and its associated
       semantics.</p>
				</div3>
                                <div3 id="WebMethodFeatureDesc">
					<head>Description</head>

					
<p>
Underlying protocols designed for use on the World 
Wide Web provide for manipulation of resources using a small set of Web methods 
such as GET, PUT, POST, and DELETE.  
These methods are formally defined in the HTTP specification <bibref ref="RFC2616"/>, but other underlying protocols might also support them. 
Bindings to HTTP or such other protocols SHOULD use the 
Web Method Specification Feature to give applications control over the Web methods to be used when sending a SOAP message.</p>
<p>Bindings supporting this feature SHOULD use the appropriate embodiment of that method if provided by the underlying protocol; for example, the HTTP binding
provided with this specification represents the GET Web method as an HTTP GET request, and the POST method
as an HTTP POST request (see <specref ref="soapinhttp"/>).   Bindings supporting this feature SHOULD provide to the receiving node indication of the Web method used for transmission.</p>
<p>The SOAP Web Method Specification Feature MAY be implemented by bindings to underlying
transports that have no preferred embodiment of particular Web methods (E.g. do not distinguish GET from POST).  Such bindings SHOULD provide to the receiving node indication of the Web method used for transmission, but need take no other action in support of the feature. </p>
					
				</div3>
<div3 id="webmethodstatemachine">
					<head>Web Method Feature State Machine </head>
					<p>The Web Method Feature defines a single property, which is described in <specref ref="tabwebmethprops"/>.</p>
					<table border="1" id="tabwebmethprops">
						<caption>Property definition for the Web Method Feature</caption>
						<tbody>
							<tr>
								<th>Property Name</th>
								<th>Property Description</th>
							</tr>
							<tr>
								<td>
									<att>webmeth:Method</att>
								</td>
								<td>One of GET, POST, PUT, DELETE (or others which may subsequently be added to the repertoire
of Web methods.)</td>
							</tr>
							
							
						</tbody>
					</table>
					<p>This specification provides for the use of the Web Method Feature in conjunction with the
<specref ref="singlereqrespmep"/> and <specref ref="soapresmep"/> message exchange patterns.  This
feature MAY be used with other MEPs if and only if provided for in the specifications of those MEPs.</p>
<p>
A node sending a request message MUST provide a value for the
webmeth:Method property. 
A protocol binding supporting this feature SHOULD set the value of the
webmeth:Method property at the receiving node to match that provided by the sender;
the means of
transmission for the method property is binding-specific. 
A responding node SHOULD respond in a manner consistent with the Method requested (e.g. a GET should
result in retrieval of a representation of the identified resource) or SHOULD fault in an
application-specific manner if the Web method cannot be supported. </p>
<p>Applications SHOULD use GET as the value of <att>webmeth:Method</att> in conjunction with the <specref ref="soapresmep"/> to support information retrievals which are safe, and for
which no parameters other than a URI are required; I.e.
when performing retrievals which are idempotent, known to be free of side effects, for which no SOAP
request headers are required, and for which
security considerations do not conflict with the possibility that cached results would be used.  Except
in unusual circumstances, other operations SHOULD be performed using POST in conjunction with the <specref ref="singlereqrespmep"/>.  Other methods SHOULD not
in general be used.  For example, use of PUT
would suggest storing the SOAP envelope Infoset as the created resource, as opposed to processing
in the manner required by the SOAP
processing model.</p>
		
				</div3>
                       </div2>
                             
		</div1>

<div1 id="soapinhttp"><head>SOAP HTTP Binding</head>

  <div2 id="http-intro"><head>Introduction</head>

    <p >The SOAP HTTP Binding provides a binding of SOAP to HTTP. The
    binding conforms to the SOAP Protocol Binding Framework (see <bibref
    ref="SOAP-PART1"/> <xspecref
    href="&dated-part1;#transpbindframew">SOAP Protocol Binding
    Framework</xspecref>). It uses abstract binding properties as a descriptive
    tool for defining the functionality of certain features.</p>
    
    <p >Certain
    optional features provided by this binding depend on capabilities provided by
    HTTP Version 1.1, for example content
    negotiation. Implementations SHOULD thus use HTTP 1.1
    <bibref ref="RFC2616"/> (or later compatible versions that share the
    same major version number). Implementations MAY also be
    deployed using HTTP Version 1.0, although in this case certain optional binding features
    may not be provided.</p>

    <note><p >SOAP HTTP Binding implementations need to account for the fact that HTTP 1.0
    intermediaries may alter the representation of SOAP messages, even in
    situations where both the initial SOAP sender and ultimate SOAP receiver use HTTP 1.1.</p></note>

    <p>The SOAP Protocol Binding Framework (see <bibref
    ref="SOAP-PART1"/> <xspecref
    href="&dated-part1;#transpbindframew">SOAP Protocol Binding
    Framework</xspecref>), the Message Exchange Pattern Specifications
    (see <bibref ref="SOAP-PART1"/> <xspecref
    href="&dated-part1;#soapmep">SOAP Message Exchange
    Patterns</xspecref>) and Feature Specifications (see <specref
    ref="soapfeatspec"/>) each describe the properties they expect to be
    present in a message exchange context when control of that context
    passes between a local SOAP node and a binding instance.</p>

    <p>Properties are named with XML qualified names. Property
    values are determined by the Schema type of the property, as defined
    in the specification which introduces the property.</p>

    <p>Conforming implementations of this binding:</p>
    
    <olist>
    
        <item><p>MUST be capable of sending and receiving messages
        serialized using media type <attval>application/soap+xml</attval> whose proper
        use and parameters are described in <bibref
        ref="soap-media-type"/>.</p></item>

        <item><p>MAY send requests and responses using other media types
        providing that such media types provide for at least the
        transfer of SOAP XML Infoset.</p></item>
        
        <item><p>MAY, when sending requests, provide an HTTP Accept
        header. This header:</p>
        
            <ulist>
            
                <item><p>SHOULD indicate an ability to accept at minimum
                <attval>application/soap+xml</attval>.</p></item>

                <item><p>MAY additionally indicate willingness to accept
                other media types that satisfy 2 above.</p></item>
                
            </ulist>
            
        </item>
        
    </olist>

	<note><p>The SOAP HTTP Binding is optional and SOAP nodes are NOT
	required to implement it. The SOAP version 1.2 specification does
	not preclude specifications of other bindings to HTTP or bindings to
	other protocols. A SOAP node that correctly and completely
	implements the SOAP HTTP Binding may to be said to "conform to the
	SOAP 1.2 HTTP Binding."</p></note>
<note>
<p>
Particularly when used with the <specref ref="soapresmep"/>, the HTTP messages 
produced by this binding are likely to be
indistinguishable from those produced by non-SOAP implementations performing similar operations. 
Accordingly, some degree of interoperation can be made possible between SOAP nodes and other HTTP
implementations when using this binding.   
For example, a conventional Web server (I.e. one not
written specifically to conform to this specification) might be used to respond to SOAP-initiated HTTP GET's with representations of
content-type application/soap+xml.
Such interoperation is not a normative feature of this specification.
</p>
</note>

  </div2>

  <div2 id="http-bindname"><head>Binding Name</head>

    <p>The binding is identified with the URI:</p>
    
    <ulist>

      <item><p><attval>http://www.w3.org/2002/06/soap/bindings/HTTP/</attval></p>
      </item>

    </ulist>
    
  </div2>

  <div2 id="http-suptransmep"><head>Supported Message Exchange Patterns</head>

    <p>An implementation of the SOAP HTTP Binding
    MUST support the following message exchange
    patterns (MEPs):</p>
    
    <ulist>
      <item><p>  
      <attval>http://www.w3.org/2002/06/soap/mep/request-response/</attval> 
      (see <specref ref="singlereqrespmep"/>) </p></item>
					<item>
						<p>
							<attval>http://www.w3.org/2002/06/soap/mep/soap-response/</attval> 
      (see <specref ref="soapresmep"/>) </p>
					</item>
				</ulist>
			</div2>
<div2 id="http-suptfeatures">
				<head>Supported Features</head>
				<p>An implementation of the SOAP HTTP Binding
    MUST support the following feature:</p>
				<ulist>
					<item>
						<p>
							<attval>http://www.w3.org/2002/06/soap/features/web-method/</attval> 
      (see <specref ref="WebMethodFeature"/>) </p>
					</item>
    </ulist>

  </div2>

  <div2 id="http-msgexop"><head>MEP Operation</head>

    <p>For binding instances conforming to this specification:</p>
    
    <ulist>
    
      <item><p>A SOAP node instantiated at an HTTP client may assume the role (i.e. the 
      property <att>reqres:Role</att>) of 
      <attval>RequestingSOAPNode</attval>.</p></item>
      
      <item><p>A SOAP node instantiated at an HTTP server may assume the role (ie. 
      the property <att>reqres:Role</att>) of 
      <attval>RespondingSOAPNode</attval>. </p></item>
      
    </ulist>
    
    <p>The remainder of this section describes the MEP state machine 
    and its relation to the HTTP protocol. In the state tables below, 
    the states are defined as values of the property <att>reqres:State</att>
    (see <specref ref="singlereqrespmep"/>), and are of type <att>reqres:StateType</att>
    (an enumeration over <att>xs:string</att>).</p>
      
    <p>Failure reasons that are specified in the tables represent values of the property 
    <att>context:FailureReason</att> and their values are XML qualified names. 
    If an implementation enters the <attval>Fail</attval> state,
    the <att>context:FailureReason</att> 
    property will contain the value specified for the particular transition.</p>
				<div3 id="http-reqsoapnode">
					<head>Behavior of Requesting SOAP Node</head>
					<p>The overall flow of the behavior of a requesting SOAP node
      follows a state machine description consistent with both <specref ref="singlereqrespmep"/> and
<specref ref="soapresmep"/> (differences are indicated as necessary.) This binding supports streaming and, as a
      result, requesting SOAP nodes MUST avoid deadlock by accepting and
      if necessary processing SOAP response information while the SOAP
      request is being transmitted (see <specref
      ref="bindformdesc"/>). The following subsections describe each
      state in detail.</p>

      <div4 id="http-reqbindreqstate"><head>Init</head>
      
      <p><specref ref="tabreqstateinit"/> and <specref ref="tabreqstateinitfields"/> describe the requesting SOAP node's
      Init state and the values of the HTTP request fields.</p>

        <table border="1" id="tabreqstateinit">
          <caption>State Description: Init</caption>
          <tbody>
            <tr>
            <th valign="top" align="left">Statename</th>
            <td valign="top" colspan="3">Init</td></tr>
            <tr>
            <th valign="top" align="left">Description</th>
            <td valign="top" colspan="3">Formulate and start sending HTTP request 
              (see next table)</td></tr>
            <tr>
            <th valign="top" align="left">Preconditions</th>
            <td valign="top" colspan="3">See <specref ref="bindformdesc"/> and <specref ref="webmethodstatemachine"/></td></tr>
            <tr>
            <th valign="top" align="left">Postconditions</th>
            <td valign="top" colspan="3">None</td></tr>
            <tr>
            <th valign="top" align="left" rowspan="2">Transitions</th>
            <th valign="top">Event/Condition</th>
            <th valign="top">NextState</th>
            <th valign="top">Failure Reason</th></tr>
            <tr>
            <td valign="top">Unconditional</td>
            <td valign="top">Requesting</td>
            <td valign="top">N/A</td></tr>
          </tbody>
        </table>
       <p>&nbsp;</p>

        <table border="1" id="tabreqstateinitfields">
          <caption>HTTP Request Fields</caption>
          <tbody>
            <tr>
            <th>Field</th>
            <th>Value</th></tr>
            <tr>
            <td>HTTP Method</td>
            <td>According to the <att>webmeth:Method</att> property (typically POST or GET).</td></tr>
            <tr>
            <td>Request URI</td>
            <td>The value of the URI carried in the  
              <att>reqres:ImmediateDestination</att> property of the 
              message exchange context.</td></tr>
            <tr>
            <td>Content-Type header</td>
            <td>The media type of the request entity body (if present) otherwise, omitted (see <specref ref="http-intro"/> for a description of permissible media types). If the SOAP envelope infoset in the reqres:OutboundMessage property is null, then the Content-Type header field MAY be omitted.</td>
            </tr>
            <tr>
            <td>Accept header (optional)</td>
            <td>List of media types that are acceptable in 
            response to the request message.</td>
            </tr>
            <tr>
            <td>Additional Headers</td>
            <td>Generated in accordance with the rules for the binding 
              specific expression of any optional features in use for this message 
              exchange.</td></tr>
            <tr>
            <td>HTTP entity body</td>
            <td>SOAP message serialized according to the rules for
            carrying SOAP messages in the media type given by the
            Content-Type header. Rules for carrying SOAP messages in
            media type <attval>application/soap+xml</attval> are given
            in <bibref ref="soap-media-type"/>. If the SOAP envelope infoset in the reqres:OutboundMessage property is null, then no serialization of the SOAP message is required and the entity body MAY be omitted.</td>
            </tr>
          </tbody>
        </table>

      </div4>

<div4 id="http-reqbindwaitstate"><head>Requesting</head>

<p><specref ref="tabreqstatereq"/> describes the requesting SOAP node's Requesting state.</p>

<table border="1" id="tabreqstatereq">
  <caption>State Description: Requesting</caption>
  <tbody>
  <tr>
    <th valign="top" align="left">Statename</th>
    <td valign="top" colspan="3">Requesting</td></tr>
  <tr>
    <th valign="top" align="left">Description</th>
    <td valign="top" colspan="3">Sending request message and waiting for start of response message.</td></tr>
  <tr>
    <th valign="top" align="left">Preconditions</th>
    <td valign="top" colspan="3">None</td></tr>
  <tr>
    <th valign="top" align="left">Postconditions</th>
    <td valign="top" colspan="3">
      <ulist>
        <item><p>Property  
        <att>reqres:ImmediateSender</att> instantiated with a URI value that 
        denotes the sender of the HTTP response (if known)</p></item>
        <item><p>HTTP headers significant to features 
        expressed outside the SOAP envelope processed in accordance with the 
        relevant feature specification.</p></item>
      </ulist></td></tr>
  <tr>
    <th valign="top" rowspan="3" align="left">Transitions</th>
    <th valign="top">Event/Condition</th>
    <th valign="top">NextState</th>
    <th valign="top">Failure Reason</th></tr>
  <tr>
    <td valign="top">HTTP Response Status Line and HTTP 
      Headers received</td>
    <td valign="top">(see status code table below)</td>
    <td valign="top">(see status code table below)</td></tr>
  <tr>
    <td valign="top">Message exchange failure</td>
    <td valign="top">Fail</td>
    <td valign="top"> 
      <attval>fail:transmissionFailure</attval></td>
  </tr>
  </tbody>
</table>
      
<p><specref ref="tabreqstatereqtrans"/> details the transitions that take place when
a requesting SOAP node reveives an HTTP status line and response headers.</p>

<table border="1" id="tabreqstatereqtrans">
  <caption>HTTP status code dependent transitions</caption>
  <tbody>
  <tr>
    <th valign="top">Status Code</th>
    <th valign="top">Reason phrase</th>
    <th valign="top" colspan="2">Significance/Action</th>
    <th valign="top">NextState</th></tr>
  <tr>
    <td valign="top">2xx</td>
    <td valign="top">Successful</td>
    <td valign="top" colspan="2"></td>
    <td valign="top"></td></tr>
  <tr>
    <td valign="top">200</td>
    <td valign="top">OK</td>
    <td valign="top" colspan="2">
      <p>The response message follows in HTTP response entity body.
      Start making an abstraction of the response message available in
      <att>reqres:InboundMessage</att>.</p></td>
    <td valign="top">Sending+Receiving</td></tr>
  <tr>
    <td valign="top">202</td>
    <td valign="top">Accepted</td>
    <td valign="top" colspan="2"><p>The request message has 
      been received and processed. The entity body of the HTTP response MAY 
      contain a response message. Start making an abstraction of the response message available in <att>reqres:InboundMessage</att></p></td>
    <td valign="top">Sending+Receiving</td></tr>
  <tr>
    <td valign="top" rowspan="3">204</td>
    <td valign="top" rowspan="3">No Content</td>
    <td valign="top" colspan="2">
      <p>The request message has been received and processed. The HTTP response 
      MUST NOT contain an entity body. The message exchange is 
      regarded as having completed successfully.</p></td>
    <td valign="top" rowspan="3"> 
      Sending+Receiving</td></tr>
  <tr>
    <th valign="top">Instantiated Property</th>
    <th valign="top">Value</th></tr>
  <tr>
    <td valign="top"> 
      <att>reqres:InboundMessage</att> </td>
    <td valign="top">"Empty" SOAP Envelope. </td></tr>
  <tr>
    <td valign="top">3xx</td>
    <td valign="top">Redirection</td>
    <td valign="top" colspan="2"><p>The requested resource has 
      moved and the HTTP request SHOULD be retried using the URI carried in the 
      associated Location header as the new value for the  
      <att>reqres:ImmediateDestination</att> property.</p></td>
    <td valign="top">Init</td></tr>
  <tr>
    <td valign="top">4xx</td>
    <td valign="top">Client Error</td>
    <td valign="top" colspan="2"></td>
    <td valign="top"></td></tr>
  <tr>
    <td valign="top" rowspan="3">400</td>
    <td valign="top" rowspan="3">Bad Request</td>
    <td valign="top" colspan="2">
      <p>Indicates a problem with the received HTTP request message. The
      problem may bea malformed XML in the request message envelope.
      This operation SHOULD NOT be repeated with the same message
      content. The message exchange is regarded as having completed
      unsuccessfully.</p></td>
    <td valign="top" rowspan="3"> 
      Fail</td></tr>
  <tr>
    <th valign="top">Instantiated Property</th>
    <th valign="top">Value</th></tr>
  <tr>
    <td valign="top"> 
      <att>context:FailureReason</att> </td>
    <td valign="top"> 
      <attval>fail:BadRequest</attval> </td></tr>
  <tr>
    <td valign="top" rowspan="6">401</td>
    <td valign="top" rowspan="6">Unauthorized</td>
    <td valign="top" colspan="2"><p>Indicates that the HTTP 
      request requires authorization.</p></td>
    <td valign="top" rowspan="3"> 
      Requesting </td></tr>
  <tr>
    <th valign="top">Instantiated Property</th>
    <th valign="top">Value</th></tr>
  <tr>
    <td valign="top"> 
      <att>context:FailureReason</att></td>
    <td valign="top"> 
      <attval>fail:AuthenticationFailure</attval></td></tr>
  <tr>
    <td valign="top" colspan="2">If the simple 
      authentication feature is unavailable or the operation of simple 
      authentication ultimately fails, then the message exchange is 
      regarded as having completed unsuccessfully. </td>
    <td valign="top" rowspan="3">
      <p> Fail</p></td></tr>
  <tr>
    <th valign="top">Instantiated Property</th>
    <th valign="top">Value</th></tr>
  <tr>
    <td valign="top"> 
      <att>context:FailureReason</att></td>
    <td valign="top"> 
      <attval>fail:AuthenticationFailure</attval></td></tr>
  <tr>
    <td valign="top" rowspan="3">405</td>
    <td valign="top" rowspan="3">Method not allowed</td>
    <td valign="top" colspan="2">
      <p>Indicates that the peer HTTP server does not support the requested HTTP 
      method at the given request URI. The message exchange is 
      regarded as having completed unsuccessfully.</p></td>
    <td valign="top" rowspan="3">Fail</td></tr>
  <tr>
    <th valign="top">Instantiated Property</th>
    <th valign="top">Value</th></tr>
  <tr>
    <td valign="top"> 
      <att>context:FailureReason</att></td>
    <td valign="top"> 
      <attval>fail:BindingMismatch</attval></td></tr>
  <tr>
    <td valign="top" rowspan="3">415</td>
    <td valign="top" rowspan="3">Unsupported Media Type</td>
    <td valign="top" colspan="2">
      <p>Indicates that the peer HTTP server does not support Content-type used 
      to encode the request message. The message exchange is regarded 
      as having completed unsuccessfully.</p></td>
    <td valign="top" rowspan="3"> 
      Fail</td></tr>
  <tr>
    <th valign="top">Instantiated Property</th>
    <th valign="top">Value</th></tr>
  <tr>
    <td valign="top"> 
      <att>context:FailureReason</att></td>
    <td valign="top"> 
      <attval>fail:BindingMismatch</attval></td></tr>
  <tr>
    <td valign="top">5xx</td>
    <td valign="top">Server Error</td>
    <td valign="top" colspan="2"></td>
    <td valign="top"></td></tr>
  <tr>
    <td valign="top" rowspan="3">500</td>
    <td valign="top" rowspan="3">Internal Server Error</td>
    <td valign="top" colspan="2">
      <p>Indicates that the response message contained in the following HTTP 
      response entity body may contain an SOAP fault. Other internal server 
      errors may be the cause of this status code. The local binding instance 
      continues to receive the incoming message.</p></td>
    <td valign="top" rowspan="3"> 
      Sending+Receiving</td></tr>
  <tr>
    <th valign="top">Instantiated Property</th>
    <th valign="top">Value</th></tr>
  <tr>
    <td valign="top"> 
      <att>context:FailureReason</att></td>
    <td valign="top">fail:ServerFault</td></tr></tbody>
</table>

    <note><p>There may be elements in the HTTP infrastructure
    configured to modify HTTP response entity bodies for
    4xx and 5xx status code responses. For example, some
    HTTP origin servers have such a feature as
    a configuration option. This behavior may interfere with
    the use of 4xx and 5xx status code responses carrying SOAP
    fault messages in HTTP and it is recommended that such behavior
    is disabled for resources accepting SOAP/HTTP requests.
    If the rewriting behavior cannot be disabled, SOAP/HTTP
    cannot be used in such configurations.</p></note>
    
</div4>

<div4 id="http-reqbindrecstate"><head>Sending+Receiving</head>

<p><specref ref="tabreqstatesendrec"/> describes the requesting SOAP node's Sending+Receiving state.</p>

<table border="1" id="tabreqstatesendrec">
  <caption>State Description: Sending+Receiving</caption>
  <tbody>
  <tr>
    <th valign="top" align="left">Statename</th>
    <td valign="top" colspan="3">Sending+Receiving</td></tr>
  <tr>
    <th valign="top" align="left">Description</th>
    <td valign="top" colspan="3"> Completing the transmission of a
    request message and the reception of a response message. The response message is
    assumed to be a SOAP envelope serialized according the rules for
    carrying SOAP messages in the media type given in the Content-Type
    header.</td>
  </tr>
  <tr>
    <th valign="top" align="left">Preconditions</th>
    <td valign="top" colspan="3">None</td></tr>
  <tr>
    <th valign="top" align="left">Postconditions</th>
    <td valign="top" colspan="3">On transitions to  
      Success, the property  
      <att>reqres:InboundMessage</att> is instantiated with the Infoset representation 
      of the serialized envelope in the response body.</td>
  </tr>
  <tr>
    <td valign="top"></td>
    <td valign="top" colspan="3"></td></tr>
  <tr>
    <th valign="top" rowspan="5" align="left">Transitions</th>
    <th valign="top">Event/Condition</th>
    <th valign="top">NextState</th>
    <th valign="top">Failure Reason</th></tr>
  <tr>
    <td valign="top">Request message transmission and response message
    reception completed and a well formed response message received</td>
    <td valign="top">Success</td>
    <td valign="top">N/A</td></tr>
  <tr>
    <td valign="top">Reception Failure (broken connections 
      etc.)</td>
    <td valign="top"> Fail</td>
    <td valign="top"> 
    <attval>fail:ReceptionFailure</attval></td></tr>
  <tr>
    <td valign="top">Packaging Failure (including mismatched 
      Content-Type)</td>
    <td valign="top"> Fail</td>
    <td valign="top"> 
    <attval>fail:PackagingFailure</attval></td></tr>
  <tr>
    <td valign="top">Malformed response message, e.g.
      malformed XML, message contains a DTD, invalid SOAP Envelope</td>
    <td valign="top">Fail</td>
    <td valign="top"><attval>fail:BadResponseMessage</attval></td></tr></tbody></table>

<p>
The response MAY be of content type other
than application/soap+xml.
Such a result is particularly likely when a SOAP request sent with a <att>webmeth:Method</att> of GET
is directed (intentionally or otherwise) to a non-SOAP HTTP server.
Such usage is considered non-normative, and accordingly is not modeled in the state machine above.  
Interpretation of such responses is at the discretion of the receiver.</p>

</div4>

<div4 id="http-reqsuccfail"><head>Success and Fail</head>

<p>Succes and Fail are the terminal states of a 
Request-Response MEP. Control over the  
message exchange context returns to the local SOAP node.</p>

</div4>

</div3>

<div3 id="http-bindrespnode"><head>Behavior of Responding SOAP Node</head>

<p>The overall flow of the behavior of a responding SOAP node
      follows a state machine description consistent with both <specref ref="singlereqrespmep"/> and
<specref ref="soapresmep"/> (differences are indicated as necessary). The following subsections describe each state
in detail.</p>

<div4 id="http-respbindreceive"><head>Init</head>

<p><specref ref="tabresstateinit"/> and <specref ref="tabresstateinitfaults"/> describe the responding SOAP node's
Init state and the faults it generates respectively.</p>

<table border="1" id="tabresstateinit">
  <caption>State Description: Init</caption>
  <tbody>
  <tr>
    <th valign="top" align="left">Statename</th>
    <td valign="top" colspan="3"> 
    Init</td></tr>
  <tr>
    <th valign="top" align="left">Description</th>
    <td valign="top" colspan="3">Waiting for the start of an inbound request message</td></tr>
  <tr>
    <th valign="top" align="left">Preconditions</th>
    <td valign="top" colspan="3">Reception of an HTTP request at 
      an HTTP endpoint bound to the local SOAP node, see <specref ref="bindformdesc"/>.  Additionally,
the <att>webmeth:Method</att> property is set to match the HTTP Method of the received request.</td></tr>
  <tr>
    <th valign="top" align="left">Postconditions</th>
    <td valign="top" colspan="3">See below</td></tr>
  <tr>
    <th valign="top" rowspan="4" align="left">Transitions</th>
    <th valign="top">Event/Condition</th>
    <th valign="top">NextState</th>
    <th valign="top">Action</th></tr>
  <tr>
    <td valign="top">Receive the beginning of an HTTP POST request containing well formed request message.</td>
    <td valign="top">Receiving</td>
    <td valign="top">
      <ulist>
        <item><p>Instantiate or replace the property  
        <att>reqres:ImmediateSender</att> with a URI value that 
        denotes the sender of the HTTP request (if known) </p></item>
        <item><p>Start making an abstraction of the request message available in <att>reqres:InboundMessage</att>.</p></item>
        <item><p>Any HTTP headers that are significant to features expressed outside 
        the SOAP envelope are processed in accordance with the 
        relevant feature specification. </p></item>
      </ulist>
      <p>This change of state represents a transfer of control of the inbound 
      message exchange context to the local SOAP node. </p></td></tr>
  <tr>
    <td valign="top">Receive HTTP POST request containing malformed 
      request message</td>
    <td valign="top"> Fail</td>
    <td valign="top"><p>The message is considered to have been intended for
      the local SOAP node. It is considered to be malformed becuase it is not well formed XML, contains
      a serialized DTD, and/or contains
      an invalid SOAP envelope. The local SOAP node generates a SOAP fault message 
      in accordance with the following table and sends it in the corresponding 
      HTTP response message, accompanied by a status code value appropriate to 
      the particular fault. </p>
      
      <p>The message exchange context may be destroyed or considered 
      not to have been created.</p></td></tr>
								<tr>
									<td valign="top">Receive HTTP GET request containing well formed 
      request message</td>
									<td valign="top"> Receiving</td>
									<td valign="top">
										<ulist>
											<item>
												<p>Instantiate or replace the property  
        <att>reqres:ImmediateSender</att> with a URI value that 
        denotes the sender of the HTTP request (if known) </p>
											</item>
											<item>
												<p>Start making an abstraction of the request message available in <att>reqres:InboundMessage</att>. </p>
											</item>
											<item>
												<p>Any HTTP headers that are significant to features expressed outside 
        the SOAP envelope are processed in accordance with the 
        relevant feature specification. </p>
											</item>
										</ulist>
										<p>This change of state represents a transfer of control of the inbound 
      message exchange context to the local SOAP node. </p>
									</td>
								</tr>
							
</tbody>
</table>
       <p>&nbsp;</p>

<table border="1" id="tabresstateinitfaults">
  <caption>Binding Generated Faults</caption>
  <tbody>
  <tr>
    <th valign="top">Problem with Message</th>
    <th valign="top">HTTP Status Code</th>
    <th valign="top">HTTP Reason Phrase 
      (informative)</th>
    <th valign="top">SOAP Fault</th></tr>
  <tr>
    <td valign="top">Malformed Request Message</td>
    <td valign="top">400</td>
    <td valign="top">Bad request</td>
    <td valign="top">None</td></tr>
								<tr>
									<td valign="top">HTTP Method is neither POST nor GET</td>
									<td valign="top">405</td>
									<td valign="top">Method Not Allowed</td>
									<td valign="top">None</td>
								</tr>
  <tr>
    <td valign="top">Unsupported message encapsulation method</td>
    <td valign="top">415</td>
    <td valign="top">Unsupported Media</td>
    <td valign="top">None</td></tr></tbody>
</table>

</div4>

<div4 id="http-respbindprocess"><head>Receiving</head>

<p><specref ref="tabrecstaterec"/> describes the responding SOAP node's Receiving state.</p>

<table border="1" id="tabrecstaterec">
  <caption>State Description: Receiving</caption>
  <tbody>
  <tr>
    <th valign="top" align="left">Statename</th>
    <td valign="top" colspan="3">Receiving</td></tr>
  <tr>
    <th valign="top" align="left">Description</th>
    <td valign="top" colspan="3"> Continue receiving the request message
    and wait for the start of a response message to be available in the
    message exchange context.</td></tr>
  <tr>
    <th valign="top" align="left">Preconditions</th>
    <td valign="top" colspan="3">None</td></tr>
  <tr>
    <th valign="top" align="left">Postconditions</th>
    <td valign="top" colspan="3">See below</td></tr>
  <tr>
    <th valign="top" rowspan="3" align="left">Transitions</th>
    <th valign="top">Event/Condition</th>
    <th valign="top">NextState</th>
    <th valign="top">Action or Failure 
    Reason</th></tr>
  <tr>
    <td valign="top">The start of an abstraction of a response message
    becomes available in <att>reqres:OutboundMessage</att> indicating
    that the local SOAP processor has generating a response
    message.</td>
    <td valign="top">Receiving+Sending</td>
    <td valign="top">Formulate and start sending the response message, <att>reqres:OutboundMessage</att> may contain a SOAP fault.</td></tr>
  <tr>
    <td valign="top">Message reception failure</td>
    <td valign="top">Fail</td>
    <td valign="top"> 
      <attval>fail:receptionFailure</attval></td>
  </tr>
  </tbody></table>

<p><specref ref="tabresstaterecheads"/> and <specref ref="tabresstatereccodes"/> describe the HTTP response headers generated
by the responding SOAP node.</p>

<table border="1" id="tabresstaterecheads">
  <caption>HTTP Response Headers</caption>
  <tbody>
  <tr>
    <th>Header</th>
    <th>Value</th></tr>
  <tr>
    <td>Status line</td>
    <td>Set according to the next table</td></tr>
  <tr>
    <td>Content-Type header</td>
    <td>The media type of the response body, see <specref
    ref="http-intro"/> for a description of permissible media
    types.</td>
  </tr>
  <tr>
    <td>Additional Headers</td>
    <td>Generated in accordance with the rules for the binding specific 
      expression of any optional features in use for this message exchange.</td></tr>
  <tr>
    <td>HTTP Entity Body</td>
    <td>SOAP message serialized according to the rules for carrying SOAP
    messages in the media type given by the Content-Type header. Rules
    for carrying SOAP messages in <att>application/soap+xml</att> are
    given in <bibref ref="soap-media-type"/>.</td>
</tr>
</tbody></table>
       <p>&nbsp;</p>

<table border="1" id="tabresstatereccodes">
  <caption>SOAP Fault to HTTP Status Mapping</caption>
  <tbody>
  <tr>
    <th>SOAP Fault</th>
    <th>HTTP Status Code</th>
    <th>HTTP Reason Phrase (informative)</th></tr>
  <tr>
    <td>env:VersionMismatch</td>
    <td>500</td>
    <td>Internal server error</td></tr>
  <tr>
    <td>env:MustUnderstand</td>
    <td>500</td>
    <td>Internal server error</td></tr>
  <tr>
    <td>env:Sender</td>
    <td>400</td>
    <td>Bad request</td></tr>
  <tr>
    <td>env:Receiver</td>
    <td>500</td>
    <td>Internal server error</td></tr></tbody></table>
 
</div4>
     
<div4 id="http-respbindrespond"><head>Receiving+Sending</head>

<p><specref ref="tabresstaterecsend"/> describes the responding SOAP node's Responding state.</p>

<table border="1" id="tabresstaterecsend">
  <caption>State Description: Receiving+Sending</caption>
  <tbody>
  <tr>
    <th valign="top" align="left">Statename</th>
    <td valign="top" colspan="3"> 
    Receiving+Sending</td></tr>
  <tr>
    <th valign="top" align="left">Description</th>
    <td valign="top" colspan="3">Completing request message reception
    and response message transmission.</td></tr>
  <tr>
    <th valign="top" align="left">Preconditions</th>
    <td valign="top" colspan="3">None</td></tr>
  <tr>
    <th valign="top" align="left">Postconditions</th>
    <td valign="top" colspan="3">See below</td></tr>
  <tr>
    <th valign="top" rowspan="3" align="left">Transitions</th>
    <th valign="top">Event/Condition</th>
    <th valign="top">NextState</th>
    <th valign="top">Action or Failure 
    Reason</th></tr>
  <tr>
    <td valign="top">Response message reception and request message transmission complete.</td>
    <td valign="top">Success</td>
    <td valign="top">&nbsp;</td></tr>
    <tr>
    <td valign="top">Message exchange failure</td>
    <td valign="top">Fail</td>
    <td valign="top"><attval>fail:exchangeFailure</attval>.</td>
    </tr>
      </tbody></table>
          
</div4>

<div4 id="http-respsuccfail"><head>Success and Fail</head>

<p>Success and Fail are the terminal states for a 
Request-Response MEP. From the point-of-view of 
the local node this message exchange has completed.</p>

</div4>

</div3>

</div2>


<div2 id='seccond'><head>Security Considerations</head>

<p>The SOAP
      HTTP Binding (see <specref ref='soapinhttp' />) can be considered as
      an extension of the HTTP application protocol. As such, all of the
      security considerations identified and described in section 15 of
      the HTTP specification[2] apply to the SOAP HTTP Binding in
      addition to those described in <bibref ref="SOAP-PART1"/> "Security Considerations".
      Implementors of the SOAP HTTP Binding should
      carefully review this material.</p></div2>

</div1>



	

    <div1 id="refs">
      <head>References</head>

      <div2 id="refs-norm">
	<head>Normative References</head>

        <blist>

	<bibl key="1" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest" href="&dated-part1;" id="SOAP-PART1">W3C Working Draft "SOAP Version 1.2 Part 1: Messaging
	  Framework", Martin Gudgin, Marc Hadley, Jean-Jacques Moreau,
	  Henrik Frystyk Nielsen, &draft.day; &draft.month; &draft.year;</bibl>

	<bibl key="2" 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="3" 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>

	<bibl key="4" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest" id="XMLSchemaP1" href="http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/">W3C
          Recommendation "XML Schema Part 1: Structures", Henry
          S. Thompson, David Beech, Murray Maloney, Noah Mendelsohn, 2
          May 2001.</bibl>

	<bibl key="5" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest" id="XMLSchemaP2" href="http://www.w3.org/TR/2001/REC-xmlschema-2-20010502/">W3C
	  Recommendation "XML Schema Part 2: Datatypes", Paul
	  V. Biron, Ashok Malhotra, 2 May 2001.</bibl>

	<bibl key="6" 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>

	<bibl key="7" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest" href="http://www.w3.org/TR/1999/REC-xml-names-19990114/" id="XMLNS">W3C Recommendation "Namespaces in XML", Tim Bray,
 	  Dave Hollander, Andrew Layman, 14 January 1999.</bibl>

	<bibl key="8" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest" href="http://www.w3.org/TR/2000/REC-xml-20001006" id="XML">W3C Recommendation "Extensible Markup Language
	  (XML) 1.0 (Second Edition)", Tim Bray, Jean Paoli,
	  C. M. Sperberg-McQueen, Eve Maler, 6 October 2000.</bibl>

	<bibl key="9" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest" href="http://www.w3.org/TR/2001/REC-xlink-20010627/" id="XLINK">W3C
	    Recommendation "XML Linking Language (XLink) Version 1.0", Steve
	    DeRose, Eve Maler, David Orchard, 27 June 2001.</bibl>

 	<bibl key="10" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest" id="XMLInfoSet" href="http://www.w3.org/TR/2001/REC-xml-infoset-20011024/">W3C
	    Recommendation "XML Information Set", John
	    Cowan, Richard Tobin, 24 October 2001.</bibl>

	<bibl key="11" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest" href="http://www.ietf.org/rfc/rfc3023.txt" id="RFC3023">IETF
	  "RFC 3023: XML Media Types", M. Murata, S. St. Laurent, D. Kohn, July
	  1998.</bibl>
	  
	<bibl key="12" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest" href="http://www.ietf.org/internet-drafts/draft-baker-soap-media-reg-00.txt" id="soap-media-type">IETF "INTERNET DRAFT: The 'application/soap+xml' media 
           type", M. Baker, M. Nottingham, 
           January 14, 2002. (Work in progress).</bibl>

        </blist>

      </div2>

      <div2 id="refs-inform">
 	<head>Informative References</head>

	<blist>

    	<bibl key="13" xmlns:xlink="http://www.w3.org/1999/xlink"
    	xlink:type="simple" xlink:show="replace"
    	xlink:actuate="onRequest" href="&dated-part0;"
    	id="SOAP-PART0">W3C Working Draft "SOAP Version 1.2 Part 0:
    	Primer", Nilo Mitra, &draft.day; &draft.month;
    	&draft.year;</bibl>

      <bibl key="14" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest" href="http://lists.w3.org/Archives/Public/xmlp-comments/" id="CommentArchive">XML Protocol Comments Archive</bibl>

	  <bibl key="15" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest" href="http://lists.w3.org/Archives/Public/xml-dist-app/" id="DiscussionArchive">XML Protocol Discussion
	    Archive</bibl>

	  <bibl key="16" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest" href="http://www.w3.org/2000/09/XML-Protocol-Charter" id="XMLPCharter">XML Protocol Charter</bibl>

 	  <bibl key="17" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest" href="http://www.ietf.org/rfc/rfc2045.txt" id="RFC2045">IETF "RFC2045: Multipurpose Internet Mail
	    Extensions (MIME) Part One: Format of Internet Message
	    Bodies", N. Freed, N. Borenstein, November 1996.</bibl>

	  <bibl key="18" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:show="replace" xlink:actuate="onRequest" id="RFC2026" href="http://www.ietf.org/rfc/rfc2026.txt">IETF "RFC 2026:
	  The Internet Standards Process -- Revision 3", section
	  4.2.3, S. Bradner, October 1996.</bibl>

	</blist>

      </div2>

    </div1>

  </body>

  <back>

    <div1 id="namemap">
      <head>Mapping Application Defined Names to XML Names</head>
	  

      <scrap><head>Hex Digits</head><prod id="hexDigit"><lhs>hexDigit</lhs><rhs>[0-9A-F]</rhs></prod>
      </scrap>

	  <div2 id="namemap-rules">
      <head>Rules for mapping application defined names to XML Names</head>


      <olist>

        <item><p>XML Name has two parts: <var>Prefix</var> and
        <var>LocalPart</var>. Let
        <var>Prefix</var> be computed per the rules and constraints
        specified in
        Namespaces in XML <bibref ref="XMLNS"/>.</p></item>

        <item><p>Let <var>TAG</var> be a name in an
        application. <var>TAG</var> is a
        sequence of characters of the application. Let <var>N</var> be the
        number of characters in <var>TAG</var>. Let <var>T<sub>1</sub></var>,
        <var>T<sub>2</sub></var>, ... , <var>T<sub>N</sub></var> be
        the characters of <var>TAG</var>, in
        order from left to right.</p></item>

        <item><p>Let <function>M</function> be the
        implementation-defined mapping of the
        characters of the application to characters of
        Unicode.</p></item>

        <item><p>For each <var>i</var> between 1 (one) and
        <var>N</var>, let <var>M<sub>i</sub></var> be
        <function>M</function>(<var>T<sub>i</sub></var>).</p></item>

        <item><p>For each <var>i</var> between 1 (one) and
        <var>N</var>, let <var>X<sub>i</sub></var> be the Unicode character
        string defined by the following rules.</p>

        <p>Case:</p>
        <olist>

          <item><p>If <var>T<sub>i</sub></var> has no mapping to
          Unicode (i.e. <function>M</function>(<var>T<sub>i</sub></var>) is
          undefined), then <var>X<sub>i</sub></var> is
          implementation-defined</p></item>

          <item><p>If <var>i</var>&lt;=<var>N</var>-1,
          <var>T<sub>i</sub></var> is <attval>_</attval> (underscore),
          and <var>T<sub>i+1</sub></var> is
          <attval>x</attval> (lowercase letter x), then
          let X<sub>i</sub> be <attval>_x005F_</attval>.</p></item>

          <item><p>If <var>i</var>=1, <var>N</var>&gt;=3,
          <var>T<sub>1</sub></var> is either <attval>x</attval> (lowercase
          letter x) or <attval>X</attval> (uppercase letter X),
          <var>T<sub>2</sub></var> is either <attval>m</attval> (lowercase
          letter m) or <attval>M</attval> (uppercase letter M), and
          <var>T<sub>3</sub></var> is either <attval>l</attval> (lowercase
          letter l) or <attval>L</attval> (uppercase letter L), then let
          <var>X<sub>i</sub></var> be <attval>_xFFFF_</attval>
          <var>T<sub>1</sub></var></p></item>

          <item><p>If <var>T<sub>i</sub></var> is not a valid XML
          NCName character or if <var>i</var>=1 (one) and
          <var>T<sub>1</sub></var> is not a valid first character of an XML
          NCName, then:</p>

          <p>Let <var>U<sub>1</sub></var>, <var>U<sub>2</sub></var>,
          ... , <var>U<sub>8</sub></var> be the eight hex digits
          <specref ref="hexDigit"/> such
          that <var>T<sub>i</sub></var> is <attval>U+</attval>
          <var>U<sub>1</sub></var> <var>U<sub>2</sub></var>
          ... <var>U<sub>8</sub></var> in the UCS-4 encoding.</p>

          <p>Case:</p>

          <olist>

            <item>
              <p>If <var>U<sub>1</sub></var>=0,
              <var>U<sub>2</sub></var>=0, <var>U<sub>3</sub></var>=0, and
              <var>U<sub>4</sub></var>=0, then let
              <var>X<sub>i</sub></var>=<attval>_x</attval>
              <var>U<sub>5</sub></var>
              <var>U<sub>6</sub></var> <var>U<sub>7</sub></var>
              <var>U<sub>8</sub></var> <attval>_</attval>.</p>

              <p>This case implies that <var>T<sub>i</sub></var> has a
              UCS-2 encoding, which is
              U+<var>U<sub>5</sub></var><var>U<sub>6</sub></var><var>U<sub>7</sub></var><var>U<sub>8</sub></var>.</p>
            </item>

            <item>
              <p>Otherwise, let <var>X<sub>i</sub></var> be
              <attval>_x</attval> <var>U<sub>1</sub></var>
              <var>U<sub>2</sub></var>
              <var>U<sub>3</sub></var> <var>U<sub>4</sub></var>
              <var>U<sub>5</sub></var> <var>U<sub>6</sub></var>
              <var>U<sub>7</sub></var>
              <var>U<sub>8</sub></var> <attval>_</attval>.</p>
            </item>

          </olist>

          </item>

          <item><p>Otherwise, let <var>X<sub>i</sub></var> be
          <var>M<sub>i</sub></var>. That is, any character in TAG that is a
          valid character in an XML NCName is simply copied.</p></item>

        </olist>
        </item>


        <item>
          <p>Let <var>LocalPart</var> be the character string
          concatenation of <var>X<sub>1</sub></var>, <var>X<sub>2</sub></var>,
          ... , <var>X<sub>N</sub></var> in order from left to right.</p>
        </item>

        <item>
          <p>Let XML Name be the QName per Namespaces in XML <bibref ref="XMLNS"/></p>
        </item>

      </olist>
	  </div2>
	  <div2 id="namemap-ex"><head>Examples</head>

	  <example>
	  <eg xml:space="preserve">
Hello world -&gt; Hello_x0020_world
Hello_xorld -&gt; Hello_x005F_xorld
Helloworld_ -&gt; Helloworld_

          x -&gt; x
        xml -&gt; _xFFFF_xml
       -xml -&gt; _x002D_xml
       x-ml -&gt; x-ml
      </eg>
	  </example>
	  </div2>
    </div1>

    <inform-div1 id="encschema">
	  <head>Using W3C XML Schema with SOAP Encoding</head>
	  
	  <p>
	  As noted in <specref ref='enctypename' /> SOAP graph nodes are labeled with type
	  names, but validation of encoded SOAP messages MUST NOT be
	  required by conforming processors. These sections describe
	  techniques that can be used when validation with W3C XML schemas
	  is desired for use by SOAP applications. Any errors or faults
	  resulting from such validation are beyond those covered by the
	  normative recommendation; from the perspective of SOAP, such
	  faults are considered to be application-level failures. 
	  </p>	  
	  <div2 id='validmin'>
	    <head>Validating using the minimum schema</head>
		<p>
		Although W3C XML schemas are conventionally exchanged in the
		form of schema documents (see <bibref ref='XMLSchemaP1' />), the schema
		recommendation is build on an abstract definition of schemas,
		to which all processors need to conform. The schema
		recommendation provides that all such schemas include
		definitions for a core set of built in types, such as
		integers, dates, and so on (see <bibref ref='XMLSchemaP1' />, 
		<xspecref
		href='http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/#Simple_Type_Definitions'
		>Built-in Simple Type Definition</xspecref>). 
		Thus, it is possible to discuss validation of a SOAP
		message against such a minimal schema, which is the one that
		would result from providing no additional definitions or
		declarations (i.e. no schema document) to a schema processor.
		</p>

		<p>
		The minimal schema provides that any well formed XML document
		will validate, except that where an xsi:type is provided, the
		type named must be built in, and the corresponding element must be
		valid per that type. Thus, validation of a SOAP 1.2 message using a
		minimal schema approximates the behavior of the built-in types
		of SOAP 1.1.
		</p>
	  </div2>
	  <div2 id='validenc'>
	    <head>Validating using the SOAP Encoding schema</head>

		<p>
		Validation against the minimal schema (see <specref
		ref='validmin' />) will not succed where encoded graph nodes
		have multiple inbound edges. The SOAP Encoding of such graphs MAY be validated
		against the <xspecref href='http://www.w3.org/2002/06/soap-encoding'>SOAP Encoding schema</xspecref>.
		In order for the encoding to validate, edge labels, and hence
		element namespace names and local names, need to match those
		defined in the SOAP Encoding schema. Validation of the encoded
		graph against the SOAP Encoding schema would result in the
		type name property of the nodes in the graph being assigned
		the relevant type name.
		</p>

	  </div2>
	  <div2 id='validschema'>
	    <head>Validating using more specific schemas</head>

		<p>
		It may be that schemas could be constructed to describe
		the encoding of certain graphs. Validation of the encoded graph against such a
		schema would result in the type name property of the graph
		nodes being assigned the relevant type name.
		</p>

	  </div2>
	</inform-div1>    

    <inform-div1>
      <head>Acknowledgements</head>

      <p>This document is the work of the W3C XML Protocol Working Group.</p>

      <p>Members of the Working Group are (at the time of writing, and by
      alphabetical order): 
Yasser al Safadi (Philips Research),
Vidur Apparao (Netscape),
Don Box (DevelopMentor),
Charles Campbell (Informix Software),
Michael Champion (Software AG),
Dave Cleary (webMethods),
Ugo Corda (Xerox),
Paul Cotton (Microsoft Corporation),
Ron Daniel (Interwoven),
Glen Daniels (Allaire),
Doug Davis (IBM),
Ray Denenberg (Library of Congress),
Paul Denning (MITRE Corporation),
Frank DeRose (TIBCO Software, Inc.),
Colleen Evans (Progress Software),
James Falek (TIBCO Software, Inc.),
David Fallside (IBM),
Chris Ferris (Sun Microsystems),
Daniela Florescu (Propel),
Dietmar Gaertner (Software AG),
Rich Greenfield (Library of Congress),
Martin Gudgin (DevelopMentor),
Hugo Haas (W3C),
Marc Hadley (Sun Microsystems),
Mark Hale (Interwoven),
Randy Hall (Intel),
Gerd Hoelzing (SAP AG),
Oisin Hurley (IONA Technologies),
Yin-Leng Husband (Compaq),
John Ibbotson (IBM),
Ryuji Inoue (Matsushita Electric Industrial Co., Ltd.),
Scott Isaacson (Novell, Inc.),
Kazunori Iwasa (Fujitsu Software Corporation),
Murali Janakiraman (Rogue Wave),
Mario Jeckle (Daimler-Chrysler Research and Technology), 
Eric Jenkins (Engenia Software),
Mark Jones (AT&amp;T),
Anish Karmarkar (Oracle),
Jeffrey Kay (Engenia Software),
Richard Koo (Vitria Technology Inc.),
Jacek Kopecky (IDOOX s.r.o.),
Yves Lafon (W3C),
Tony Lee (Vitria Technology Inc.),
Michah Lerner (AT&amp;T),
Henry Lowe (OMG),
Richard Martin (Active Data Exchange),
Noah Mendelsohn (Lotus Development),
Jeff Mischkinsky (Oracle),
Nilo Mitra (Ericsson Research Canada),
Jean-Jacques Moreau (Canon),
Highland Mary Mountain (Intel),
Masahiko Narita (Fujitsu Software Corporation),
Mark Needleman (Data Research Associates),
Eric Newcomer (IONA Technologies),
Henrik Frystyk Nielsen (Microsoft Corporation),
Mark Nottingham (Akamai Technologies),
David Orchard (BEA Systems),
Kevin Perkins (Compaq),
Jags Ramnaryan (BEA Systems),
Andreas Riegg (Daimler-Chrysler Research and Technology),
Herve Ruellan (Canon),
Marwan Sabbouh (MITRE Corporation),
Shane Sesta (Active Data Exchange),
Miroslav Simek (IDOOX s.r.o.),
Simeon Simeonov (Allaire),
Nick Smilonich (Unisys),
Soumitro Tagore (Informix Software),
Lynne Thompson (Unisys),
Patrick Thompson (Rogue Wave),
Asir Vedamuthu (webMethods)
Ray Whitmer (Netscape),
Volker Wiechers (SAP AG),
Stuart Williams (Hewlett-Packard),
Amr Yassin (Philips Research)
and Jin Yu (Martsoft Corp.).</p>

      <p>Previous members were: 
Eric Fedok (Active Data Exchange), 
Susan Yee (Active Data Exchange), 
Dan Frantz (BEA Systems), 
Alex Ceponkus (Bowstreet), 
James Tauber (Bowstreet), 
Rekha Nagarajan (Calico Commerce), 
Mary Holstege (Calico Commerce), 
Krishna Sankar (Cisco Systems), 
David Burdett (Commerce One), 
Murray Maloney (Commerce One), 
Jay Kasi (Commerce One), 
Yan Xu (DataChannel), 
Brian Eisenberg (DataChannel), 
Mike Dierken (DataChannel), 
Michael Freeman (Engenia Software), 
Bjoern Heckel (Epicentric), 
Dean Moses (Epicentric), 
Julian Kumar (Epicentric), 
Miles Chaston (Epicentric), 
Alan Kropp (Epicentric), 
Scott Golubock (Epicentric), 
Michael Freeman (Engenia Software),
Jim Hughes (Fujitsu Limited), 
Dick Brooks (Group 8760), 
David Ezell (Hewlett Packard), 
Fransisco Cubera (IBM), 
David Orchard (Jamcracker), 
Alex Milowski (Lexica), 
Steve Hole (MessagingDirect Ltd.), 
John-Paul Sicotte (MessagingDirect Ltd.), 
Vilhelm Rosenqvist (NCR), 
Lew Shannon (NCR), 
Art Nevarez (Novell, Inc.), 
David Clay (Oracle), 
Jim Trezzo (Oracle), 
David Cleary (Progress Software), 
Andrew Eisenberg (Progress Software), 
Peter Lecuyer (Progress Software), 
Ed Mooney (Sun Microsystems), 
Mark Baker (Sun Microsystems), 
Anne Thomas Manes (Sun Microsystems), 
George Scott (Tradia Inc.), 
Erin Hoffmann (Tradia Inc.), 
Conleth O'Connell (Vignette), 
Waqar Sadiq (Vitria Technology Inc.), 
Randy Waldrop (WebMethods), 
Bill Anderson (Xerox), 
Tom Breuel (Xerox), 
Matthew MacKenzie (XMLGlobal Technologies), 
David Webber (XMLGlobal Technologies), 
John Evdemon (XMLSolutions) 
and Kevin Mitchell (XMLSolutions).</p>

<p>The people who have contributed to discussions on
<loc href="mailto:xml-dist-app@w3.org">xml-dist-app@w3.org</loc>
are also gratefully acknowledged.</p>

    </inform-div1>

    <inform-div1 id="changelog">
      <head>Part 2 Change Log</head>

      <div2 id="changelog-spec">
	<head>SOAP Specification Changes</head>

<table border="1">
  <tbody>
    <tr>
      <th>Date</th>
      <th>Author</th>
      <th>Description</th>
    </tr>
	    <tr>
	      <td>20020612</td>
	      <td>HFN</td>
	      <td>Removing change log :)</td>
	    </tr>
	    <tr>
	      <td>20020612</td>
	      <td>HFN</td>
	      <td>Removed appendix C (didn't find any refernces to it)</td>
	    </tr>
	    <tr>
	      <td>20020612</td>
	      <td>HFN</td>
	      <td>Removed diff markup</td>
	    </tr>
	    <tr>
	      <td>20020612</td>
	      <td>HFN</td>
	      <td>Updated namespace to "http://www.w3.org/2002/06/..."</td>
	    </tr>
	    <tr>
	      <td>20020605</td>
	      <td>HFN</td>
	      <td>Added comments on GETF resolution from JJM, MJH, CF, and HFN.</td>
	    </tr>
	    <tr>
	      <td>20020605</td>
	      <td>HFN</td>
	      <td>Incorporated resolution from GETF.</td>
	    </tr>
	    <tr>
	      <td>20020527</td>
	      <td>MJH</td>
	      <td>Removed quotes around lexical value.</td>
	    </tr>
	    <tr>
	      <td>20020527</td>
	      <td>MJH</td>
	      <td>Removed a couple of instances of lower case should and must.</td>
	    </tr>
	    <tr>
	      <td>20020527</td>
	      <td>MJH</td>
	      <td>Added reference to SOAP part 0.</td>
	    </tr>
        <tr>
	      <td>20020517</td>
	      <td>JJM</td>
	      <td>Fixed some typos.</td>
	    </tr>
        <tr>
	      <td>20020517</td>
	      <td>JJM</td>
	      <td>HTTP versioning wordsmithing.</td>
	    </tr>
        <tr>
	      <td>20020516</td>
	      <td>MJH</td>
	      <td>Worked on examples to show rpc:result usage.</td>
	    </tr>
        <tr>
	      <td>20020516</td>
	      <td>MJH</td>
	      <td>Added issue 195 resolution.</td>
	    </tr>
        <tr>
	      <td>20020516</td>
	      <td>MJH</td>
	      <td>Added ProcedureNotPresent resolution.</td>
	    </tr>
        <tr>
	      <td>20020516</td>
	      <td>MJH</td>
	      <td>Added HTTP versioning resolution.</td>
	    </tr>
        <tr>
	      <td>20020515</td>
	      <td>MJH</td>
	      <td>Readability update to description of data model.</td>
	    </tr>
	    <tr>
	      <td>20020509</td>
	      <td>MJH</td>
	      <td>Added RPC root resolution.</td>
	    </tr>
	    <tr>
	      <td>20020509</td>
	      <td>MJH</td>
	      <td>Added bib refs to spec cross refs. 
	      Fixed some xspecrefs that were empty and so didn't show up in the html.
	      Removed pt1 section numbers from cross references since these are not autogenerated and would be a maintenance headache.</td>
	    </tr>
	    <tr>
	      <td>20020506</td>
	      <td>JJM</td>
	      <td>Removed double-spaces.</td>
	    </tr>
	    <tr>
	      <td>20020506</td>
	      <td>JJM</td>
	      <td>Divided the long list in "SOAP RPC and Body" into two separate lists.</td>
	    </tr>
	    <tr>
	      <td>20020506</td>
	      <td>JJM</td>
	      <td>Fixed a few typos.</td>
	    </tr>
	    <tr>
	      <td>20020503</td>
	      <td>HFN</td>
	      <td>Changed "faulthint" to "faultreason".</td>
	    </tr>
	    <tr>
	      <td>20020503</td>
	      <td>HFN</td>
	      <td>Made the order of properties listed in ReqRes MEP
		tables and removed "local abort" as per
		"http://lists.w3.org/Archives/Member/w3c-xml-protocol-wg/2002May/0005.html". Also
		fixed the prefix given that some properties have moved
		from context to reqres.</td>
	    </tr>
	    <tr>
	      <td>20020503</td>
	      <td>HFN</td>
	      <td>Removed the sentence "This URI is often abbreviated
		to the term <attval>request-response</attval>
		throughout this specification." as we have already
		said that the MEP is called "Request-Response". Also,
		have casing consistent in using the name (was often
		"request-response").</td>
	    </tr>
	    <tr>
	      <td>20020503</td>
	      <td>HFN</td>
	      <td>Removed the notion that MEP properties are relative
		URIs - they are just URIs.</td>
	    </tr>
	    <tr>
	      <td>20020503</td>
	      <td>MJH</td>
	      <td>Added table cross-references.</td>
	    </tr>
	    <tr>
	      <td>20020503</td>
	      <td>MJH</td>
	      <td>Added streaming edits to state tables in MEP and HTTP binding.</td>
	    </tr>
	    <tr>
	      <td>20020503</td>
	      <td>JJM</td>
	      <td>Added a couple of missing "SOAP" to streaming stuff.</td>
	    </tr>
	    <tr>
	      <td>20020503</td>
	      <td>JJM</td>
	      <td>Added back streaming stuff (with proper XML
	      formatting), after CVS hick-up.</td>
	    </tr>
	    <tr>
	      <td>20020502</td>
	      <td>JJM</td>
	      <td>Added missing &lt;att&gt;</td>
	    </tr>
	    <tr>
	      <td>20020502</td>
	      <td>MJG</td>
	      <td>Clarified arraySize BNF</td>
	    </tr>
	    <tr>
	      <td>20020502</td>
	      <td>MJH</td>
	      <td>Incorporated readability changes into abstract.</td>
	    </tr>
	    <tr>
	      <td>20020502</td>
	      <td>MJH</td>
	      <td>Incorporated readability changes into section 7.</td>
	    </tr>
	    <tr>
	      <td>20020502</td>
	      <td>MJH</td>
	      <td>Decapitalised requesting, responding, request, response, message, node and path.</td>
	    </tr>
	    <tr>
	      <td>20020502</td>
	      <td>MJH</td>
	      <td>Incorporated readability changes into sections 5 and 6.</td>
	    </tr>
	    <tr>
	      <td>20020502</td>
	      <td>MJH</td>
	      <td>Incorporated readability changes into Section 1.</td>
	    </tr>
	    <tr>
	      <td>20020501</td>
	      <td>HFN</td>
	      <td>Change SOAP Node to SOAP node</td>
	    </tr>
	    <tr>
	      <td>20020501</td>
	      <td>HFN</td>
	      <td>Incorporated changes referring first ednote in mail
		  thread in
		  http://lists.w3.org/Archives/Member/w3c-xml-protocol-wg/2002May/0005.html</td>
	    </tr>
	    <tr>
	      <td>20020501</td>
	      <td>HFN</td>
	      <td>Changed "Message Exchange" and other permutations to "MEP"</td>
	    </tr>
	    <tr>
	      <td>20020501</td>
	      <td>MJH</td>
	      <td>Fixed dangling xref.</td>
	    </tr>
	    <tr>
	      <td>20020430</td>
	      <td>MJG</td>
	      <td>Incorporated readability changes into Section 4.</td>
	    </tr>
	    <tr>
	      <td>20020430</td>
	      <td>MJG</td>
	      <td>Incorporated readability changes into Section 3.</td>
	    </tr>
	    <tr>
	      <td>20020430</td>
	      <td>MJG</td>
	      <td>Incorporated readability changes into Section 2.</td>
	    </tr>
	    <tr>
	      <td>20020426</td>
	      <td>JJM</td>
	      <td>Updated member list.</td>
	    </tr>
	    <tr>
	      <td>20020426</td>
	      <td>MJH</td>
	      <td>Removed SOAPAction section - moved to application/soap+xml ID.</td>
	    </tr>
	    <tr>
	      <td>20020425</td>
	      <td>MJG</td>
	      <td>Removed notion of local/global scoping from SOAP
	      Encoding per http://lists.w3.org/Archives/Public/xmlp-comments/2002Apr/0024.html</td>
	    </tr>
	    <tr>
	      <td>20020425</td>
	      <td>MJG</td>
	      <td>Updated on Appendix B1</td>
	    </tr>
	    <tr>
	      <td>20020425</td>
	      <td>MJG</td>
	      <td>Started on Appendices B2 and B3</td>
	    </tr>
	    <tr>
	      <td>20020425</td>
	      <td>MJH</td>
	      <td>Completed HTTP status code mapping table (#196).</td>
	    </tr>
	    <tr>
	      <td>20020425</td>
	      <td>MJH</td>
	      <td>Added resolution for issue #192.</td>
	    </tr>
	    <tr>
	      <td>20020425</td>
	      <td>JJM</td>
	      <td>Started incorporating resolution for issue #196.</td>
	    </tr>
	    <tr>
	      <td>20020424</td>
	      <td>MJH</td>
	      <td>Added issue 197 resolution.</td>
	    </tr>
	    <tr>
	      <td>20020411</td>
	      <td>MJH</td>
	      <td>Fixed responding table in HTTP section.</td>
	    </tr>
	    <tr>
	      <td>20020411</td>
	      <td>MJH</td>
	      <td>Removed pt1 TOC from intro and cleaned up abstract.</td>
	    </tr>
	    <tr>
	      <td>20020410</td>
	      <td>MJG</td>
	      <td>Added an id to a div</td>
	    </tr>
	    <tr>
	      <td>20020410</td>
	      <td>MJH</td>
	      <td>Incorporated Noah's minor comments on intro.</td>
	    </tr>
	    <tr>
	      <td>20020410</td>
	      <td>MJG</td>
	      <td>Incorporated Noah's minor comments on Sections 2 and 3</td>
	    </tr>
	    <tr>
	      <td>20020410</td>
	      <td>MJG</td>
	      <td>Amended beginning of type name computation section 3.1.4</td>
	    </tr>
	    <tr>
	      <td>20020410</td>
	      <td>MJG</td>
	      <td>Amended prose at start of section 3</td>
	    </tr>
	    <tr>
	      <td>20020410</td>
	      <td>MJG</td>
	      <td>Swapped sections 3.1.4 and 3.1.5</td>
	    </tr>
	    <tr>
	      <td>20020410</td>
	      <td>MJG</td>
	      <td>Amended description of how to distinguish outbound edges
	      in section 2.1.1</td>
	    </tr>
	    <tr>
	      <td>20020410</td>
	      <td>MJG</td>
	      <td>Added prose to description of ref/id specifying that ref
	      target must be encoded using soap encoding.</td>
	    </tr>
	    <tr>
	      <td>20020410</td>
	      <td>MJG</td>
	      <td>Amended description of "struct" in Section 2</td>
	    </tr>
	    <tr>
	      <td>20020410</td>
	      <td>JJM</td>
	      <td>Added Noah's minor comments on section 4.</td>
	    </tr>
	    <tr>
	      <td>20020410</td>
	      <td>JJM</td>
	      <td>Added Noah's moderate comments on section 4.</td>
	    </tr>
	    <tr>
	      <td>20020410</td>
	      <td>JJM</td>
	      <td>Added Noah's most significant comments on section 4.</td>
	    </tr>
	    <tr>
	      <td>20020409</td>
	      <td>MJG</td>
	      <td>Amended description of "generic" in Section 2</td>
	    </tr>
	    <tr>
	      <td>20020409</td>
	      <td>MJG</td>
	      <td>Amended the abstract to mention data model, features, MEPs, HTTP binding</td>
	    </tr>
	    <tr>
	      <td>20020408</td>
	      <td>MJG</td>
	      <td>Clarified that 'node' means 'graph node' in Sections 2
	      and 3</td>
	    </tr>
	    <tr>
	      <td>20020408</td>
	      <td>MJG</td>
	      <td>Added bullet about Section 5 and 6 to intro</td>
	    </tr>
	    <tr>
	      <td>20020408</td>
	      <td>MJG</td>
	      <td>Fixed typos in Section 3</td>
	    </tr>
	    <tr>
	      <td>20020404</td>
	      <td>JJM</td>
	      <td>Moved the beginning of section "6.0 MEPs" to part1 as "3.2 MEPs".
	      The remaining text (table) from that section is now section
	      "6.1 Property Conventions for MEPs", as suggested by Noah and Henrik.</td>
	    </tr>
	    <tr>
	      <td>20020403</td>
	      <td>MJH</td>
	      <td>removed duplicate para in section 6.1.3.</td>
	    </tr>
	    <tr>
	      <td>20020403</td>
	      <td>MJH</td>
	      <td>Updated HTTP binding in line with response to question from TBTF.</td>
	    </tr>
	    <tr>
	      <td>20020403</td>
	      <td>JJM</td>
	      <td>Amended ednote in 6.1.3, since Stuart has provided
	      text, but not the TBTF.</td>
	    </tr>
	    <tr>
	      <td>20020403</td>
	      <td>MJG</td>
	      <td>Changed
	      http://www.w3.org/2001/12/soap/bindings/defaultHTTP to http://www.w3.org/2001/12/soap/bindings/HTTP</td>
	    </tr>
	    <tr>
	      <td>20020403</td>
	      <td>JJM</td>
	      <td>Incorporated the resolution for issue 191, including Henrik's
	      friendly amendments.</td>
	    </tr>
	    <tr>
	      <td>20020328</td>
	      <td>MJH</td>
	      <td>Worked through HTTP binding. Main changes around formatting of tables, table
	      headings and improving consistency in language.</td>
	    </tr>
	    <tr>
	      <td>20020327</td>
	      <td>JJM</td>
	      <td>Removed extra spaces around parenthesis, dot, semi-colon and comma.</td>
	    </tr>
	    <tr>
	      <td>20020327</td>
	      <td>JJM</td>
	      <td>Fixed typo discovered by Herve.</td>
	    </tr>
	    <tr>
	      <td>20020322</td>
	      <td>HFN</td>
	      <td>Changed mU='1' with mu='true' in examples.</td>
	    </tr>
	    <tr>
	      <td>20020322</td>
	      <td>MJH</td>
	      <td>replaced transport with context/underlying protocol.</td>
	    </tr>
	    <tr>
	      <td>20020322</td>
	      <td>MJG</td>
	      <td>Made consistent usage of section names; SOAP Data Model,
	      SOAP Encoding, SOAP RPC Representation, SOAP HTTP Binding</td>
	    </tr>
	    <tr>
	      <td>20020322</td>
	      <td>MJG</td>
	      <td>Added priority feedback request regarding 'generics' to
	      section 2.3</td>
	    </tr>
	    <tr>
	      <td>20020322</td>
	      <td>MJH</td>
	      <td>changed all namespace identifiers, URIs to names.</td>
	    </tr>
	    <tr>
	      <td>20020322</td>
	      <td>MJH</td>
	      <td>removed links in NS URIs.</td>
	    </tr>
	<tr><td>20020314</td><td>MJG</td><td>Added appendix B (not yet
	complete)</td></tr>
	<tr><td>20020314</td><td>MJG</td><td>Rewrote Section 2</td></tr>
	<tr><td>20020314</td><td>MJG</td><td>Rewrote Section 3</td></tr>
	<tr><td>20020314</td><td>MJG</td><td>Amended Section 4 to match
	new Section 2 and 3</td></tr>

    <tr>
      <td>20020321</td>
      <td>HFN</td>
      <td>Added text to <specref ref="soapinhttp"/> to clarify that
        HTTP binding is optional and one of many possible
        bindings</td>
    </tr>

    <tr><td>20020321</td><td>HFN</td><td>Made abstract and introduction consistent with Part 1</td></tr>
    <tr><td>20020321</td><td>MJH</td><td>Issue 174 changes.</td></tr>
    <tr><td>20020321</td><td>MJH</td><td>Made URI styling consistent throughout and consistent with part 1.</td></tr>
    <tr><td>20020321</td><td>MJH</td><td>Made references to fault code values consistent throughout and consistent with part 1.</td></tr>
    <tr><td>20020320</td><td>JJM</td><td>Incorporated resolution for issue #180.</td></tr>
    <tr><td>20020320</td><td>JJM</td><td>Updated cross-references from saying "bibref"
                      "xspecref" to "bibref" section "xspecref". Otherwise
                      the generated HTML looked funny (the links were back
                  to back) [Ednote issue #33]</td></tr>
    <tr><td>20020320</td><td>JJM</td><td>More generally, made all "bibrefs" more uniform.</td></tr>
    <tr><td>20020320</td><td>JJM</td><td>Added resolution text for issue 184.</td></tr>
    <tr><td>20020319</td><td>JJM</td><td>Incorporated Chris Ferris' proposed resolution to 6.1.4 Fault Handling in anticipation of its acceptance by the WG</td></tr>
    <tr><td>20020318</td><td>JJM</td><td>Incorporated resolution to ednote part 2 sec 6.1.3</td></tr>
    <tr><td>20020316</td><td>HFN</td><td>Updated section <specref ref="singlereqrespmep"/></td></tr>
    <tr><td>20020316</td><td>HFN</td><td>Updated section <specref ref="bindfaulthdn"/></td></tr>
    <tr><td>20020316</td><td>HFN</td><td>Deleted section 6.1.5, 6.1.6, and 7.4.1.3</td></tr>
    <tr><td>20020312</td><td>MJH</td><td>Incorporated issue 16 resolution.</td></tr>
    <tr><td>20020312</td><td>MJH</td><td>Incorporated issue 113 resolution.</td></tr>
    <tr><td>20020312</td><td>MJH</td><td>Incorporated issue 48 resolution.</td></tr>
    <tr><td>20020312</td><td>MJH</td><td>Fixed up content list of part 1 in introduction.</td></tr>

	<tr><td>20020305</td><td>MJG</td><td>Removed section 1.3 (
	Terminology)</td></tr>
	<tr><td>20020305</td><td>MJG</td><td>Removed section 1.2 (
	Examples)</td></tr>
	<tr><td>20020304</td><td>HFN</td><td>Updated rule 8 as per <loc href="http://lists.w3.org/Archives/Public/xml-dist-app/2002Feb/0089.html">resolution to issue 177</loc>. Section on default values seemed already to have been removed.</td></tr><tr><td>20020304</td><td>HFN</td><td>Removed last two paragraphs in section "RPC and SOAP Header" talking about non-normative example text</td></tr><tr><td>20020228</td><td>HFN</td><td>Updated abstract slightly</td></tr><tr><td>20020228</td><td>HFN</td><td>Add <loc href="http://lists.w3.org/Archives/Public/xml-dist-app/2002Feb/0048.html">security considerations text</loc>.</td></tr><tr><td>20020228</td><td>HFN</td><td>Added second part of resolution of issue 59: Say that we mandate support for UTF-8 and UTF-16 
</td></tr><tr><td>20020228</td><td>HFN</td><td>Move the HTTP specific examples in Appendix B1 to Appendix C.</td></tr>
    <tr><td>20020227</td><td>MJG</td><td>Changed all refs to transport
    message exchange to message exchange</td></tr>
    <tr><td>20020227</td><td>MJG</td><td>Moved ednote from 6.1.3 to be
    text in 6</td></tr>
    <tr><td>20020225</td><td>MJG</td><td>Removed reference to 'Simple Authentication Feature' in HTTP binding</td></tr>
    <tr><td>20020225</td><td>MJG</td><td>added id attrs to all div elements</td></tr>
    <tr><td>20020225</td><td>MJG</td><td>Removed section 7.5.2</td></tr>
    <tr><td>20020225</td><td>MJG</td><td>Removed redundant text from 3.1.2</td></tr>
    <tr><td>20020221</td><td>MJG</td><td>Edited examples so that no line is longer than 66 characters</td></tr>
    <tr><td>20020220</td><td>MJG</td><td>Moved SOAP HTTP Examples to an appendix marked as non-normative</td></tr>
    <tr><td>20020220</td><td>MJG</td><td>Added text stating the paragraph on transaction ids in Section 4.2 is non-normative</td></tr>
    <tr><td>20020219</td><td>MJG</td><td>Changed BNF for arraySize to say non negative integer instead of positive integer</td></tr>
    <tr><td>20020219</td><td>MJG</td><td>Changed arraySize to use nonNegativeInteger instead of positiveInteger</td></tr>
    <tr><td>20020215</td><td>MJG</td><td>Removed old array attributes from encoding schema</td></tr>
    <tr><td>20020215</td><td>MJG</td><td>Added new array attributes to encoding schema</td></tr>
    <tr><td>20020215</td><td>MJG</td><td>Rewrote Section 3 from XML Infoset perspective</td></tr>
    <tr><td>20020214</td><td>MJG</td><td>Removed NOTATION type and
    element decl from encoding schema</td></tr>
    <tr><td>20020214</td><td>MJG</td><td>Rolled back Infoset rewrite
    of RPC section</td></tr>
    <tr><td>20020214</td><td>MJG</td><td>Changed relevant occurrences
    of Client and Server to Sender and Receiver for consistency with
    Part 1.</td></tr>
    <tr><td>20020213</td><td>MJH</td><td>Removed (possibly defaulted) from encoding rule 2.</td></tr>
    <tr><td>20020213</td><td>MJH</td><td>Changed encoding examples to better show inline multirefs and removed corresponding ednote.</td></tr>
    <tr><td>20020208</td><td>MJG</td><td>Added examples to Appendix A</td></tr>
    <tr><td>20020208</td><td>MJG</td><td>Changed Section 4.1 ednote</td></tr>
    <tr><td>20020208</td><td>MJG</td><td>Rewrote Section 4.1 from Infoset perspective</td></tr>
    <tr><td>20020201</td><td>MJH</td><td>Editorial fix to encoding array example narrative.</td></tr>
    <tr><td>20020131</td><td>MJH</td><td>Added new "Decoding faults" subsection as resolution for issues 168 and 170.</td></tr>
    <tr><td>20020129</td><td>MJH</td><td>Pulled out the single/multi ref descriptions in Simple Types/Strings and Simple Types/Array of Bytes into a new separate subsection of the Simple Types section.</td></tr>
    <tr><td>20020129</td><td>MJH</td><td>Misc editorial fixes.</td></tr>
    <tr><td>20020129</td><td>MJH</td><td>Fixed EBNF reference to use XML Recommendation notation.</td></tr>
    <tr><td>20020129</td><td>MJH</td><td>Fixed reference to SOAP media type draft, removed duplicated information, renumbered following references.</td></tr>
    <tr><td>20020125</td><td>HFN</td><td>In section on SOAP data model, changed "The SOAP data model represents information as a graph of typed
      objects" to "The SOAP data model represents information as a graph of typed
      nodes"</td></tr><tr><td>20020125</td><td>HFN</td><td>Removed ednote in section 7.1 regarding SOAP media type and added reference to the soap media type internet draft for details about use of media type parameters. I have not changed the use of SOAPAction during this.</td></tr>
    <tr><td>20020121</td><td>MJH</td><td>Changed encoding references from anyURI to IDREF (Issue 170).</td></tr>
    <tr><td>20020118</td><td>MJH</td><td>Changed rpc error text to use new SOAP fault subcodes (Issue 173).</td></tr>
    <tr><td>20020117</td><td>MJH</td><td>Fixed indentation on more examples.</td></tr>
    <tr><td>20020117</td><td>MJH</td><td>Removed sparse and partially transmitted arrays. Modified encoding section to use arraySize and itemType attributes. Resolves issues 117, 144 and 161.</td></tr>
    <tr><td>20020117</td><td>JJM</td><td>Added text for resolution of issue 12.</td></tr>
    <tr><td>20020114</td><td>MJH</td><td>Fixed indentation in 3 of the examples in SOAP encoding section.</td></tr>
    <tr><td>20020114</td><td>MJH</td><td>Removed duplicate text for section 2 (SOAP Data Model) from section 3 (SOAP Encoding).</td></tr>
    <tr><td>20020109</td><td>JJM</td><td>Incorporated comments from John Ibbotson.</td></tr>
    <tr><td>20011220</td><td>JJM</td><td>Added resolution for 171 in section 4.1 "Rules for Encoding Types in XML".</td></tr>
    <tr><td>20011219</td><td>JJM</td><td>Fixed abstract.</td></tr>
    <tr><td>20011214</td><td>JJM</td><td>Fixed incorrect reference to XML Protocol Charter.</td></tr>
    <tr><td>20011214</td><td>JJM</td><td>Fixed incorrect combination of olist, item and p in "A Mapping Application Defined Name to XML Name" section</td></tr>
    <tr><td>20011214</td><td>JJM</td><td>Fixed incorrect reference to XLink.</td></tr>
    <tr><td>20011213</td><td>JJM</td><td>Changed the namespace to http://www.w3.org/2001/12/.</td></tr>
    <tr><td>20011211</td><td>JJM</td><td>In the new TBTF sections, use the passive voice instead of "we".</td></tr>
    <tr><td>20011211</td><td>JJM</td><td>Replace application/soap+xml by application/soap in "HTTP Request Fields" table.</td></tr>
    <tr><td>20011211</td><td>JJM</td><td>Replace text/xml by application/soap in "Responding State" table.</td></tr>
    <tr><td>20011211</td><td>JJM</td><td>Fixed typo in section 6 noticed by Mario.</td></tr>
    <tr><td>20011210</td><td>JJM</td><td>Incorporated David's editorial changes to section 6.</td></tr>
    <tr><td>20011206</td><td>JJM</td><td>Fixes to occurrences of texting referring to blocks (instead of body elements).</td></tr>
    <tr><td>20011206</td><td>JJM</td><td>Converted all the tables in sections 7 and 8 into proper XML.</td></tr>
    <tr><td>20011206</td><td>JJM</td><td>Moved HTTP examples from old binding section to new binding section.</td></tr>
    <tr><td>20011206</td><td>JJM</td><td>Replaced SOAPAction production rules in new binding section with that from old binding section (they were identical, but formatting was better).</td></tr>
    <tr><td>20011206</td><td>JJM</td><td>Removed old binding section.</td></tr>
    <tr><td>20011206</td><td>JJM</td><td>Updated references to XLink and XML Infoset (now recommendations).</td></tr>
    <tr><td>20011206</td><td>JJM</td><td>Moved text about application/soap from old binding to new binding section.</td></tr>
    <tr><td>20011206</td><td>JJM</td><td>Transformed references into proper hyperlinks.</td></tr>
    <tr><td>20011206</td><td>JJM</td><td>Changed image format to GIF.</td></tr>
    <tr><td>20011206</td><td>JJM</td><td>Reduced image size.</td></tr>
    <tr><td>20011205</td><td>JJM</td><td>Incorporated TBTF Part 2 (Features).</td></tr>
    <tr><td>20011205</td><td>JJM</td><td>Incorporated TBTF Part 3 (MEPs).</td></tr>
    <tr><td>20011205</td><td>JJM</td><td>Incorporated TBTF Part 4 (HTTP Binding). There are still some HTML-icisms. Hopefully, they will go away after today's conference call.</td></tr>
    <tr><td>20011204</td><td>MJH</td><td>Changes to encoding section - issue 18.</td></tr>
      <tr><td>20011204</td><td>MJH</td><td>Updated DTD and appendix A to preserve subscripts in variable elements.</td></tr>
      <tr><td>20011204</td><td>MJH</td><td>Updated reference to RFC2376 to RFC3023.</td></tr>
    <tr>
      <td>20011204</td><td>JJM</td><td>Updated the ednote for SOAPAction as an optional feature, now that this is defined in section 5..</td>
	</tr>
    <tr>
      <td>20011204</td><td>JJM</td><td>Added quotes around "Required-SOAPAction".</td>
	</tr>
    <tr>
      <td>20011129</td> <td>MJG</td> <td>Fixed ednote related to change from text/xml to application/soap</td>
	</tr>
    <tr>
      <td>20011122</td> <td>MJH</td> <td>Removed placeholder and ednote for HTTP extension framework. The actual text of the section was removed prior to the previous draft and replaced with an ednote requesting feedback on the removal. As none was received the subsection has now been completely removed along with the corresponding bibliography entry.</td>
    </tr>
    <tr>
      <td>20011121</td> <td>MJH</td> <td>Added appendix for mapping application names to XML element names. Added cross references to encoding and RPC sections to point readers to the new appendix. (Issue 1)</td>
    </tr>
    <tr>
      <td>20011029</td> <td>MJH</td> <td>Added text to state that SOAP
      is no longer an acronym (Issue 125)</td>
    </tr>
    <tr>
      <td>20011029</td><td>MJH</td><td>Amended introductory text (Issue 148)</td>
    </tr>
    <tr>
      <td>20011029</td><td>MJH</td><td>Amended introductory text (Issue 147)</td>
    </tr>
    <tr>
      <td>20011029</td><td>MJH</td><td>Amended abstract (Issue 147)</td>
    </tr>
    <tr>
      <td>20011026</td> <td>MJG</td> <td>Amended BNF for
      arrayTypeValue to use form from XML 1.0 Rec (Issue 162)</td>
	</tr>
    <tr>
      <td>20011026</td> <td>MJG</td> <td>Amended prose related to DTDs
      and PIs (Issue 4)</td>
	</tr>
    <tr>
      <td>20011026</td> <td>MJG</td> <td>Updated schema change table to list change from ur-type to anyType</td>
	</tr>
    <tr>
      <td>20011026</td> <td>MJG</td> <td>Added xml declaration to all XML examples with a root of env:Envelope or xs:schema</td>
	</tr>
    <tr>
      <td>20011024</td> <td>MJG</td> <td>Changed media type from text/xml to application/soap and added associated ednote</td>
	</tr>
    <tr>
      <td>20010926</td> <td>MJG</td> <td>Updated member list</td>
	</tr>
    <tr>
      <td>20010926</td> <td>MJG</td> <td>Updated ednote in section 6.4</td>
	</tr>
    <tr>
      <td>20010926</td> <td>MJG</td> <td>Changed rpc namespace to http://www.w3.org/2001/09/soap-rpc</td>
	</tr>
    <tr>
      <td>20010921</td> <td>MJG</td> <td>Added rpc namespace to list
      in Section 2</td>
	</tr>
    <tr>
      <td>20010921</td> <td>MJG</td> <td>Added new schema for rpc result element as described in section 5.1</td>
	</tr>
    <tr>
      <td>20010921</td> <td>MJG</td> <td>Amended section 5.1 to incorporate description of rpc result element</td>
	</tr>
    <tr>
      <td>20010921</td> <td>MJG</td> <td>Changed targetNamespace attribute of encoding schema to http://www.w3.org/2001/09/soap-encoding</td>
	</tr>
    <tr>
      <td>20010921</td> <td>JJM</td> <td>Used text
      proposed by Noah for ednote on SOAPAction.</td>
    </tr>
    <tr>
      <td>20010920</td> <td>JJM</td> <td>Make the wording
      clarification regarding issue 45 (decreasing
      order of precedence).</td>
    </tr>
    <tr>
      <td>20010920</td> <td>JJM</td> <td>Removed current
      security section; added new security subsection to
      HTTP binding section, with a temporary ednote until
      we get text from Henrik and Chris).</td>
    </tr>
    <tr>
      <td>20010920</td> <td>JJM</td> <td>Change the namespace
      of the envelope to http://www.w3.org/2001/09/...</td>
    </tr>
    <tr>
      <td>20010920</td> <td>JJM</td> <td>Add an editorial
      note about why some sections are not written in
      terms of infoset.</td>
    </tr>
    <tr>
      <td>20010920</td> <td>JJM</td> <td>Add ednote from
      Jacek regarding SOAPAction.</td>
    </tr>
    <tr>
      <td>20010918</td> <td>JJM</td> <td>Added ednote
      to the "SOAPAction" section indicating that a
      HTTP status code needs to be obtained from IANA.</td>
    </tr>
    <tr>
      <td>20010918</td> <td>JJM</td> <td>Removed last
      electrocommerce.org URL from examples.</td>
    </tr>
    <tr>
      <td>20010914</td> <td>JJM</td> <td>Added text
      from Henrik to beef-up the "Data Model" section
      placeholder text.</td>
    </tr>
    <tr>
      <td>20010914</td> <td>JJM</td> <td>Back to "Adjuncts" again.</td>
    </tr>
    <tr>
      <td>20010914</td> <td>JJM</td> <td>Fixed issues
      124, 126, 127, 128 and 132.</td>
    </tr>
    <tr>
      <td>20010914</td> <td>JJM</td> <td>Fixed typos and indentation.</td>
    </tr>
    <tr>
      <td>20010914</td> <td>JJM</td> <td>Reference the XML InfoSet
      Proposed Recommendation instead of the Candidate Recommendation.</td>
    </tr>
    <tr>
      <td>20010911</td> <td>JJM</td> <td>Changed XML Information Set into a
      normative reference. Changed XML Protocol Comments Archive,
      Discussion Archive and Charter into non-normative references.
      Added a reference to RFC2396 in section 4, 3rd paragraph.</td>
    </tr>
    <tr>
      <td>20010905</td> <td>MJH</td> <td>Wordsmithed abstract and
      introduction to better reflect split into parts 1 and
      2. Rationalised list of references so only cited works
      appear. Removed envelope schema changes. Added bibref entries
      for cross references to Part 1, fixed links so they target the
      HTML instead of XML version of the doc.</td>
    </tr>
    <tr>
      <td>20010831</td> <td>JJM</td> <td>Added a close paragraph tag before starting
      a new olist or ulist.</td>
    </tr>
    <tr>
      <td>20010831</td> <td>JJM</td> <td>Properly declared the language for the spec,
      so that we can generate valid HTML.</td>
    </tr>
    <tr>
      <td>20010831</td> <td>JJM</td> <td>Added text from Hugo to emphasize the fact
      that the SOAP root attribute is of type XML Schema boolean.</td>
    </tr>
    <tr>
      <td>20010830</td> <td>MJG</td> <td>Copied "Relation to XML" section from part 1.</td>
    </tr>
    <tr>
      <td>20010830</td> <td>MJG</td> <td>Removed Design Goals section (design goals listed
      relevant to Part 1 not Part 2)</td>
    </tr>
    <tr>
      <td>20010830</td> <td>JJM</td> <td>Removed terminology not relevant to part2.</td>
    </tr>
    <tr>
      <td>20010830</td> <td>JJM</td> <td>Added SOAP examples from part 1, introductory
      sections.</td>
    </tr>
	    <tr>
      <td>20010830</td> <td>JJM</td> <td>Added SOAP example appendix from part1.</td>
    </tr>
    <tr>
      <td>20010830</td> <td>JJM</td> <td>Added a paragraph to section 1 pointing
      to part2 for encoding, rpc and http binding.</td>
    </tr>
    <tr>
      <td>20010830</td> <td>JJM</td> <td>Added a paragraph at the beginning
      of section 3 to cover serializations containing references to data
      outside the serialization, as per 20010829 teleconference.</td>
    </tr>
    <tr>
      <td>20010830</td> <td>JJM</td> <td>Remove 2nd sentence, bullet 5,
      RPC faults section, as per 20010829 teleconference.</td>
    </tr>
    <tr>
      <td>20010830</td> <td>JJM</td> <td>Remove 2nd sentence, bullet 1,
      RPC faults section, as per 20010822 teleconference.</td>
    </tr>
    <tr>
      <td>20010829</td> <td>JJM</td> <td>Added a placeholder for the forthcoming
      Data Model section.</td>
    </tr>
    <tr>
      <td>20010829</td> <td>JJM</td> <td>Removed the Envelope Example section,
      already present in part1.</td>
    </tr>
    <tr>
      <td>20010829</td> <td>JJM</td> <td>Updated the specs title.</td>
    </tr>
    <tr>
      <td>20010829</td> <td>JJM</td> <td>Replaced specref with xspecref
      for references to Part1 items.</td>
    </tr>
    <tr>
      <td>20010829</td> <td>JJM</td> <td>Added bibliography entry for
      SOAP 1.2 Part 1.</td>
    </tr>
    <tr>
      <td>20010829</td> <td>JJM</td> <td>Removed former sections 1, 2,
      3 and 4, and the SOAP versioning appendix. Moved the RPC section
      before the HTTP binding section, as per the 20010815 teleconference
      call.</td>
    </tr>
    <tr>
      <td>20010829</td> <td>JJM</td> <td>Did split the spec into two parts.</td>
    </tr>
    <tr>
      <td>20010829</td> <td>JJM</td> <td>Referred to the proper DTD and
      stylesheet.</td>
    </tr>
    <tr>
      <td>20010829</td> <td>JJM</td> <td>Updated the list of WG members:
      one person per line in the XML file, for easier updating.</td>
    </tr>
    <tr>
      <td>20010816</td> <td>MJH</td> <td>Replaced a mustUnderstand="1"
      with mustUnderstand="true". Slight rewording in mu
      description.</td>
    </tr>
    <tr>
      <td>20010810</td> <td>MJH</td> <td>Merged in RPC fault rules
      text from Jacek. Added new DataEncodingUnknown fault code to
      SOAP Fault Codes section. Added editorial notes about
      introduction of new fault code namespace for RPC.</td>
    </tr>
    <tr>
      <td>20010809</td>
      <td>MJH</td>
      <td>Merged in "mustHappen" descriptive text from Glen and Noah.</td>
    </tr>
    <tr>
      <td>20010809</td>
      <td>MJH</td>
      <td>Fixed language around "default" values of attributes.</td>
    </tr>
    <tr>
      <td>20010809</td>
      <td>MJH</td>
      <td>Removed HTTP extension framework, added editorial note to describe why.</td>
    </tr>
    <tr>
      <td>20010808</td>
      <td>MJH</td>
      <td>Added Infoset "specified" property text from Chris.</td>
    </tr>
    <tr>
      <td>20010808</td>
      <td>MJH</td>
      <td>Removed assumption 4 from version transition appendix.</td>
    </tr>
    <tr>
      <td>20010808</td> <td>MJH</td> <td>Added reference to SOAP 1.1
      specification to references section, removed SOAP 1.1 author list
      from acknowledgments section.</td>
    </tr>
    <tr>
      <td>20010807</td>
      <td>MJH</td>
      <td>Converted specification from HTML to XML conforming to W3C XMLSpec DTD. Numerous resulting formatting changes.</td>
    </tr>
    <tr>
      <td>20010720</td>
      <td>MJG</td>
      <td>Applied Infoset terminology to sections 1, 2, 3 and 4.</td>
    </tr>
    <tr>
      <td>20010629</td>
      <td>MJG</td>
      <td>Amended description of routing and intermediaries in Section
      2.1</td>
    </tr>
    <tr>
      <td>20010629</td>
      <td>JJM</td>
      <td>Changed &quot;latest version&quot; URI to end with soap12&nbsp;</td>
    </tr>
    <tr>
      <td>20010629</td>
      <td>JJM</td>
      <td>Remove &quot;previous version&quot; URI</td>
    </tr>
    <tr>
      <td>20010629</td>
      <td>JJM</td>
      <td>Removed &quot;Editor copy&quot; in &lt;title&gt;</td>
    </tr>
    <tr>
      <td>20010629</td>
      <td>JJM</td>
      <td>Removed &quot;Editor copy&quot; in the title.</td>
    </tr>
    <tr>
      <td>20010629</td>
      <td>JJM</td>
      <td>Added &quot;Previous version&quot; to either point to SOAP/1.1, or explicitly
        mention there was no prior draft.</td>
    </tr>
    <tr>
      <td>20010629</td>
      <td>JJM</td>
      <td>Pre-filed publication URIs.</td>
    </tr>
    <tr>
      <td>20010629</td>
      <td>JJM</td>
      <td>Incorporated Davids suggested changes for the examples in section
        4.1.1 to 4.4.2</td>
    </tr>
    <tr>
      <td>20010629</td>
      <td>JJM</td>
      <td>Fixed some remaining typos.</td>
    </tr>
    <tr>
      <td>20010629</td>
      <td>MJH</td>
      <td>Fixed a couple of typos.</td>
    </tr>
    <tr>
      <td>20010628</td>
      <td>MJG</td>
      <td>Made various formatting, spelling and grammatical fixes.</td>
    </tr>
    <tr>
      <td>20010628</td>
      <td>MJG</td>
      <td>Moved soap:encodingStyle from soap:Envelope to children of soap:Header/soap:Body in examples 1, 2, 47, 48, 49 and 50</td>
    </tr>
    <tr>
      <td>20010628</td>
      <td>MJG</td>
      <td>Changed text in Section 2.1 from "it is both a SOAP sender or a SOAP receiver" to "it is both a SOAP sender and a SOAP receiver"</td>
    </tr>
    <tr>
      <td>20010628</td>
      <td>MJG</td>
      <td>Fixed caption on Example 24</td>
    </tr>
    <tr>
      <td>20010628</td>
      <td>MJH</td>
      <td>Fixed a couple of capitalisation errors where the letter A appeared as a capital in the middle of a sentence.</td>
    </tr>
    <tr>
      <td>20010628</td>
      <td>MJH</td>
      <td>Updated figure 1, removed ednote to do so.</td>
    </tr>
    <tr>
      <td>20010622</td>
      <td>HFN</td>
      <td>Removed the introductory text in terminology section 1.4.3 as it
        talks about model stuff that is covered in section 2. It was left over
        from original glossary which also explained the SOAP model.</td>
    </tr>
    <tr>
      <td>20010622</td>
      <td>HFN</td>
      <td>Moved the definition of block to encapsulation section in
        terminology</td>
    </tr>
    <tr>
      <td>20010622</td>
      <td>HFN</td>
      <td>Removed introductory section in 1.4.1 as this overlaps with the
        model description in section 2 and does not belong in a terminology
        section</td>
    </tr>
    <tr>
      <td>20010622</td>
      <td>HFN</td>
      <td>Removed reference to "Web Characterization
        Terminology &amp; Definitions Sheet" in terminology section as
        this is not an active WD</td>
    </tr>
    <tr>
      <td>20010622</td>
      <td>HFN</td>
      <td>Added revised glossary</td>
    </tr>
    <tr>
      <td>20010622</td>
      <td>HFN</td>
      <td>Added example 0 to section 1.3 and slightly modified text for
        example 1 and 2 to make it clear that HTTP is used as a protocol
        binding</td>
    </tr>
    <tr>
      <td>20010622</td>
      <td>MJG</td>
      <td>Added http://example.com/... to list of application/context specific
        URIs in section 1.2</td>
    </tr>
    <tr>
      <td>20010622</td>
      <td>MJG</td>
      <td>Updated examples in section 4.1.1 to be encodingStyle attributes
        rather than just the values of attributes</td>
    </tr>
    <tr>
      <td>20010622</td>
      <td>MJG</td>
      <td>Added table.norm, td.normitem and td.normtext styles to stylesheet.
        Used said styles for table of fault code values in section 4.4.1</td>
    </tr>
    <tr>
      <td>20010622</td>
      <td>MJG</td>
      <td>In Appendix C, changed upgrade element to Upgrade and env to
        envelope. Made envelope unqualified. Updated schema document to
      match.</td>
    </tr>
    <tr>
      <td>20010622</td>
      <td>MJG</td>
      <td>Moved MisunderstoodHeader from envelope schema into separate faults
        schema. Removed entry in envelope schema change table in Appendix D.2
        that referred to addition of said element. Modified example in section
        4.4.2 to match. Added reference to schema document to section
      4.4.2</td>
    </tr>
    <tr>
      <td>20010622</td>
      <td>MJH</td>
      <td>Added binding as a component of SOAP in introduction. Fixed a couple
        of typos and updated a couple of example captions.</td>
    </tr>
    <tr>
      <td>20010622</td>
      <td>MJG</td>
      <td>Made BNF in section 6.1.1 into a table.</td>
    </tr>
    <tr>
      <td>20010622</td>
      <td>MJG</td>
      <td>Made BNFs in section 5.1 clause 8 into tables. Added associated
        'bnf' style for table and td elements to stylesheet</td>
    </tr>
    <tr>
      <td>20010622</td>
      <td>MJG</td>
      <td>Amended text regarding namespace prefix mappings in section 1.2</td>
    </tr>
    <tr>
      <td>20010622</td>
      <td>MJG</td>
      <td>Added link to schema for the http://www.w3.org/2001/06/soap-upgrade
        namespace to Appendix C. Updated associated ednote.</td>
    </tr>
    <tr>
      <td>20010622</td>
      <td>MJG</td>
      <td>Added reference numbers for XML Schema Recommendation to text prior
        to schema change tables in Appendix D.2 and linked said numbers to
        local references in this document</td>
    </tr>
    <tr>
      <td>20010622</td>
      <td>MJG</td>
      <td>Reordered entries in schema change classification table in Appendix
        D.2</td>
    </tr>
    <tr>
      <td>20010622</td>
      <td>MJG</td>
      <td>Changed type of mustUnderstand and root attributes to standard
        boolean and updated schema change tables in Appendix D.2
      accordingly</td>
    </tr>
    <tr>
      <td>20010622</td>
      <td>JJM</td>
      <td>Manually numbered all the examples (53 in total!)</td>
    </tr>
    <tr>
      <td>20010622</td>
      <td>JJM</td>
      <td>Added caption text to all the examples</td>
    </tr>
    <tr>
      <td>20010622</td>
      <td>JJM</td>
      <td>Replaced remaining occurrences of SOAP/1.2 with SOAP Version 1.2
        (including &lt;title&gt;)</td>
    </tr>
    <tr>
      <td>20010621</td>
      <td>HFN</td>
      <td>Added ednote to section 4.2.2 and 4.2.3 that we know they have to be
        incorporated with section 2</td>
    </tr>
    <tr>
      <td>20010621</td>
      <td>HFN</td>
      <td>Added version transition appendix C</td>
    </tr>
    <tr>
      <td>20010621</td>
      <td>HFN</td>
      <td>Applied new styles to examples</td>
    </tr>
    <tr>
      <td>20010621</td>
      <td>HFN</td>
      <td>Changed term "transport" to "underlying protocol"</td>
    </tr>
    <tr>
      <td>20010621</td>
      <td>HFN</td>
      <td>Changed example URNs to URLs of the style
      http://example.org/...</td>
    </tr>
    <tr>
      <td>20010621</td>
      <td>MJH</td>
      <td>Updated the Acknowledgements section.</td>
    </tr>
    <tr>
      <td>20010621</td>
      <td>JJM</td>
      <td>Added new style sheet definitions (from XML Schema) for examples,
        and used them for example 1 and 2.</td>
    </tr>
    <tr>
      <td>20010621</td>
      <td>JJM</td>
      <td>Incorporated David Fallsides comments on section Status and Intro
        sections.</td>
    </tr>
    <tr>
      <td>20010620</td>
      <td>HFN</td>
      <td>Changed the status section</td>
    </tr>
    <tr>
      <td>20010620</td>
      <td>HFN</td>
      <td>Changed title to SOAP Version 1.2 and used that first time in
        abstract and in body</td>
    </tr>
    <tr>
      <td>20010620</td>
      <td>HFN</td>
      <td>Removed question from section 2.4 as this is an issue and is to be
        listed in the issues list</td>
    </tr>
    <tr>
      <td>20010620</td>
      <td>HFN</td>
      <td>Moved change log to appendix</td>
    </tr>
    <tr>
      <td>20010615</td>
      <td>JJM</td>
      <td>Renamed default actor to anonymous actor for now (to be
      consistent)</td>
    </tr>
    <tr>
      <td>20010615</td>
      <td>JJM</td>
      <td>Fixed typos in section 2</td>
    </tr>
    <tr>
      <td>20010614</td>
      <td>JJM</td>
      <td>Updated section 2 to adopt the terminology used elsewhere in the
        spec.</td>
    </tr>
    <tr>
      <td>20010613</td>
      <td>MJH</td>
      <td>Updated mustUnderstand fault text with additions from Martin
      Gudgin.</td>
    </tr>
    <tr>
      <td>20010613</td>
      <td>MJH</td>
      <td>Added schema changes appendix from Martin Gudgin.</td>
    </tr>
    <tr>
      <td>20010613</td>
      <td>MJH</td>
      <td>Added mustUnderstand fault text from Glen Daniels.</td>
    </tr>
    <tr>
      <td>20010612</td>
      <td>MJH</td>
      <td>Fixed document &lt;title&gt;.</td>
    </tr>
    <tr>
      <td>20010612</td>
      <td>MJH</td>
      <td>Moved terminology subsection from message exchange model section to
        introduction section.</td>
    </tr>
    <tr>
      <td>20010612</td>
      <td>MJH</td>
      <td>Fixed capitalisation errors by replacing "... A SOAP ..." with "...
        a SOAP ..." where appropriate.</td>
    </tr>
    <tr>
      <td>20010612</td>
      <td>MJH</td>
      <td>Removed trailing "/" from encoding namespace URI.</td>
    </tr>
    <tr>
      <td>20010612</td>
      <td>MJH</td>
      <td>Fixed links under namespace URIs to point to W3C space instead of
        schemas.xmlsoap.org.</td>
    </tr>
    <tr>
      <td>20010612</td>
      <td>MJH</td>
      <td>Removed some odd additional links with text of "/" pointing to the
        encoding schema following the text of the encoding namespace URI in
        several places.</td>
    </tr>
    <tr>
      <td>20010611</td>
      <td>MJH</td>
      <td>Incorporated new text for section 2.</td>
    </tr>
    <tr>
      <td>20010611</td>
      <td>JJM</td>
      <td>Changed remaining namespaces, in particular next.</td>
    </tr>
    <tr>
      <td>20010609</td>
      <td>JJM</td>
      <td>Changed the spec name from XMLP/SOAP to SOAP.</td>
    </tr>
    <tr>
      <td>20010609</td>
      <td>JJM</td>
      <td>Changed the version number from 1.1 to 1.2.</td>
    </tr>
    <tr>
      <td>20010609</td>
      <td>JJM</td>
      <td>Changed the namespaces from http://schemas.xmlsoap.org/soap/
        to http://www.w3.org/2001/06/soap-.</td>
    </tr>
    <tr>
      <td>20010609</td>
      <td>JJM</td>
      <td>Replaced the remaining XS and XE prefixes to env and enc,
        respectively.</td>
    </tr>
    <tr>
      <td>20010601</td>
      <td>MJH</td>
      <td>Updated the examples in section 1, 6 and appendix A with text
        suggested by Martin Gudgin to comply with XML Schema
      Recommendation.</td>
    </tr>
    <tr>
      <td>20010601</td>
      <td>JJM</td>
      <td>Updated the examples in section 4 and 5 with text suggested by
        Martin Gudgin, to comply with XML Schema Recommendation.</td>
    </tr>
    <tr>
      <td>20010531</td>
      <td>HFN</td>
      <td>Removed appendices C and D and added links to live issues list and
        separate schema files.</td>
    </tr>
    <tr>
      <td>20010531</td>
      <td>MJH</td>
      <td>Added this change log and updated schemas in appendix C to comply
        with XML Schema Recommendation.</td>
    </tr>
  </tbody>
</table>

      </div2>

      <div2 id="changelog-schemas">
	<head>XML Schema Changes</head>

        <p>The encoding schema has been updated to be
        compliant with the XML Schema Recomendation<bibref ref="XMLSchemaP1"/><bibref ref="XMLSchemaP2"/>. The table
        below shows the categories of change.</p>

<table border="1">
  <caption>Schema Change Categorisation</caption>
  <tbody>
    <tr>
      <th>Class</th>
      <th>Meaning</th>
    </tr>
    <tr>
      <td>Addition</td>
      <td>New constructs have been added to the schema</td>
    </tr>
    <tr>
      <td>Clarification</td>
      <td>The meaning of the schema has been changed to more
        accurately match the specification</td>
    </tr>
    <tr>
      <td>Change</td>
      <td>The schema has been changed due to a change in the specification</td>
    </tr>
    <tr>
      <td>Deletion</td>
      <td>Constructs have been removed from the schema</td>
    </tr>
    <tr>
      <td>Name</td>
      <td>The schema has been changed due to a datatype name
        change in the XML Schema specification</td>
    </tr>
    <tr>
      <td>Namespace</td>
      <td>A namespace name has been changed</td>
    </tr>
    <tr>
      <td>Semantic</td>
      <td>The meaning of the schema has been changed</td>
    </tr>
    <tr>
      <td>Style</td>
      <td>Style changes have been made to the schema</td>
    </tr>
    <tr>
      <td>Syntax</td>
      <td>The syntax of the schema has been updated due to
        changes in the XML Schema specification</td>
    </tr>
  </tbody>
</table>

<p>The table below lists the changes to the encoding schema.</p>

<table border="1">
  <caption>Changes to Encoding Schema</caption>
  <tbody>
    <tr>
      <th>Class</th>
      <th>Description</th>
    </tr>
    <tr>
      <td>Namespace</td>
      <td>Updated to use the http://www.w3.org/2001/XMLSchema
        namespace</td>
    </tr>
    <tr>
      <td>Namespace</td>
      <td>Value of targetNamespace attribute changed to
        http://www.w3.org/2001/06/soap-encoding</td>
    </tr>
    <tr>
      <td>Semantic</td>
      <td>Changed type of the root attribute from restriction of
        boolean that only allowed 0 or 1 as lexical values to the standard
        boolean in the http://www.w3.org/2001/XMLSchema namespace. The lexical
        forms 0, 1, false, true are now allowed.</td>
    </tr>
    <tr>
      <td>Addition</td>
      <td>Added processContents="lax" to all element and
        attribute wildcards</td>
    </tr>
    <tr>
      <td>Syntax</td>
      <td>Changed base64 simple type to be a vacuous restriction
        of the base64Binary type in the http://www.w3.org/2001/XMLSchema
        namespace</td>
    </tr>
    <tr>
      <td>Syntax</td>
      <td>Updated all complex type definitions with simple base
        types to new syntax</td>
    </tr>
    <tr>
      <td>Syntax</td>
      <td>Added &lt;xs:sequence&gt; to all complex type
        definitions derived implicitly from the ur-type</td>
    </tr>
    <tr>
      <td>Syntax</td>
      <td>Added &lt;xs:sequence&gt; to all named model group
        definitions</td>
    </tr>
    <tr>
      <td>Deletion</td>
      <td>Removed the timeDuration datatype</td>
    </tr>
    <tr>
      <td>Addition</td>
      <td>Added duration datatype derived by extension from the
        duration datatype in the http://www.w3.org/2001/XMLSchema
      namespace.</td>
    </tr>
    <tr>
      <td>Deletion</td>
      <td>Removed the timeInstant datatype</td>
    </tr>
    <tr>
      <td>Addition</td>
      <td>Added dateTime datatype derived by extension from the
        dateTime datatype in the http://www.w3.org/2001/XMLSchema
      namespace.</td>
    </tr>
    <tr>
      <td>Addition</td>
      <td>Added gYearMonth datatype derived by extension from the
        gYearMonth datatype in the http://www.w3.org/2001/XMLSchema
      namespace.</td>
    </tr>
    <tr>
      <td>Addition</td>
      <td>Added gYear datatype derived by extension from the
        gYear datatype in the http://www.w3.org/2001/XMLSchema namespace.</td>
    </tr>
    <tr>
      <td>Addition</td>
      <td>Added gMonthDay datatype derived by extension from the
        gMonthDay datatype in the http://www.w3.org/2001/XMLSchema
      namespace.</td>
    </tr>
    <tr>
      <td>Addition</td>
      <td>Added gDay datatype derived by extension from the gDay
        datatype in the http://www.w3.org/2001/XMLSchema namespace.</td>
    </tr>
    <tr>
      <td>Addition</td>
      <td>Added gDay datatype derived by extension from the gDay
        datatype in the http://www.w3.org/2001/XMLSchema namespace.</td>
    </tr>
    <tr>
      <td>Deletion</td>
      <td>Removed the binary datatype</td>
    </tr>
    <tr>
      <td>Addition</td>
      <td>Added hexBinary datatype derived by extension from the
        hexBinary datatype in the http://www.w3.org/2001/XMLSchema
      namespace.</td>
    </tr>
    <tr>
      <td>Addition</td>
      <td>Added base64Binary datatype derived by extension from
        the base64Binary datatype in the http://www.w3.org/2001/XMLSchema
        namespace.</td>
    </tr>
    <tr>
      <td>Deletion</td>
      <td>Removed the uriReference datatype</td>
    </tr>
    <tr>
      <td>Addition</td>
      <td>Added anyURI datatype derived by extension from the
        anyURI datatype in the http://www.w3.org/2001/XMLSchema
      namespace.</td>
    </tr>
    <tr>
      <td>Addition</td>
      <td>Added normalizedString datatype derived by extension
        from the normalizedString datatype in the
        http://www.w3.org/2001/XMLSchema namespace.</td>
    </tr>
    <tr>
      <td>Addition</td>
      <td>Added token datatype derived by extension from the
        token datatype in the http://www.w3.org/2001/XMLSchema namespace.</td>
    </tr>
    <tr>
      <td>Clarification</td>
      <td>Added explicit namespace="##any" to all element and
        attribute wildcards which did not previously have an explicit
        namespace attribute</td>
    </tr>
    <tr>
      <td>Style</td>
      <td>Where possible comments have been changed into
        annotations</td>
    </tr>
    <tr>
      <td>Addition</td>
      <td>Added element declaration for anyType</td>
    </tr>
    <tr>
      <td>Deletion</td>
      <td>Removed the ur-type element declaration and complexType definition</td>
    </tr>
    <tr>
      <td>Deletion</td>
      <td>Removed the NOTATION element declaration and complexType definition</td>
    </tr>
    <tr>
      <td>Deletion</td>
      <td>Removed global attribute declarations for attributes associated with sparse arrays.</td>
    </tr>
    <tr>
      <td>Addition</td>
      <td>Added arraySize global attribute decl and associated type definitions</td>
    </tr>
    <tr>
      <td>Addition</td>
      <td>Added itemType global attribute decl</td>
    </tr>
    <tr>
      <td>Change</td>
      <td>Amended arrayAttribute attribute group removing sparse array attributes and adding arraySize and itemType attributes.</td>
    </tr>
	<tr>
	  <td>Change</td>
	  <td>Changed arraySize type to allow nonNegativeIntegers instead of positiveIntegers</td>
	</tr>
  </tbody>
</table>

      </div2>
    </inform-div1>

  </back>
</spec>
