2004/ws/addressing ws-addr-core.xml,1.64,1.65

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

Modified Files:
	ws-addr-core.xml 
Log Message:
Added resolution to lc16 and lc54 - removed suggestion that required was required to use [destination] and [action] properties for dispatch

Index: ws-addr-core.xml
===================================================================
RCS file: /sources/public/2004/ws/addressing/ws-addr-core.xml,v
retrieving revision 1.64
retrieving revision 1.65
diff -C2 -d -r1.64 -r1.65
*** ws-addr-core.xml	22 Apr 2005 17:55:06 -0000	1.64
--- ws-addr-core.xml	22 Apr 2005 18:01:28 -0000	1.65
***************
*** 509,515 ****
                          </table>
                          <p>A reply message MUST contain a [relationship] property consisting of the
!                             predefined reply URI and the [message id] property of the request message.
!                             A reply message MUST NOT contain more than one [relationship] property
!                             using the predefined reply URI</p>
                      </def>
                  </gitem>
--- 509,515 ----
                          </table>
                          <p>A reply message MUST contain a [relationship] property consisting of the
!                             predefined reply URI and the [message id] property of the request
!                             message. A reply message MUST NOT contain more than one [relationship]
!                             property using the predefined reply URI</p>
                      </def>
                  </gitem>
***************
*** 522,528 ****
                  </gitem>
              </glist>
!             <p>The dispatching of incoming messages is based on two message properties: the
!                 mandatory "destination" and "action" fields indicate the target processing location
!                 and the verb or intent of the message respectively.</p>
              <p>Due to the range of network technologies currently in wide-spread use (e.g., NAT,
                  DHCP, firewalls), many deployments cannot assign a meaningful global IRI to a given
--- 522,528 ----
                  </gitem>
              </glist>
!             <p>The mandatory [destination] and [action] properties indicate the target processing
!                 location and the verb or intent of the message respectively. The values of these
!                 properties can be used to facilitate the dispatch of incoming messages.</p>
              <p>Due to the range of network technologies currently in wide-spread use (e.g., NAT,
                  DHCP, firewalls), many deployments cannot assign a meaningful global IRI to a given

Received on Friday, 22 April 2005 18:01:31 UTC