- From: Tony Rogers via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 03 Jan 2007 12:28:37 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing
In directory hutz:/tmp/cvs-serv10416
Modified Files:
ws-addr-wsdl.xml
Log Message:
Implemented the resolution of CR30 - SOAPAction not empty or absolute IRI makes the document invalid
Index: ws-addr-wsdl.xml
===================================================================
RCS file: /sources/public/2004/ws/addressing/ws-addr-wsdl.xml,v
retrieving revision 1.105
retrieving revision 1.106
diff -C 2 -d -r1.105 -r1.106
*** ws-addr-wsdl.xml 3 Jan 2007 11:38:04 -0000 1.105
--- ws-addr-wsdl.xml 3 Jan 2007 12:28:34 -0000 1.106
***************
*** 634,638 ****
input message is the value of the SOAPAction specified. If the wsaw:Action
attribute is absent, and SOAPAction is not specified, or is empty, then the
! default pattern is used. &wsa-soap.title;[<bibref ref="WSADDR-SOAP"/>]
specifies restrictions on the relationship between the values of [action]
and SOAPAction for SOAP 1.1 and SOAP 1.2.</p>
--- 634,642 ----
input message is the value of the SOAPAction specified. If the wsaw:Action
attribute is absent, and SOAPAction is not specified, or is empty, then the
! default pattern is used. Note that the SOAPAction value is not required to
! be an absolute IRI, but the [action] property is required to be an absolute
! IRI; if wsaw:UsingAddressing is present, wsaw:Action is not specified, and
! the SOAPAction value is not empty or an absolute IRI, then the document MUST
! be considered invalid. &wsa-soap.title;[<bibref ref="WSADDR-SOAP"/>]
specifies restrictions on the relationship between the values of [action]
and SOAPAction for SOAP 1.1 and SOAP 1.2.</p>
Received on Wednesday, 3 January 2007 12:28:44 UTC