2002/ws/desc/wsdl20 wsdl20-adjuncts.xml,1.21,1.22

Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv477

Modified Files:
	wsdl20-adjuncts.xml 
Log Message:
Removed wsoap:header on infault and outfault; still need to sanitize


Index: wsdl20-adjuncts.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-adjuncts.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** wsdl20-adjuncts.xml	7 Apr 2005 16:01:23 -0000	1.21
--- wsdl20-adjuncts.xml	7 Apr 2005 16:12:14 -0000	1.22
***************
*** 1031,1040 ****
          <head>XML Syntax Summary (Non-Normative)</head>
  
- 	<ednote>
- 	  <name>HH</name>
- 	  <edtext>Why is wsoap:header on Binding Fault components and
- 	  not Binding Fault Reference components? Need to clarify this.</edtext>
- 	</ednote>
- 
          <eg xml:space="preserve">
  &lt;description&gt;
--- 1031,1034 ----
***************
*** 1093,1097 ****
                    messageLabel=&quot;<emph>xs:NCName</emph>&quot;?
                    whttp:transferCoding="<emph>xs:string</emph>"?? &gt;
-         &lt;<b>wsoap:header</b> ... /&gt;*
          &lt;documentation /&gt;?
          &lt;<b>wsoap:module</b> ... /&gt;*
--- 1087,1090 ----
***************
*** 1102,1106 ****
                     messageLabel=&quot;<emph>xs:NCName</emph>&quot;?
                     whttp:transferCoding="<emph>xs:string</emph>"?? &gt;
-         &lt;<b>wsoap:header</b> ... /&gt;*
          &lt;documentation /&gt;?
          &lt;<b>wsoap:module</b> ... /&gt;*
--- 1095,1098 ----
***************
*** 1882,1897 ****
          <head>Declaring SOAP Header Blocks</head>
          
- 
- 	<ednote>
- 	  <name>HH</name>
- 	  <edtext>
- 	    I have a doubt about what this should be put on; the
- 	    decision was input, output, and fault; but I have the
- 	    feeling that it should really by input, output, infault
- 	    and outfault. Until I get clarification on this, I put it
- 	    everywhere!
- 	  </edtext>
- 	</ednote>
- 
          <div3 id="soap-headers-decl-description">
            <head>Description</head>
--- 1874,1877 ----
***************
*** 1914,1920 ****
              <item><p>{soap headers}, OPTIONAL, a set of SOAP Header
              Block components as defined in <specref
!             ref="soap-header-decl-property"/>, to the Binding Fault,
!             Binding Message Reference and Binding Fault Reference
!             components.</p></item>
            </ulist>
          </div3>
--- 1894,1899 ----
              <item><p>{soap headers}, OPTIONAL, a set of SOAP Header
              Block components as defined in <specref
!             ref="soap-header-decl-property"/>, to the Binding Fault
!             and Binding Message Reference components.</p></item>
            </ulist>
          </div3>
***************
*** 1962,1973 ****
  	...
        &lt;/output&gt;*
-       &lt;infault ref=&quot;<emph>xs:QName</emph>&quot;>
-         &lt;<b>wsoap:header</b> ... /&gt;*
- 	...
-       &lt;/infault&gt;*
-       &lt;outfault ref=&quot;<emph>xs:QName</emph>&quot;>
-         &lt;<b>wsoap:header</b> ... /&gt;*
- 	...
-       &lt;/outfault&gt;*
      &lt;/operation&gt;*
    &lt;/binding&gt;
--- 1941,1944 ----
***************
*** 2069,2074 ****
                  Block components corresponding to all the
                  <el>header</el> &EII; in the [children] of the
!                 <el>fault</el>, <el>input</el>, <el>output</el>,
!                 <el>infault</el>, <el>outfault</el> &EII;s, if any.
  		</td>
                </tr>
--- 2040,2045 ----
                  Block components corresponding to all the
                  <el>header</el> &EII; in the [children] of the
!                 <el>fault</el>, <el>input</el> or <el>output</el>
!                 &EII;, if any.
  		</td>
                </tr>

Received on Thursday, 7 April 2005 16:12:18 UTC