- From: Marc Hadley via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 07 Nov 2005 07:08:55 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing
In directory hutz:/tmp/cvs-serv22343
Modified Files:
ws-addr-wsdl.xml
Log Message:
Added resolution to issue 65, [action] defaults to same as SOAPAction in absence of wsaw:Action
Index: ws-addr-wsdl.xml
===================================================================
RCS file: /sources/public/2004/ws/addressing/ws-addr-wsdl.xml,v
retrieving revision 1.59
retrieving revision 1.60
diff -C2 -d -r1.59 -r1.60
*** ws-addr-wsdl.xml 7 Nov 2005 06:44:36 -0000 1.59
--- ws-addr-wsdl.xml 7 Nov 2005 07:08:53 -0000 1.60
***************
*** 465,469 ****
explicitly define the value of the [action] property for messages in a WSDL
description. The type of the attribute is xs:anyURI and it is used as an
! extension on the WSDL input, output and fault elements.</p>
<p>The inclusion of wsaw:Action without inclusion of wsaw:UsingAddressing has no
normative intent and is only informational. In other words, the inclusion of
--- 465,477 ----
explicitly define the value of the [action] property for messages in a WSDL
description. The type of the attribute is xs:anyURI and it is used as an
! extension on the WSDL input, output and fault elements. A SOAP binding can
! specify SOAPAction values for the input messages of operations. In the
! absence of a wsaw:Action attribute on a WSDL input element where a
! SOAPAction value is specified, the value
! of the [action] property for the input message is
! the value of the SOAPAction specified. &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>
<p>The inclusion of wsaw:Action without inclusion of wsaw:UsingAddressing has no
normative intent and is only informational. In other words, the inclusion of
Received on Monday, 7 November 2005 07:08:59 UTC