- From: Tony Rogers via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 03 Jan 2007 11:38:10 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing
In directory hutz:/tmp/cvs-serv15187
Modified Files:
ws-addr-wsdl.xml
Log Message:
Implemented CR26 and CR28 about the rules for populating the [action] property.
Index: ws-addr-wsdl.xml
===================================================================
RCS file: /sources/public/2004/ws/addressing/ws-addr-wsdl.xml,v
retrieving revision 1.104
retrieving revision 1.105
diff -C 2 -d -r1.104 -r1.105
*** ws-addr-wsdl.xml 10 May 2006 07:55:59 -0000 1.104
--- ws-addr-wsdl.xml 3 Jan 2007 11:38:04 -0000 1.105
***************
*** 630,639 ****
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
--- 630,640 ----
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 non-empty
SOAPAction value is specified, the value of the [action] property for the
! 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>
<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
***************
*** 692,698 ****
<div3 id="defactionwsdl20">
<head>Default Action Pattern for WSDL 2.0</head>
! <p>In the absence of the wsa:Action attribute, the following pattern is used in
! WSDL 2.0 documents to construct a default action for inputs and outputs. The
! general form of an action URI is as follows:</p>
<example>
<head>Structure of defaulted wsa:Action IRI in WSDL 2.0.</head>
--- 693,700 ----
<div3 id="defactionwsdl20">
<head>Default Action Pattern for WSDL 2.0</head>
! <p>In the absence of an explicitly specified value for the [action] property
! (see section <specref ref="explicitaction"/>), the following pattern is used
! in WSDL 2.0 documents to construct a default action for inputs and outputs.
! The general form of an action URI is as follows:</p>
<example>
<head>Structure of defaulted wsa:Action IRI in WSDL 2.0.</head>
***************
*** 826,832 ****
<p>A property of the Interface Message Reference and Interface Fault
components named {action}. The property is of type xs:anyURI. The
! property value is the value of the wsaw:Action attribute information
! item, if present; otherwise the default value computed following the
! rules from section <specref ref="defactionwsdl20"/>.</p>
</item>
</ulist>
--- 828,835 ----
<p>A property of the Interface Message Reference and Interface Fault
components named {action}. The property is of type xs:anyURI. The
! property value is either explicitly specified, as described in
! section <specref ref="explicitaction"/>, or the default value
! computed following the rules from section <specref
! ref="defactionwsdl20"/>.</p>
</item>
</ulist>
***************
*** 835,839 ****
<head> Default Action Pattern for WSDL 1.1</head>
<p>A default pattern is also defined for backwards compatibility with WSDL 1.1.
! In the absence of the wsaw:Action attribute, the following pattern is used
to construct a default action for inputs and outputs. The general form of an
action IRI is as follows:</p>
--- 838,843 ----
<head> Default Action Pattern for WSDL 1.1</head>
<p>A default pattern is also defined for backwards compatibility with WSDL 1.1.
! In the absence of an explicitly specified value for the [action] property
! (see section <specref ref="explicitaction"/>), the following pattern is used
to construct a default action for inputs and outputs. The general form of an
action IRI is as follows:</p>
***************
*** 1660,1665 ****
<head>Change Log</head>
<div2>
<head>Changes Since Last Call Working Draft</head>
! <p role="ws-addr-wsdl.xml:20060216:20061231">Placeholder for auto change log
generation.</p>
</div2>
--- 1664,1674 ----
<head>Change Log</head>
<div2>
+ <head>Changes Since Candidate Recommendation Draft</head>
+ <p role="ws-addr-wsdl.xml:20060601:20071231">Placeholder for auto change log
+ generation.</p>
+ </div2>
+ <div2>
<head>Changes Since Last Call Working Draft</head>
! <p role="ws-addr-wsdl.xml:20060216:20060531">Placeholder for auto change log
generation.</p>
</div2>
Received on Wednesday, 3 January 2007 11:38:17 UTC