- From: Marc Hadley via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 22 Apr 2005 15:49:29 +0000
- To: public-ws-addressing-eds@w3.org
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;"> (002) <S:Header> ! (003) <wsa:MessageID>http://example.com/6B29FC40-CA47-1067-B31D-00DD010662DA</wsa:MessageID> ! (004) <wsa:ReplyTo> ! (005) <wsa:Address>http://example.com/business/client1</wsa:Address> ! (006) </wsa:ReplyTo> ! (007) <wsa:To>http://example.com/fabrikam/Purchasing</wsa:To> ! (008) <wsa:Action>http://example.com/fabrikam/SubmitPO</wsa:Action> ! (009) </S:Header> ! (010) <S:Body> ! (011) ... ! (012) </S:Body> ! (013) </S:Envelope> </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" ! > ! <wsa:EndpointReference> <wsa:Address>xs:anyURI</wsa:Address> - <!-- Resolving i001 - <wsa:ReferenceProperties>... </wsa:ReferenceProperties> ? - --> <wsa:ReferenceParameters>... </wsa:ReferenceParameters> ? <wsa:Metadata> ... </wsa:Metadata>? --- 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"><wsa:EndpointReference> <wsa:Address>xs:anyURI</wsa:Address> <wsa:ReferenceParameters>... </wsa:ReferenceParameters> ? <wsa:Metadata> ... </wsa:Metadata>? *************** *** 564,568 **** > <wsa:MessageID>xs:anyURI </wsa:MessageID> ! <wsa:RelatesTo RelationshipType="..."?>xs:anyURI</wsa:RelatesTo> <wsa:To>xs:anyURI</wsa:To> <wsa:Action>xs:anyURI</wsa:Action> --- 553,557 ---- > <wsa:MessageID>xs:anyURI </wsa:MessageID> ! <wsa:RelatesTo RelationshipType="xs:anyURI"?>xs:anyURI</wsa:RelatesTo> <wsa:To>xs:anyURI</wsa:To> <wsa:Action>xs:anyURI</wsa:Action> *************** *** 735,742 **** xmlns:wsa="&nsuri;"> <S:Header> ! <wsa:MessageID>http://example.com/someuniquestring ! </wsa:MessageID> ! <wsa:ReplyTo> ! <wsa:Address>http://example.com/business/client1</wsa:Address> </wsa:ReplyTo> <wsa:To S:mustUnderstand="1">mailto:fabrikam@example.com</wsa:To> --- 724,730 ---- xmlns:wsa="&nsuri;"> <S:Header> ! <wsa:MessageID>http://example.com/someuniquestring</wsa:MessageID> ! <wsa:ReplyTo> ! <wsa:Address>http://example.com/business/client1</wsa:Address> </wsa:ReplyTo> <wsa:To S:mustUnderstand="1">mailto:fabrikam@example.com</wsa:To> *************** *** 780,792 **** xmlns:wsa="&nsuri;"> <S:Header> ! <wsa:MessageID> ! http://example.com/someotheruniquestring ! </wsa:MessageID> ! <wsa:RelatesTo> ! http://example.com/someuniquestring ! </wsa:RelatesTo> ! <wsa:To S:mustUnderstand="1"> ! http://example.com/business/client1 ! </wsa:To> <wsa:Action>http://example.com/fabrikam/mail/DeleteAck</wsa:Action> </S:Header> --- 768,774 ---- xmlns:wsa="&nsuri;"> <S:Header> ! <wsa:MessageID>http://example.com/someotheruniquestring</wsa:MessageID> ! <wsa:RelatesTo>http://example.com/someuniquestring</wsa:RelatesTo> ! <wsa:To S:mustUnderstand="1">http://example.com/business/client1</wsa:To> <wsa:Action>http://example.com/fabrikam/mail/DeleteAck</wsa:Action> </S:Header>
Received on Friday, 22 April 2005 15:49:29 UTC