- From: Tony Rogers via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 28 Apr 2006 13:40:36 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing
In directory hutz:/tmp/cvs-serv12678
Modified Files:
ws-addr-wsdl.xml
Log Message:
Implemented the resolution of LC131, simplifying table 3.1 to remove discussion of UsingAddressing not present.
Index: ws-addr-wsdl.xml
===================================================================
RCS file: /sources/public/2004/ws/addressing/ws-addr-wsdl.xml,v
retrieving revision 1.95
retrieving revision 1.96
diff -C2 -d -r1.95 -r1.96
*** ws-addr-wsdl.xml 28 Apr 2006 13:25:11 -0000 1.95
--- ws-addr-wsdl.xml 28 Apr 2006 13:40:34 -0000 1.96
***************
*** 314,325 ****
</p>
<table border="1" id="mappresence">
! <caption>MAPs Present in output message</caption>
<thead>
<tr>
! <th rowspan="2">MAPs in Input message</th>
! <th colspan="2" align="center">UsingAddressing / {addressing} Present</th>
! <th rowspan="2">UsingAddressing / {addressing} Not Present</th>
! </tr>
! <tr>
<th>wsdl:required="true" {addressing}=required</th>
<th>wsdl:required="false" {addressing}=optional</th>
--- 314,321 ----
</p>
<table border="1" id="mappresence">
! <caption>MAPs Present in output message when wsaw:UsingAddressing is present</caption>
<thead>
<tr>
! <th>MAPs in Input message</th>
<th>wsdl:required="true" {addressing}=required</th>
<th>wsdl:required="false" {addressing}=optional</th>
***************
*** 328,350 ****
<tbody>
<tr>
! <td>Yes, using SOAP headers with a soap:mustUnderstand value of "true"</td>
! <td>REQUIRED</td>
! <td>REQUIRED</td>
! <td>REQUIRED or fault</td>
! </tr>
! <tr>
! <td>Yes, using another protocol or using SOAP headers with a
! soap:mustUnderstand value of "false"</td>
<td>REQUIRED</td>
<td>REQUIRED</td>
- <td>OPTIONAL</td>
</tr>
! <tr>
<td>No</td>
<td>Fault</td>
<td>OPTIONAL. If using SOAP, MAP headers MUST NOT have a
soap:mustUnderstand attribute with a value of "true"</td>
- <td>OPTIONAL. If using SOAP, MAP headers MUST NOT have a
- soap:mustUnderstand attribute with a value of "true"</td>
</tr>
</tbody>
--- 324,336 ----
<tbody>
<tr>
! <td>Yes</td>
<td>REQUIRED</td>
<td>REQUIRED</td>
</tr>
! <tr>
<td>No</td>
<td>Fault</td>
<td>OPTIONAL. If using SOAP, MAP headers MUST NOT have a
soap:mustUnderstand attribute with a value of "true"</td>
</tr>
</tbody>
Received on Friday, 28 April 2006 13:40:43 UTC