- From: Marc Hadley via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 03 Mar 2006 09:54:46 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing
In directory hutz:/tmp/cvs-serv20237
Modified Files:
ws-addr-soap.xml
Log Message:
Added resolution of CR25 - use property names for SOAP request-response MEP
Index: ws-addr-soap.xml
===================================================================
RCS file: /sources/public/2004/ws/addressing/ws-addr-soap.xml,v
retrieving revision 1.115
retrieving revision 1.116
diff -C2 -d -r1.115 -r1.116
*** ws-addr-soap.xml 2 Mar 2006 14:41:12 -0000 1.115
--- ws-addr-soap.xml 3 Mar 2006 09:54:43 -0000 1.116
***************
*** 450,455 ****
<head>SOAP 1.2</head>
<p>When "&nsuri;/anonymous" is specified for the response
! endpoint and the message is the request part of a SOAP request-response MEP [<bibref
! ref="SOAP12-PART2"/>], then any response MUST be the response part of the same SOAP
request-response MEP [<bibref ref="SOAP12-PART2"/>].</p>
</div3>
--- 450,457 ----
<head>SOAP 1.2</head>
<p>When "&nsuri;/anonymous" is specified for the response
! endpoint and the message is the http://www.w3.org/2003/05/soap/mep/OutboundMessage
! property of a SOAP request-response MEP [<bibref
! ref="SOAP12-PART2"/>], then any response MUST be the
! http://www.w3.org/2003/05/soap/mep/InboundMessage property of the same instance of the SOAP
request-response MEP [<bibref ref="SOAP12-PART2"/>].</p>
</div3>
***************
*** 473,477 ****
<head>SOAP 1.2</head>
<p>When "&nsuri;/anonymous" is not specified for the response
! endpoint, then any response SHOULD not be the response part of the same SOAP
request-response MEP [<bibref ref="SOAP12-PART2"/>]. For instance, a SOAP 1.2 HTTP
binding that supports a one-way MEP could put the reply message in a separate one-way
--- 475,480 ----
<head>SOAP 1.2</head>
<p>When "&nsuri;/anonymous" is not specified for the response
! endpoint, then any response SHOULD NOT be the
! http://www.w3.org/2003/05/soap/mep/InboundMessage property of the same instance of the SOAP
request-response MEP [<bibref ref="SOAP12-PART2"/>]. For instance, a SOAP 1.2 HTTP
binding that supports a one-way MEP could put the reply message in a separate one-way
Received on Friday, 3 March 2006 09:54:50 UTC