2004/ws/addressing ws-addr-core.xml,1.56,1.57

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

Modified Files:
	ws-addr-core.xml 
Log Message:
Added resolution to lc7 - fixed editorial nits

Index: ws-addr-core.xml
===================================================================
RCS file: /sources/public/2004/ws/addressing/ws-addr-core.xml,v
retrieving revision 1.56
retrieving revision 1.57
diff -C2 -d -r1.56 -r1.57
*** ws-addr-core.xml	22 Apr 2005 15:32:14 -0000	1.56
--- ws-addr-core.xml	22 Apr 2005 15:49:27 -0000	1.57
***************
*** 80,105 ****
                  xmlns:wsa="&nsuri;">
  (002)   <S:Header>
! (003)    <wsa:MessageID>
! (004)      http://example.com/6B29FC40-CA47-1067-B31D-00DD010662DA
! (005)    </wsa:MessageID>
! (006)    <wsa:ReplyTo>
! (007)      <wsa:Address>http://example.com/business/client1</wsa:Address>
! (008)    </wsa:ReplyTo>
! (009)    <wsa:To>http://example.com/fabrikam/Purchasing</wsa:To>
! (010)    <wsa:Action>http://example.com/fabrikam/SubmitPO</wsa:Action>
! (011)   </S:Header>
! (012)   <S:Body>
! (013)     ...
! (014)   </S:Body>
! (015) </S:Envelope>
  </eg>
!                 <p>Lines (002) to (011) represent the header of the SOAP message where the
                      mechanisms defined in the specification are used. The body is represented by
!                     lines (012) to (014).</p>
!                 <p>Lines (003) to (010) contain the message information header blocks. Specifically,
!                     lines (003) to (005) specify the identifier for this message and lines (006) to
!                     (008) specify the endpoint to which replies to this message should be sent as an
!                     Endpoint Reference. Line (009) specifies the address URI of the ultimate
!                     receiver of this message. Line (010) specifies an Action IRI identifying
                      expected semantics.</p>
              </example>
--- 80,103 ----
                  xmlns:wsa="&nsuri;"&gt;
  (002)   &lt;S:Header&gt;
! (003)    &lt;wsa:MessageID&gt;http://example.com/6B29FC40-CA47-1067-B31D-00DD010662DA&lt;/wsa:MessageID&gt;
! (004)    &lt;wsa:ReplyTo&gt;
! (005)      &lt;wsa:Address&gt;http://example.com/business/client1&lt;/wsa:Address&gt;
! (006)    &lt;/wsa:ReplyTo&gt;
! (007)    &lt;wsa:To&gt;http://example.com/fabrikam/Purchasing&lt;/wsa:To&gt;
! (008)    &lt;wsa:Action&gt;http://example.com/fabrikam/SubmitPO&lt;/wsa:Action&gt;
! (009)   &lt;/S:Header&gt;
! (010)   &lt;S:Body&gt;
! (011)     ...
! (012)   &lt;/S:Body&gt;
! (013) &lt;/S:Envelope&gt;
  </eg>
!                 <p>Lines (002) to (009) represent the header of the SOAP message where the
                      mechanisms defined in the specification are used. The body is represented by
!                     lines (010) to (012).</p>
!                 <p>Lines (003) to (008) contain the message information header blocks. Specifically,
!                     line (002) specifies the identifier for this message and lines (004) to
!                     (006) specify the endpoint to which replies to this message should be sent as an
!                     Endpoint Reference. Line (007) specifies the address URI of the ultimate
!                     receiver of this message. Line (008) specifies an Action IRI identifying
                      expected semantics.</p>
              </example>
***************
*** 141,148 ****
                          </tr>
                          <tr>
-                             <td>S11</td>
-                             <td>http://schemas.xmlsoap.org/soap/envelope</td>
-                         </tr>
-                         <tr>
                              <td>wsa</td>
                              <td>&nsuri;</td>
--- 139,142 ----
***************
*** 216,220 ****
                      </gitem>
                      <gitem>
!                         <label> [metadata] : xsd:any (0..unbounded)</label>
                          <def>
                              <p>A reference may contain metadata that describes the behavior,
--- 210,214 ----
                      </gitem>
                      <gitem>
!                         <label> [metadata] : xs:any (0..unbounded)</label>
                          <def>
                              <p>A reference may contain metadata that describes the behavior,
***************
*** 246,256 ****
                  <p>The wsa:EndpointReferenceType type is used wherever a Web service endpoint is
                      referenced. The following describes the contents of this type:</p>
!                     <eg xml:space="preserve"
!                     >
! &lt;wsa:EndpointReference&gt;
      &lt;wsa:Address&gt;xs:anyURI&lt;/wsa:Address&gt;
- <!--  Resolving i001
-   &lt;wsa:ReferenceProperties&gt;... &lt;/wsa:ReferenceProperties&gt; ?
- -->
      &lt;wsa:ReferenceParameters&gt;... &lt;/wsa:ReferenceParameters&gt; ?
      &lt;wsa:Metadata&gt; ... &lt;/wsa:Metadata&gt;?
--- 240,245 ----
                  <p>The wsa:EndpointReferenceType type is used wherever a Web service endpoint is
                      referenced. The following describes the contents of this type:</p>
!                     <eg xml:space="preserve">&lt;wsa:EndpointReference&gt;
      &lt;wsa:Address&gt;xs:anyURI&lt;/wsa:Address&gt;
      &lt;wsa:ReferenceParameters&gt;... &lt;/wsa:ReferenceParameters&gt; ?
      &lt;wsa:Metadata&gt; ... &lt;/wsa:Metadata&gt;?
***************
*** 564,568 ****
                      >
  &lt;wsa:MessageID&gt;xs:anyURI &lt;/wsa:MessageID&gt;
! &lt;wsa:RelatesTo RelationshipType="..."?&gt;xs:anyURI&lt;/wsa:RelatesTo&gt;
  &lt;wsa:To&gt;xs:anyURI&lt;/wsa:To&gt;
  &lt;wsa:Action&gt;xs:anyURI&lt;/wsa:Action&gt;
--- 553,557 ----
                      >
  &lt;wsa:MessageID&gt;xs:anyURI &lt;/wsa:MessageID&gt;
! &lt;wsa:RelatesTo RelationshipType="xs:anyURI"?&gt;xs:anyURI&lt;/wsa:RelatesTo&gt;
  &lt;wsa:To&gt;xs:anyURI&lt;/wsa:To&gt;
  &lt;wsa:Action&gt;xs:anyURI&lt;/wsa:Action&gt;
***************
*** 735,742 ****
    xmlns:wsa="&nsuri;"&gt;
    &lt;S:Header&gt; 
!   &lt;wsa:MessageID&gt;http://example.com/someuniquestring
!     &lt;/wsa:MessageID&gt;
!     &lt;wsa:ReplyTo&gt; 
!     &lt;wsa:Address&gt;http://example.com/business/client1&lt;/wsa:Address&gt;
      &lt;/wsa:ReplyTo&gt;
      &lt;wsa:To S:mustUnderstand="1"&gt;mailto:fabrikam@example.com&lt;/wsa:To&gt;
--- 724,730 ----
    xmlns:wsa="&nsuri;"&gt;
    &lt;S:Header&gt; 
!   &lt;wsa:MessageID&gt;http://example.com/someuniquestring&lt;/wsa:MessageID&gt;
!     &lt;wsa:ReplyTo&gt;
!       &lt;wsa:Address&gt;http://example.com/business/client1&lt;/wsa:Address&gt;
      &lt;/wsa:ReplyTo&gt;
      &lt;wsa:To S:mustUnderstand="1"&gt;mailto:fabrikam@example.com&lt;/wsa:To&gt;
***************
*** 780,792 ****
    xmlns:wsa="&nsuri;"&gt;
    &lt;S:Header&gt;
!     &lt;wsa:MessageID&gt;
!       http://example.com/someotheruniquestring
!     &lt;/wsa:MessageID&gt;
!     &lt;wsa:RelatesTo&gt;
!       http://example.com/someuniquestring
!     &lt;/wsa:RelatesTo&gt;
!     &lt;wsa:To S:mustUnderstand="1"&gt;
!       http://example.com/business/client1
!     &lt;/wsa:To&gt;
      &lt;wsa:Action&gt;http://example.com/fabrikam/mail/DeleteAck&lt;/wsa:Action&gt;
    &lt;/S:Header&gt;
--- 768,774 ----
    xmlns:wsa="&nsuri;"&gt;
    &lt;S:Header&gt;
!     &lt;wsa:MessageID&gt;http://example.com/someotheruniquestring&lt;/wsa:MessageID&gt;
!     &lt;wsa:RelatesTo&gt;http://example.com/someuniquestring&lt;/wsa:RelatesTo&gt;
!     &lt;wsa:To S:mustUnderstand="1"&gt;http://example.com/business/client1&lt;/wsa:To&gt;
      &lt;wsa:Action&gt;http://example.com/fabrikam/mail/DeleteAck&lt;/wsa:Action&gt;
    &lt;/S:Header&gt;

Received on Friday, 22 April 2005 15:49:29 UTC