2004/ws/addressing ws-addr-wsdl.xml,1.57,1.58

Update of /sources/public/2004/ws/addressing
In directory hutz:/tmp/cvs-serv21371

Modified Files:
	ws-addr-wsdl.xml 
Log Message:
Updated UsingAddressing section to move some dense text into a simpler tabular form

Index: ws-addr-wsdl.xml
===================================================================
RCS file: /sources/public/2004/ws/addressing/ws-addr-wsdl.xml,v
retrieving revision 1.57
retrieving revision 1.58
diff -C2 -d -r1.57 -r1.58
*** ws-addr-wsdl.xml	31 Oct 2005 20:12:03 -0000	1.57
--- ws-addr-wsdl.xml	31 Oct 2005 20:35:34 -0000	1.58
***************
*** 329,348 ****
                      <tbody>
                          <tr>
!                             <td>Yes, mU="true"</td>
!                             <td>Required</td>
!                             <td>Required</td>
!                             <td>Yes or fault</td>
                          </tr>
                          <tr>
!                             <td>Yes, mU="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 be mU="true"</td>
!                             <td>Optional. If using SOAP, MAP headers must not be mU="true"</td>
                          </tr>
                      </tbody>
--- 329,351 ----
                      <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>

Received on Monday, 31 October 2005 20:35:50 UTC