- From: Marc Hadley via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 02 Jun 2005 19:12:54 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing
In directory hutz:/tmp/cvs-serv30667
Modified Files:
ws-addr-soap.xml
Log Message:
Added resolution to issue lc6 and lc35 - added new conformance section, moved conformance text from module and extension sections
Index: ws-addr-soap.xml
===================================================================
RCS file: /sources/public/2004/ws/addressing/ws-addr-soap.xml,v
retrieving revision 1.75
retrieving revision 1.76
diff -C2 -d -r1.75 -r1.76
*** ws-addr-soap.xml 2 Jun 2005 18:56:37 -0000 1.75
--- ws-addr-soap.xml 2 Jun 2005 19:12:52 -0000 1.76
***************
*** 269,276 ****
<p>The SOAP 1.2 Addressing 1.0 Module defines a set of SOAP header
blocks to support the SOAP 1.2 Addressing 1.0 Feature described
! in <specref ref="s12feature"/>. To ensure interoperability with
! a broad range of devices, all conformant implementations that
! include support for SOAP 1.2 MUST support the SOAP 1.2
! Addressing 1.0 Module.</p>
<div2 id="s12modulename">
<head>Module Name</head>
--- 269,273 ----
<p>The SOAP 1.2 Addressing 1.0 Module defines a set of SOAP header
blocks to support the SOAP 1.2 Addressing 1.0 Feature described
! in <specref ref="s12feature"/>.</p>
<div2 id="s12modulename">
<head>Module Name</head>
***************
*** 434,441 ****
<p>The SOAP 1.1 Addressing 1.0 Extension defines a set of SOAP
header blocks to support the SOAP 1.2 Addressing 1.0 Feature
! described in <specref ref="s12feature"/>. To ensure
! interoperability with a broad range of devices, all conformant
! implementations that include support for SOAP 1.1 MUST support
! the SOAP 1.1 Addressing 1.0 Extension. This SOAP 1.1 extension
is provided for backwards compatibility only.</p>
<div2 id="s11extname">
--- 431,435 ----
<p>The SOAP 1.1 Addressing 1.0 Extension defines a set of SOAP
header blocks to support the SOAP 1.2 Addressing 1.0 Feature
! described in <specref ref="s12feature"/>. This SOAP 1.1 extension
is provided for backwards compatibility only.</p>
<div2 id="s11extname">
***************
*** 700,703 ****
--- 694,722 ----
</div2>
</div1>
+
+ <div1>
+ <head>Conformance</head>
+
+ <p>A SOAP 1.2 message conforms to the SOAP 1.2 Addressing 1.0 Module when
+ it contains headers from the wsa namespace, and follows all the
+ constraints on message addressing properties defined by
+ &wsa-core.title;[<bibref ref="WSADDR-CORE"/>] and by the SOAP 1.2 Addressing 1.0 Module.</p>
+
+ <p>A SOAP 1.1 message conforms to the SOAP 1.1 Addressing 1.0 Extension
+ when it contains headers from the wsa namespace, and follows all the
+ constraints on message addressing properties defined by &wsa-core.title;[<bibref ref="WSADDR-CORE"/>]
+ and by the SOAP 1.1 Addressing 1.0
+ Extension.</p>
+
+ <p>An endpoint which conforms to this specification understands and accepts
+ SOAP messages containing headers in the wsa namespace targeted to it,
+ generates reply or fault messages it may send in response according to
+ the rules outlined in this specification and in
+ &wsa-core.title;[<bibref ref="WSADDR-CORE"/>].</p>
+
+ <note><p>&wsa-wsdl.title;[<bibref ref="WSADDR-WSDL"/>] defines additional conformance
+ requirements for the description of an endpoint.</p></note>
+ </div1>
+
<div1 id="references">
<head> References</head>
Received on Thursday, 2 June 2005 19:12:54 UTC