- From: Tony Rogers via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 17 Apr 2006 09:46:40 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing
In directory hutz:/tmp/cvs-serv17460
Modified Files:
ws-addr-wsdl.xml
Log Message:
Applied the changes required for LC120 - typo in intro and correcting wsa:Action/wsaw:Action.
Index: ws-addr-wsdl.xml
===================================================================
RCS file: /sources/public/2004/ws/addressing/ws-addr-wsdl.xml,v
retrieving revision 1.87
retrieving revision 1.88
diff -C2 -d -r1.87 -r1.88
*** ws-addr-wsdl.xml 17 Apr 2006 09:34:01 -0000 1.87
--- ws-addr-wsdl.xml 17 Apr 2006 09:46:37 -0000 1.88
***************
*** 67,71 ****
properties defined in &wsa-core.title; are described using WSDL. WS-Addressing
is designed to be able to work with WSDL 2.0 [<bibref ref="WSDL20"/>] and also (for
! backwards compatibility with WSDL 1.1 [<bibref ref="WSDL11"/>] described services.</p>
<div2 id="notation">
<head> Notational Conventions</head>
--- 67,71 ----
properties defined in &wsa-core.title; are described using WSDL. WS-Addressing
is designed to be able to work with WSDL 2.0 [<bibref ref="WSDL20"/>] and also (for
! backwards compatibility) with WSDL 1.1 [<bibref ref="WSDL11"/>] described services.</p>
<div2 id="notation">
<head> Notational Conventions</head>
***************
*** 686,690 ****
<p>For example consider the following WSDL excerpt:</p>
<example>
! <head>Explicit specification of wsaw:Action value in a WSDL 2.0 description.</head>
<eg xml:space="preserve">
<description targetNamespace="http://example.com/stockquote" ...>
--- 686,690 ----
<p>For example consider the following WSDL excerpt:</p>
<example>
! <head>Explicit specification of wsa:Action value in a WSDL 2.0 description.</head>
<eg xml:space="preserve">
<description targetNamespace="http://example.com/stockquote" ...>
***************
*** 864,868 ****
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>
--- 864,868 ----
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>
***************
*** 873,877 ****
<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 wsa: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>
--- 873,877 ----
<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>
Received on Monday, 17 April 2006 09:46:52 UTC