2002/ws/desc/wsdl20 wsdl20.pdf,1.17,1.18 wsdl20.html,1.159,1.160 wsdl20-ie.html,1.21,1.22 wsdl20.xml,1.188,1.189 wsdl20.tex,1.24,1.25 wsdl20-i.html,1.23,1.24 wsdl20.toc,1.13,1.14 wsdl20-bindings.html,1.77,1.78

Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv20887

Modified Files:
	wsdl20.pdf wsdl20.html wsdl20-ie.html wsdl20.xml wsdl20.tex 
	wsdl20-i.html wsdl20.toc wsdl20-bindings.html 
Log Message:
Fixed minor Binding Operation errors introduced by addition of Binding Message Reference.

Index: wsdl20-bindings.html
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-bindings.html,v
retrieving revision 1.77
retrieving revision 1.78
diff -C2 -d -r1.77 -r1.78
*** wsdl20-bindings.html	10 Mar 2005 03:58:52 -0000	1.77
--- wsdl20-bindings.html	10 Mar 2005 21:45:17 -0000	1.78
***************
*** 261,265 ****
  
          <div class="exampleInner"><pre>
! &lt;definitions &gt;
    &lt;binding name="<em>xs:NCName</em>" interface="<em>xs:QName</em>"?
             type="<em>http://www.w3.org/@@@@/@@/wsdl/soap</em>"
--- 261,265 ----
  
          <div class="exampleInner"><pre>
! &lt;description &gt;
    &lt;binding name="<em>xs:NCName</em>" interface="<em>xs:QName</em>"?
             type="<em>http://www.w3.org/@@@@/@@/wsdl/soap</em>"
***************
*** 338,342 ****
      [ &lt;feature /&gt; | &lt;property /&gt; ]*
    &lt;/service&gt;
! &lt;/definitions&gt;
  </pre></div>
  
--- 338,342 ----
      [ &lt;feature /&gt; | &lt;property /&gt; ]*
    &lt;/service&gt;
! &lt;/description&gt;
  </pre></div>
  
***************
*** 437,446 ****
  <h4><a name="soap-version-decl-xml"></a>2.4.3 XML Representation</h4>
  
!           <div class="exampleInner"><pre>&lt;definitions &gt;
    &lt;binding  name="<em>xs:NCName</em>" interface="<em>xs:QName</em>"? type="<em>xs:anyURI</em>"
              <b>wsoap:version</b>="<em>xs:string</em>"? &gt;
      ...
    &lt;/binding&gt;
! &lt;/definitions&gt;
  </pre></div>
            <p>The XML representation for specifying the SOAP version
--- 437,446 ----
  <h4><a name="soap-version-decl-xml"></a>2.4.3 XML Representation</h4>
  
!           <div class="exampleInner"><pre>&lt;description &gt;
    &lt;binding  name="<em>xs:NCName</em>" interface="<em>xs:QName</em>"? type="<em>xs:anyURI</em>"
              <b>wsoap:version</b>="<em>xs:string</em>"? &gt;
      ...
    &lt;/binding&gt;
! &lt;/description&gt;
  </pre></div>
            <p>The XML representation for specifying the SOAP version
***************
*** 525,534 ****
  <h4><a name="soap-binding-decl-xml"></a>2.5.3 XML Representation</h4>
  
!           <div class="exampleInner"><pre>&lt;definitions &gt;
    &lt;binding  name="<em>xs:NCName</em>" interface="<em>xs:QName</em>"? type="<em>xs:anyURI</em>"
              <b>wsoap:protocol</b>="<em>xs:anyURI</em>" &gt;
      ...
    &lt;/binding&gt;
! &lt;/definitions&gt;
  </pre></div>
            <p>The XML representation for specifying the SOAP protocol
--- 525,534 ----
  <h4><a name="soap-binding-decl-xml"></a>2.5.3 XML Representation</h4>
  
!           <div class="exampleInner"><pre>&lt;description &gt;
    &lt;binding  name="<em>xs:NCName</em>" interface="<em>xs:QName</em>"? type="<em>xs:anyURI</em>"
              <b>wsoap:protocol</b>="<em>xs:anyURI</em>" &gt;
      ...
    &lt;/binding&gt;
! &lt;/description&gt;
  </pre></div>
            <p>The XML representation for specifying the SOAP protocol
***************
*** 607,611 ****
  <h4><a name="soap-default-mep-decl-xml"></a>2.6.3 XML Representation</h4>
  
!           <div class="exampleInner"><pre>&lt;definitions &gt;
    &lt;binding  name="<em>xs:NCName</em>" interface="<em>xs:QName</em>"? type="<em>xs:anyURI</em>"
              wsoap:protocol="<em>xs:anyURI</em>"
--- 607,611 ----
  <h4><a name="soap-default-mep-decl-xml"></a>2.6.3 XML Representation</h4>
  
!           <div class="exampleInner"><pre>&lt;description &gt;
    &lt;binding  name="<em>xs:NCName</em>" interface="<em>xs:QName</em>"? type="<em>xs:anyURI</em>"
              wsoap:protocol="<em>xs:anyURI</em>"
***************
*** 613,617 ****
      ...
    &lt;/binding&gt;
! &lt;/definitions&gt;
  </pre></div>
  
--- 613,617 ----
      ...
    &lt;/binding&gt;
! &lt;/description&gt;
  </pre></div>
  
***************
*** 707,711 ****
  <h4><a name="soap-module-decl-xml"></a>2.7.4 XML Representation</h4>
  
!           <div class="exampleInner"><pre>&lt;definitions &gt;
    &lt;binding &gt;
      &lt;<b>wsoap:module</b> uri="uri"
--- 707,711 ----
  <h4><a name="soap-module-decl-xml"></a>2.7.4 XML Representation</h4>
  
!           <div class="exampleInner"><pre>&lt;description &gt;
    &lt;binding &gt;
      &lt;<b>wsoap:module</b> uri="uri"
***************
*** 729,733 ****
      &lt;/operation&gt;
    &lt;/binding&gt;
! &lt;/definitions&gt;
  </pre></div>
  
--- 729,733 ----
      &lt;/operation&gt;
    &lt;/binding&gt;
! &lt;/description&gt;
  </pre></div>
  
***************
*** 876,887 ****
  <h4><a name="soap-fault-decl-xml"></a>2.8.3 XML Representation</h4>
  
!           <div class="exampleInner"><pre>&lt;definitions &gt;
    &lt;binding &gt;
      &lt;fault ref="xs:QName"
             <b>wsoap:code</b>="xs:QName"
!            <b>wsoap:subcodes</b>="list of xs:QName"? /&gt;
      &lt;/fault&gt;*
    &lt;/binding&gt;
! &lt;/definitions&gt;
  </pre></div>
  
--- 876,889 ----
  <h4><a name="soap-fault-decl-xml"></a>2.8.3 XML Representation</h4>
  
!           <div class="exampleInner"><pre>&lt;description &gt;
    &lt;binding &gt;
      &lt;fault ref="xs:QName"
             <b>wsoap:code</b>="xs:QName"
!            <b>wsoap:subcodes</b>="list of xs:QName"? &gt;
!       &lt;documentation /&gt;?
!       [ &lt;feature /&gt; | &lt;property /&gt; ]*
      &lt;/fault&gt;*
    &lt;/binding&gt;
! &lt;/description&gt;
  </pre></div>
  
***************
*** 994,998 ****
  <h4><a name="soap-operation-decl-xml"></a>2.9.3 XML Representation</h4>
  
!           <div class="exampleInner"><pre>&lt;definitions &gt;
    &lt;binding &gt;
      &lt;operation ref="<em>xs:QName</em>" 
--- 996,1000 ----
  <h4><a name="soap-operation-decl-xml"></a>2.9.3 XML Representation</h4>
  
!           <div class="exampleInner"><pre>&lt;description &gt;
    &lt;binding &gt;
      &lt;operation ref="<em>xs:QName</em>" 
***************
*** 1001,1005 ****
      &lt;/operation&gt;
    &lt;/binding&gt;
! &lt;/definitions&gt;
  </pre></div>
  
--- 1003,1007 ----
      &lt;/operation&gt;
    &lt;/binding&gt;
! &lt;/description&gt;
  </pre></div>
  
***************
*** 1264,1268 ****
  
          <div class="exampleInner"><pre>
! &lt;definitions &gt;
    &lt;binding name="<em>xs:NCName</em>" interface="<em>xs:QName</em>"?
             type="<em>http://www.w3.org/@@@@/@@/wsdl/http</em>"
--- 1266,1270 ----
  
          <div class="exampleInner"><pre>
! &lt;description &gt;
    &lt;binding name="<em>xs:NCName</em>" interface="<em>xs:QName</em>"?
             type="<em>http://www.w3.org/@@@@/@@/wsdl/http</em>"
***************
*** 1331,1335 ****
      [ &lt;feature /&gt; | &lt;property /&gt; ]*
    &lt;/service&gt;
! &lt;/definitions&gt;
  </pre></div>
        </div>
--- 1333,1337 ----
      [ &lt;feature /&gt; | &lt;property /&gt; ]*
    &lt;/service&gt;
! &lt;/description&gt;
  </pre></div>
        </div>
***************
*** 1523,1531 ****
  <h4><a name="http-version-decl-xml"></a>3.4.3 XML Representation</h4>
  
!           <div class="exampleInner"><pre>&lt;definitions &gt;
    &lt;binding name="<em>xs:NCName</em>" interface="<em>xs:QName</em>"? type="<em>xs:anyURI</em>"
             <b>whttp:version</b>="<em>xs:string</em>"? &gt;
    &lt;/binding&gt;
! &lt;/definitions&gt;
  </pre></div>
            <p>The XML representation for specifying the HTTP version
--- 1525,1533 ----
  <h4><a name="http-version-decl-xml"></a>3.4.3 XML Representation</h4>
  
!           <div class="exampleInner"><pre>&lt;description &gt;
    &lt;binding name="<em>xs:NCName</em>" interface="<em>xs:QName</em>"? type="<em>xs:anyURI</em>"
             <b>whttp:version</b>="<em>xs:string</em>"? &gt;
    &lt;/binding&gt;
! &lt;/description&gt;
  </pre></div>
            <p>The XML representation for specifying the HTTP version
***************
*** 1610,1618 ****
  <h4><a name="http-default-method-decl-xml"></a>3.5.3 XML Representation</h4>
  
!           <div class="exampleInner"><pre>&lt;definitions &gt;
    &lt;binding name="<em>xs:NCName</em>" interface="<em>xs:QName</em>"? type="<em>xs:anyURI</em>"
             <b>whttp:methodDefault</b>="<em>xs:string</em>"? &gt;
    &lt;/binding&gt;
! &lt;/definitions&gt;
  </pre></div>
            <p>The XML representation for specifying the default HTTP method
--- 1612,1620 ----
  <h4><a name="http-default-method-decl-xml"></a>3.5.3 XML Representation</h4>
  
!           <div class="exampleInner"><pre>&lt;description &gt;
    &lt;binding name="<em>xs:NCName</em>" interface="<em>xs:QName</em>"? type="<em>xs:anyURI</em>"
             <b>whttp:methodDefault</b>="<em>xs:string</em>"? &gt;
    &lt;/binding&gt;
! &lt;/description&gt;
  </pre></div>
            <p>The XML representation for specifying the default HTTP method
***************
*** 1734,1738 ****
            
  <h4><a name="http-operation-decl-xml"></a>3.6.3 XML Representation</h4>
!           <div class="exampleInner"><pre>&lt;definitions&gt;
   &lt;binding&gt;
     &lt;operation ref="<em>xs:QName</em>" 
--- 1736,1740 ----
            
  <h4><a name="http-operation-decl-xml"></a>3.6.3 XML Representation</h4>
!           <div class="exampleInner"><pre>&lt;description&gt;
   &lt;binding&gt;
     &lt;operation ref="<em>xs:QName</em>" 
***************
*** 1744,1748 ****
    &lt;/operation&gt;
   &lt;/binding&gt;
! &lt;/definitions&gt;
  	  </pre></div>
  	  <p>The XML representation for binding an Operation are four
--- 1746,1750 ----
    &lt;/operation&gt;
   &lt;/binding&gt;
! &lt;/description&gt;
  	  </pre></div>
  	  <p>The XML representation for binding an Operation are four
***************
*** 1939,1943 ****
  <h4><a name="http-fault-decl-xml"></a>3.7.3 XML Representation</h4>
  
!           <div class="exampleInner"><pre>&lt;definitions &gt;
    &lt;binding &gt;
      &lt;fault ref="xs:QName"
--- 1941,1945 ----
  <h4><a name="http-fault-decl-xml"></a>3.7.3 XML Representation</h4>
  
!           <div class="exampleInner"><pre>&lt;description &gt;
    &lt;binding &gt;
      &lt;fault ref="xs:QName"
***************
*** 1945,1949 ****
      &lt;/fault&gt;*
    &lt;/binding&gt;
! &lt;/definitions&gt;
  </pre></div>
  
--- 1947,1951 ----
      &lt;/fault&gt;*
    &lt;/binding&gt;
! &lt;/description&gt;
  </pre></div>
  
***************
*** 2555,2559 ****
  <h4><a name="http-transfer-coding-decl-xml"></a>3.10.3 XML Representation</h4>
  
!           <div class="exampleInner"><pre>&lt;definitions &gt;
    &lt;binding name="<em>xs:NCName</em>" interface="<em>xs:QName</em>"? type="<em>xs:anyURI</em>"
             <b>whttp:transferCodingDefault</b>="<em>xs:string</em>"? &gt;
--- 2557,2561 ----
  <h4><a name="http-transfer-coding-decl-xml"></a>3.10.3 XML Representation</h4>
  
!           <div class="exampleInner"><pre>&lt;description &gt;
    &lt;binding name="<em>xs:NCName</em>" interface="<em>xs:QName</em>"? type="<em>xs:anyURI</em>"
             <b>whttp:transferCodingDefault</b>="<em>xs:string</em>"? &gt;
***************
*** 2573,2577 ****
      &lt;/operation&gt;
    &lt;/binding&gt;
! &lt;/definitions&gt;
  </pre></div>
            <p>The XML representation for specifying the default
--- 2575,2579 ----
      &lt;/operation&gt;
    &lt;/binding&gt;
! &lt;/description&gt;
  </pre></div>
            <p>The XML representation for specifying the default
***************
*** 2688,2696 ****
  <h4><a name="http-cookies-decl-xml"></a>3.11.3 XML Representation</h4>
  
!           <div class="exampleInner"><pre>&lt;definitions &gt;
    &lt;binding name="<em>xs:NCName</em>" interface="<em>xs:QName</em>"? type="<em>xs:anyURI</em>"
             <b>whttp:cookies</b>="<em>xs:boolean</em>"? &gt;
    &lt;/binding&gt;
! &lt;/definitions&gt;
  </pre></div>
            <p>The XML representation for specifying the use of HTTP cookies
--- 2690,2698 ----
  <h4><a name="http-cookies-decl-xml"></a>3.11.3 XML Representation</h4>
  
!           <div class="exampleInner"><pre>&lt;description &gt;
    &lt;binding name="<em>xs:NCName</em>" interface="<em>xs:QName</em>"? type="<em>xs:anyURI</em>"
             <b>whttp:cookies</b>="<em>xs:boolean</em>"? &gt;
    &lt;/binding&gt;
! &lt;/description&gt;
  </pre></div>
            <p>The XML representation for specifying the use of HTTP cookies
***************
*** 2787,2791 ****
  <h4><a name="http-auth-decl-xml"></a>3.12.3 XML Representation</h4>
  
!           <div class="exampleInner"><pre>&lt;definitions&gt;
    &lt;service&gt;
      &lt;endpoint name="<em>xs:NCName</em>" binding="<em>xs:QName</em>" address="<em>xs:anyURI</em>"? &gt;
--- 2789,2793 ----
  <h4><a name="http-auth-decl-xml"></a>3.12.3 XML Representation</h4>
  
!           <div class="exampleInner"><pre>&lt;description&gt;
    &lt;service&gt;
      &lt;endpoint name="<em>xs:NCName</em>" binding="<em>xs:QName</em>" address="<em>xs:anyURI</em>"? &gt;
***************
*** 2794,2798 ****
      &lt;/endpoint&gt;
    &lt;/service&gt;
! &lt;/definitions&gt;</pre></div>
  
            <p>The XML representation for specifying the use of HTTP
--- 2796,2800 ----
      &lt;/endpoint&gt;
    &lt;/service&gt;
! &lt;/description&gt;</pre></div>
  
            <p>The XML representation for specifying the use of HTTP
***************
*** 3173,3176 ****
--- 3175,3190 ----
  
  <tr>
+  <td rowspan="1" colspan="1">20050310</td>
+  <td rowspan="1" colspan="1">JJM</td>
+  <td rowspan="1" colspan="1">Replaced &lt;definitions&gt; with &lt;description&gt;.
+ 	 </td>
+ </tr>
+ <tr>
+  <td rowspan="1" colspan="1">20050310</td>
+  <td rowspan="1" colspan="1">JJM</td>
+  <td rowspan="1" colspan="1">Fixed missing fault pseudo-schema.
+ 	 </td>
+ </tr>
+ <tr>
   <td rowspan="1" colspan="1">20050301</td>
   <td rowspan="1" colspan="1">RRC</td>

Index: wsdl20.tex
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.tex,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** wsdl20.tex	10 Mar 2005 16:40:06 -0000	1.24
--- wsdl20.tex	10 Mar 2005 21:45:17 -0000	1.25
***************
*** 5346,5349 ****
--- 5346,5352 ----
              Reference components
  
+             \item \{fault references\} OPTIONAL. A set of Binding Fault
+             Reference components
+ 
              \item \{features\} OPTIONAL. A set of Feature
              components.
***************
*** 5419,5423 ****
            ref="xs:QName" >
        <documentation />?
!       [ <input /> | <output /> | <feature /> | <property /> ]*
      </operation>
    </binding>
--- 5422,5426 ----
            ref="xs:QName" >
        <documentation />?
!       [ <input /> | <output /> | <infault /> | <outfault /> | <feature /> | <property /> ]*
      </operation>
    </binding>
***************
*** 7104,7148 ****
  		  
  		    \multicolumn{1}{|c}{\bf }&
! 		    \multicolumn{1}{|c}{\bf Directly in WSDL}&
! 		    \multicolumn{1}{|c|}{\bf In schema}
  		  \\ \hline 
  		  
! 		    \texttt{xs:import}&
  			
! 			All components from the imported namespace are visible to WSDL
! 			(the schema must have an identical targetNamespace).
  			&
  			
! 			Components imported by the schema itself are NOT visible to WSDL.
  			
  		  \\ \hline 
  		  
! 		    \texttt{xs:include}&
  			
! 			All components included are visible to WSDL
! 			(the included schema must NOT have a namespace already).
  			&
  			
! 			All components included by the schema itself are visible to WSDL
! 			(the schema included in the schema must NOT have a namespace already).
  			
  		  \\ \hline 
  		  
! 		    \texttt{wsdl:import}&
  			
! 			The embedded schemas contained in the imported WSDL document are NOT visible to WSDL.
  			&
  			
! 			n/a
  			
  		  \\ \hline 
  		  
! 		    \texttt{wsdl:include}&
  			
! 			The embedded schemas contained in the included WSDL are visible to WSDL
! 			(as long as they share the same targetNamespace).
  			&
  			
! 			n/a
  			
  		  \\ \hline 
--- 7107,7151 ----
  		  
  		    \multicolumn{1}{|c}{\bf }&
! 		    \multicolumn{1}{|c}{\bf XML Representation}&
! 		    \multicolumn{1}{|c|}{\bf Visibility of XML Schema Components}
  		  \\ \hline 
  		  
! 		    Including description&
  			
! 			description/include
  			&
  			
! 			XML Schema components in the included Description component's
! 			\{element declarations\} and \{type definitions\} properties are visible.
  			
  		  \\ \hline 
  		  
! 		    Importing description&
  			
! 			description/import
  			&
  			
! 			None of the XML Schema Components in the imported Description
! 			component are visible.
  			
  		  \\ \hline 
  		  
! 		    Importing XML Schema&
  			
! 			description/xs:import
  			&
  			
! 			Element Declaration and Type Definition components in the
! 			imported namespace are visible.
  			
  		  \\ \hline 
  		  
! 		    Embedded XML Schema&
  			
! 			description/types/xs:schema
  			&
  			
! 			Element Declaration and Type Definition components in the
! 			embedded XML Schema are visible.
  			
  		  \\ \hline 
***************
*** 9402,9405 ****
--- 9405,9424 ----
      
      
+     	20050310&
+     	AGR&
+     	
+     		Fixed minor Binding Operation errors introduced by addition of Binding Message Reference.
+     	
+     \\ \hline 
+     
+     
+     	20050310&
+     	JJM&
+     	
+     		Replaced schema visibility table with Asir's revised version.
+     	
+     \\ \hline 
+     
+     
      	20050309&
      	AGR&

Index: wsdl20.toc
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.toc,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** wsdl20.toc	10 Mar 2005 03:58:52 -0000	1.13
--- wsdl20.toc	10 Mar 2005 21:45:17 -0000	1.14
***************
*** 131,135 ****
  \contentsline {section}{\numberline {3.1}Using W3C XML Schema Description Language}{102}{section.3.1}
  \contentsline {subsection}{\numberline {3.1.1}Importing XML Schema}{103}{subsection.3.1.1}
! \contentsline {subsubsection}{\texttt {namespace} \textit {attribute information item}}{104}{section*.49}
  \contentsline {subsubsection}{\texttt {schemaLocation} \textit {attribute information item}}{104}{section*.50}
  \contentsline {subsection}{\numberline {3.1.2}Embedding XML Schema}{104}{subsection.3.1.2}
--- 131,135 ----
  \contentsline {section}{\numberline {3.1}Using W3C XML Schema Description Language}{102}{section.3.1}
  \contentsline {subsection}{\numberline {3.1.1}Importing XML Schema}{103}{subsection.3.1.1}
! \contentsline {subsubsection}{\texttt {namespace} \textit {attribute information item}}{103}{section*.49}
  \contentsline {subsubsection}{\texttt {schemaLocation} \textit {attribute information item}}{104}{section*.50}
  \contentsline {subsection}{\numberline {3.1.2}Embedding XML Schema}{104}{subsection.3.1.2}

Index: wsdl20.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.xml,v
retrieving revision 1.188
retrieving revision 1.189
diff -C2 -d -r1.188 -r1.189
*** wsdl20.xml	10 Mar 2005 16:35:57 -0000	1.188
--- wsdl20.xml	10 Mar 2005 21:45:16 -0000	1.189
***************
*** 5259,5262 ****
--- 5259,5265 ----
              Reference components</p></item>
  
+             <item><p>{fault references} OPTIONAL. A set of Binding Fault
+             Reference components</p></item>
+ 
              <item><p>{features} OPTIONAL. A set of Feature
              components.</p></item>
***************
*** 5328,5332 ****
            ref=&quot;<emph>xs:QName</emph>&quot; &gt;
        &lt;documentation /&gt;?
!       [ &lt;input /&gt; | &lt;output /&gt; | &lt;feature /&gt; | &lt;property /&gt; ]*
      &lt;/<b>operation</b>&gt;
    &lt;/binding&gt;
--- 5331,5335 ----
            ref=&quot;<emph>xs:QName</emph>&quot; &gt;
        &lt;documentation /&gt;?
!       [ &lt;input /&gt; | &lt;output /&gt; | &lt;infault /&gt; | &lt;outfault /&gt; | &lt;feature /&gt; | &lt;property /&gt; ]*
      &lt;/<b>operation</b>&gt;
    &lt;/binding&gt;
***************
*** 9163,9166 ****
--- 9166,9177 ----
      <tr>
      	<td>20050310</td>
+     	<td>AGR</td>
+     	<td>
+     		Fixed minor Binding Operation errors introduced by addition of Binding Message Reference.
+     	</td>
+     </tr>
+     
+     <tr>
+     	<td>20050310</td>
      	<td>JJM</td>
      	<td>

Index: wsdl20-ie.html
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-ie.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** wsdl20-ie.html	10 Mar 2005 04:12:57 -0000	1.21
--- wsdl20-ie.html	10 Mar 2005 21:45:16 -0000	1.22
***************
*** 4863,4866 ****
--- 4863,4869 ----
              Reference components</p></li>
  
+             <li><p>{fault references} OPTIONAL. A set of Binding Fault
+             Reference components</p></li>
+ 
              <li><p>{features} OPTIONAL. A set of Feature
              components.</p></li>
***************
*** 4920,4924 ****
            ref="<em>xs:QName</em>" &gt;
        &lt;documentation /&gt;?
!       [ &lt;input /&gt; | &lt;output /&gt; | &lt;feature /&gt; | &lt;property /&gt; ]*
      &lt;/<b>operation</b>&gt;
    &lt;/binding&gt;
--- 4923,4927 ----
            ref="<em>xs:QName</em>" &gt;
        &lt;documentation /&gt;?
!       [ &lt;input /&gt; | &lt;output /&gt; | &lt;infault /&gt; | &lt;outfault /&gt; | &lt;feature /&gt; | &lt;property /&gt; ]*
      &lt;/<b>operation</b>&gt;
    &lt;/binding&gt;
***************
*** 6509,6553 ****
  		  <tr>
  		    <th rowspan="1" colspan="1"></th>
! 		    <th rowspan="1" colspan="1">Directly in WSDL</th>
! 		    <th rowspan="1" colspan="1">In schema</th>
  		  </tr>
  		  <tr>
! 		    <td rowspan="1" colspan="1"><code>xs:import</code> </td>
  			<td rowspan="1" colspan="1">
! 			All components from the imported namespace are visible to WSDL
! 			(the schema must have an identical targetNamespace).
  			</td>
  			<td rowspan="1" colspan="1">
! 			Components imported by the schema itself are NOT visible to WSDL.
  			</td>
  		  </tr>
  		  <tr>
! 		    <td rowspan="1" colspan="1"><code>xs:include</code> </td>
  			<td rowspan="1" colspan="1">
! 			All components included are visible to WSDL
! 			(the included schema must NOT have a namespace already).
  			</td>
  			<td rowspan="1" colspan="1">
! 			All components included by the schema itself are visible to WSDL
! 			(the schema included in the schema must NOT have a namespace already).
  			</td>
  		  </tr>
  		  <tr>
! 		    <td rowspan="1" colspan="1"><code>wsdl:import</code> </td>
  			<td rowspan="1" colspan="1">
! 			The embedded schemas contained in the imported WSDL document are NOT visible to WSDL.
  			</td>
  			<td rowspan="1" colspan="1">
! 			n/a
  			</td>
  		  </tr>
  		  <tr>
! 		    <td rowspan="1" colspan="1"><code>wsdl:include</code> </td>
  			<td rowspan="1" colspan="1">
! 			The embedded schemas contained in the included WSDL are visible to WSDL
! 			(as long as they share the same targetNamespace).
  			</td>
  			<td rowspan="1" colspan="1">
! 			n/a
  			</td>
  		  </tr>
--- 6512,6556 ----
  		  <tr>
  		    <th rowspan="1" colspan="1"></th>
! 		    <th rowspan="1" colspan="1">XML Representation</th>
! 		    <th rowspan="1" colspan="1">Visibility of XML Schema Components</th>
  		  </tr>
  		  <tr>
! 		    <td rowspan="1" colspan="1">Including description</td>
  			<td rowspan="1" colspan="1">
! 			description/include
  			</td>
  			<td rowspan="1" colspan="1">
! 			XML Schema components in the included Description component's
! 			{element declarations} and {type definitions} properties are visible.
  			</td>
  		  </tr>
  		  <tr>
! 		    <td rowspan="1" colspan="1">Importing description</td>
  			<td rowspan="1" colspan="1">
! 			description/import
  			</td>
  			<td rowspan="1" colspan="1">
! 			None of the XML Schema Components in the imported Description
! 			component are visible.
  			</td>
  		  </tr>
  		  <tr>
! 		    <td rowspan="1" colspan="1">Importing XML Schema</td>
  			<td rowspan="1" colspan="1">
! 			description/xs:import
  			</td>
  			<td rowspan="1" colspan="1">
! 			Element Declaration and Type Definition components in the
! 			imported namespace are visible.
  			</td>
  		  </tr>
  		  <tr>
! 		    <td rowspan="1" colspan="1">Embedded XML Schema</td>
  			<td rowspan="1" colspan="1">
! 			description/types/xs:schema
  			</td>
  			<td rowspan="1" colspan="1">
! 			Element Declaration and Type Definition components in the
! 			embedded XML Schema are visible.
  			</td>
  		  </tr>
***************
*** 8731,8734 ****
--- 8734,8753 ----
      
      <tr>
+     	<td rowspan="1" colspan="1">20050310</td>
+     	<td rowspan="1" colspan="1">AGR</td>
+     	<td rowspan="1" colspan="1">
+     		Fixed minor Binding Operation errors introduced by addition of Binding Message Reference.
+     	</td>
+     </tr>
+     
+     <tr>
+     	<td rowspan="1" colspan="1">20050310</td>
+     	<td rowspan="1" colspan="1">JJM</td>
+     	<td rowspan="1" colspan="1">
+     		Replaced schema visibility table with Asir's revised version.
+     	</td>
+     </tr>
+     
+     <tr>
      	<td rowspan="1" colspan="1">20050309</td>
      	<td rowspan="1" colspan="1">AGR</td>

Index: wsdl20-i.html
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-i.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** wsdl20-i.html	10 Mar 2005 04:12:57 -0000	1.23
--- wsdl20-i.html	10 Mar 2005 21:45:17 -0000	1.24
***************
*** 4861,4864 ****
--- 4861,4867 ----
              Reference components</p></li>
  
+             <li><p>{fault references} OPTIONAL. A set of Binding Fault
+             Reference components</p></li>
+ 
              <li><p>{features} OPTIONAL. A set of Feature
              components.</p></li>
***************
*** 4918,4922 ****
            ref="<em>xs:QName</em>" &gt;
        &lt;documentation /&gt;?
!       [ &lt;input /&gt; | &lt;output /&gt; | &lt;feature /&gt; | &lt;property /&gt; ]*
      &lt;/<b>operation</b>&gt;
    &lt;/binding&gt;
--- 4921,4925 ----
            ref="<em>xs:QName</em>" &gt;
        &lt;documentation /&gt;?
!       [ &lt;input /&gt; | &lt;output /&gt; | &lt;infault /&gt; | &lt;outfault /&gt; | &lt;feature /&gt; | &lt;property /&gt; ]*
      &lt;/<b>operation</b>&gt;
    &lt;/binding&gt;
***************
*** 6507,6551 ****
  		  <tr>
  		    <th rowspan="1" colspan="1"></th>
! 		    <th rowspan="1" colspan="1">Directly in WSDL</th>
! 		    <th rowspan="1" colspan="1">In schema</th>
  		  </tr>
  		  <tr>
! 		    <td rowspan="1" colspan="1"><code>xs:import</code> </td>
  			<td rowspan="1" colspan="1">
! 			All components from the imported namespace are visible to WSDL
! 			(the schema must have an identical targetNamespace).
  			</td>
  			<td rowspan="1" colspan="1">
! 			Components imported by the schema itself are NOT visible to WSDL.
  			</td>
  		  </tr>
  		  <tr>
! 		    <td rowspan="1" colspan="1"><code>xs:include</code> </td>
  			<td rowspan="1" colspan="1">
! 			All components included are visible to WSDL
! 			(the included schema must NOT have a namespace already).
  			</td>
  			<td rowspan="1" colspan="1">
! 			All components included by the schema itself are visible to WSDL
! 			(the schema included in the schema must NOT have a namespace already).
  			</td>
  		  </tr>
  		  <tr>
! 		    <td rowspan="1" colspan="1"><code>wsdl:import</code> </td>
  			<td rowspan="1" colspan="1">
! 			The embedded schemas contained in the imported WSDL document are NOT visible to WSDL.
  			</td>
  			<td rowspan="1" colspan="1">
! 			n/a
  			</td>
  		  </tr>
  		  <tr>
! 		    <td rowspan="1" colspan="1"><code>wsdl:include</code> </td>
  			<td rowspan="1" colspan="1">
! 			The embedded schemas contained in the included WSDL are visible to WSDL
! 			(as long as they share the same targetNamespace).
  			</td>
  			<td rowspan="1" colspan="1">
! 			n/a
  			</td>
  		  </tr>
--- 6510,6554 ----
  		  <tr>
  		    <th rowspan="1" colspan="1"></th>
! 		    <th rowspan="1" colspan="1">XML Representation</th>
! 		    <th rowspan="1" colspan="1">Visibility of XML Schema Components</th>
  		  </tr>
  		  <tr>
! 		    <td rowspan="1" colspan="1">Including description</td>
  			<td rowspan="1" colspan="1">
! 			description/include
  			</td>
  			<td rowspan="1" colspan="1">
! 			XML Schema components in the included Description component's
! 			{element declarations} and {type definitions} properties are visible.
  			</td>
  		  </tr>
  		  <tr>
! 		    <td rowspan="1" colspan="1">Importing description</td>
  			<td rowspan="1" colspan="1">
! 			description/import
  			</td>
  			<td rowspan="1" colspan="1">
! 			None of the XML Schema Components in the imported Description
! 			component are visible.
  			</td>
  		  </tr>
  		  <tr>
! 		    <td rowspan="1" colspan="1">Importing XML Schema</td>
  			<td rowspan="1" colspan="1">
! 			description/xs:import
  			</td>
  			<td rowspan="1" colspan="1">
! 			Element Declaration and Type Definition components in the
! 			imported namespace are visible.
  			</td>
  		  </tr>
  		  <tr>
! 		    <td rowspan="1" colspan="1">Embedded XML Schema</td>
  			<td rowspan="1" colspan="1">
! 			description/types/xs:schema
  			</td>
  			<td rowspan="1" colspan="1">
! 			Element Declaration and Type Definition components in the
! 			embedded XML Schema are visible.
  			</td>
  		  </tr>
***************
*** 8729,8732 ****
--- 8732,8751 ----
      
      <tr>
+     	<td rowspan="1" colspan="1">20050310</td>
+     	<td rowspan="1" colspan="1">AGR</td>
+     	<td rowspan="1" colspan="1">
+     		Fixed minor Binding Operation errors introduced by addition of Binding Message Reference.
+     	</td>
+     </tr>
+     
+     <tr>
+     	<td rowspan="1" colspan="1">20050310</td>
+     	<td rowspan="1" colspan="1">JJM</td>
+     	<td rowspan="1" colspan="1">
+     		Replaced schema visibility table with Asir's revised version.
+     	</td>
+     </tr>
+     
+     <tr>
      	<td rowspan="1" colspan="1">20050309</td>
      	<td rowspan="1" colspan="1">AGR</td>

Index: wsdl20.pdf
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.pdf,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** wsdl20.pdf	10 Mar 2005 16:40:05 -0000	1.17
--- wsdl20.pdf	10 Mar 2005 21:45:16 -0000	1.18
***************
*** 826,838 ****
  endobj
  557 0 obj <<
! /Length 992       
  /Filter /FlateDecode
  >>
  stream
! xڝVKo6W@) DꝓwH=0c%bwfH9Y$E! zZ[(@sZ@B\ ?`ڠǮnу=)9ȑ2cz$ج5z Hxd:|io
RD`ޗ9;ROR=y
,p$#$OR
! GZG2ͭO3)lOǬ@8&bvc(Csl(E^|Mj\Y2'C[/KP}JtN'A.! qJ	ػ4kh8t"W˜V΍xuHf^p2
[...7514 lines suppressed...]
! 0000805711 00000 n 
  trailer
  <<
***************
*** 18703,18709 ****
  /Root 2656 0 R
  /Info 2657 0 R
! /ID [<64ED4850B5F8DDE3C09CC472C49F3001> <64ED4850B5F8DDE3C09CC472C49F3001>]
  >>
  startxref
! 805672
  %%EOF
--- 18694,18700 ----
  /Root 2656 0 R
  /Info 2657 0 R
! /ID [<E52DA182524277EBA0F153DE4CA31685> <E52DA182524277EBA0F153DE4CA31685>]
  >>
  startxref
! 805959
  %%EOF

Index: wsdl20.html
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.html,v
retrieving revision 1.159
retrieving revision 1.160
diff -C2 -d -r1.159 -r1.160
*** wsdl20.html	10 Mar 2005 04:12:57 -0000	1.159
--- wsdl20.html	10 Mar 2005 21:45:16 -0000	1.160
***************
*** 4861,4864 ****
--- 4861,4867 ----
              Reference components</p></li>
  
+             <li><p>{fault references} OPTIONAL. A set of Binding Fault
+             Reference components</p></li>
+ 
              <li><p>{features} OPTIONAL. A set of Feature
              components.</p></li>
***************
*** 4918,4922 ****
            ref="<em>xs:QName</em>" &gt;
        &lt;documentation /&gt;?
!       [ &lt;input /&gt; | &lt;output /&gt; | &lt;feature /&gt; | &lt;property /&gt; ]*
      &lt;/<b>operation</b>&gt;
    &lt;/binding&gt;
--- 4921,4925 ----
            ref="<em>xs:QName</em>" &gt;
        &lt;documentation /&gt;?
!       [ &lt;input /&gt; | &lt;output /&gt; | &lt;infault /&gt; | &lt;outfault /&gt; | &lt;feature /&gt; | &lt;property /&gt; ]*
      &lt;/<b>operation</b>&gt;
    &lt;/binding&gt;
***************
*** 6507,6551 ****
  		  <tr>
  		    <th rowspan="1" colspan="1"></th>
! 		    <th rowspan="1" colspan="1">Directly in WSDL</th>
! 		    <th rowspan="1" colspan="1">In schema</th>
  		  </tr>
  		  <tr>
! 		    <td rowspan="1" colspan="1"><code>xs:import</code> </td>
  			<td rowspan="1" colspan="1">
! 			All components from the imported namespace are visible to WSDL
! 			(the schema must have an identical targetNamespace).
  			</td>
  			<td rowspan="1" colspan="1">
! 			Components imported by the schema itself are NOT visible to WSDL.
  			</td>
  		  </tr>
  		  <tr>
! 		    <td rowspan="1" colspan="1"><code>xs:include</code> </td>
  			<td rowspan="1" colspan="1">
! 			All components included are visible to WSDL
! 			(the included schema must NOT have a namespace already).
  			</td>
  			<td rowspan="1" colspan="1">
! 			All components included by the schema itself are visible to WSDL
! 			(the schema included in the schema must NOT have a namespace already).
  			</td>
  		  </tr>
  		  <tr>
! 		    <td rowspan="1" colspan="1"><code>wsdl:import</code> </td>
  			<td rowspan="1" colspan="1">
! 			The embedded schemas contained in the imported WSDL document are NOT visible to WSDL.
  			</td>
  			<td rowspan="1" colspan="1">
! 			n/a
  			</td>
  		  </tr>
  		  <tr>
! 		    <td rowspan="1" colspan="1"><code>wsdl:include</code> </td>
  			<td rowspan="1" colspan="1">
! 			The embedded schemas contained in the included WSDL are visible to WSDL
! 			(as long as they share the same targetNamespace).
  			</td>
  			<td rowspan="1" colspan="1">
! 			n/a
  			</td>
  		  </tr>
--- 6510,6554 ----
  		  <tr>
  		    <th rowspan="1" colspan="1"></th>
! 		    <th rowspan="1" colspan="1">XML Representation</th>
! 		    <th rowspan="1" colspan="1">Visibility of XML Schema Components</th>
  		  </tr>
  		  <tr>
! 		    <td rowspan="1" colspan="1">Including description</td>
  			<td rowspan="1" colspan="1">
! 			description/include
  			</td>
  			<td rowspan="1" colspan="1">
! 			XML Schema components in the included Description component's
! 			{element declarations} and {type definitions} properties are visible.
  			</td>
  		  </tr>
  		  <tr>
! 		    <td rowspan="1" colspan="1">Importing description</td>
  			<td rowspan="1" colspan="1">
! 			description/import
  			</td>
  			<td rowspan="1" colspan="1">
! 			None of the XML Schema Components in the imported Description
! 			component are visible.
  			</td>
  		  </tr>
  		  <tr>
! 		    <td rowspan="1" colspan="1">Importing XML Schema</td>
  			<td rowspan="1" colspan="1">
! 			description/xs:import
  			</td>
  			<td rowspan="1" colspan="1">
! 			Element Declaration and Type Definition components in the
! 			imported namespace are visible.
  			</td>
  		  </tr>
  		  <tr>
! 		    <td rowspan="1" colspan="1">Embedded XML Schema</td>
  			<td rowspan="1" colspan="1">
! 			description/types/xs:schema
  			</td>
  			<td rowspan="1" colspan="1">
! 			Element Declaration and Type Definition components in the
! 			embedded XML Schema are visible.
  			</td>
  		  </tr>
***************
*** 8729,8732 ****
--- 8732,8751 ----
      
      <tr>
+     	<td rowspan="1" colspan="1">20050310</td>
+     	<td rowspan="1" colspan="1">AGR</td>
+     	<td rowspan="1" colspan="1">
+     		Fixed minor Binding Operation errors introduced by addition of Binding Message Reference.
+     	</td>
+     </tr>
+     
+     <tr>
+     	<td rowspan="1" colspan="1">20050310</td>
+     	<td rowspan="1" colspan="1">JJM</td>
+     	<td rowspan="1" colspan="1">
+     		Replaced schema visibility table with Asir's revised version.
+     	</td>
+     </tr>
+     
+     <tr>
      	<td rowspan="1" colspan="1">20050309</td>
      	<td rowspan="1" colspan="1">AGR</td>

Received on Thursday, 10 March 2005 21:45:20 UTC