- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 07 Apr 2005 16:12:17 +0000
- To: public-ws-desc-eds@w3.org
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">
<description>
--- 1031,1034 ----
***************
*** 1093,1097 ****
messageLabel="<emph>xs:NCName</emph>"?
whttp:transferCoding="<emph>xs:string</emph>"?? >
- <<b>wsoap:header</b> ... />*
<documentation />?
<<b>wsoap:module</b> ... />*
--- 1087,1090 ----
***************
*** 1102,1106 ****
messageLabel="<emph>xs:NCName</emph>"?
whttp:transferCoding="<emph>xs:string</emph>"?? >
- <<b>wsoap:header</b> ... />*
<documentation />?
<<b>wsoap:module</b> ... />*
--- 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 ****
...
</output>*
- <infault ref="<emph>xs:QName</emph>">
- <<b>wsoap:header</b> ... />*
- ...
- </infault>*
- <outfault ref="<emph>xs:QName</emph>">
- <<b>wsoap:header</b> ... />*
- ...
- </outfault>*
</operation>*
</binding>
--- 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