- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 23 Sep 2009 09:11:03 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies/ws-tra
In directory hutz:/tmp/cvs-serv12799
Modified Files:
Create.html CreateResponse.html Delete.html
DeleteResponse.html Get.html GetResponse.html Put.html
PutResponse.html fault.html rddl.html transfer.wsdl
transfer.xsd
Log Message:
ns change + cleanup
Index: Put.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-tra/Put.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Put.html 23 Sep 2009 08:27:17 -0000 1.2
+++ Put.html 23 Sep 2009 09:11:01 -0000 1.3
@@ -20,7 +20,7 @@
<p>
This is a URI defined in the
<a href="http://www.w3.org/TR/2009/WD-ws-transfer-20090924"
- >Web Services Transfer FPWD</a> specification.
+ >Web Services Transfer</a> specification.
</p>
<hr/>
Index: Get.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-tra/Get.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Get.html 23 Sep 2009 08:27:17 -0000 1.2
+++ Get.html 23 Sep 2009 09:11:01 -0000 1.3
@@ -20,7 +20,7 @@
<p>
This is a URI defined in the
<a href="http://www.w3.org/TR/2009/WD-ws-transfer-20090924"
- >Web Services Transfer FPWD</a> specification.
+ >Web Services Transfer</a> specification.
</p>
<hr/>
Index: transfer.xsd
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-tra/transfer.xsd,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- transfer.xsd 7 Jul 2009 21:35:38 -0000 1.6
+++ transfer.xsd 23 Sep 2009 09:11:01 -0000 1.7
@@ -1,6 +1,6 @@
<xs:schema
- targetNamespace="http://www.w3.org/2009/02/ws-tra"
- xmlns:tns="http://www.w3.org/2009/02/ws-tra"
+ targetNamespace="http://www.w3.org/2009/09/ws-tra"
+ xmlns:tns="http://www.w3.org/2009/09/ws-tra"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:wsa="http://www.w3.org/2005/08/addressing"
elementFormDefault="qualified"
Index: PutResponse.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-tra/PutResponse.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- PutResponse.html 23 Sep 2009 08:27:17 -0000 1.2
+++ PutResponse.html 23 Sep 2009 09:11:01 -0000 1.3
@@ -20,7 +20,7 @@
<p>
This is a URI defined in the
<a href="http://www.w3.org/TR/2009/WD-ws-transfer-20090924"
- >Web Services Transfer FPWD</a> specification.
+ >Web Services Transfer</a> specification.
</p>
<hr/>
Index: DeleteResponse.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-tra/DeleteResponse.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DeleteResponse.html 23 Sep 2009 08:27:17 -0000 1.2
+++ DeleteResponse.html 23 Sep 2009 09:11:01 -0000 1.3
@@ -20,7 +20,7 @@
<p>
This is a URI defined in the
<a href="http://www.w3.org/TR/2009/WD-ws-transfer-20090924"
- >Web Services Transfer FPWD</a> specification.
+ >Web Services Transfer</a> specification.
</p>
<hr/>
Index: transfer.wsdl
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-tra/transfer.wsdl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- transfer.wsdl 18 Aug 2009 21:47:18 -0000 1.4
+++ transfer.wsdl 23 Sep 2009 09:11:01 -0000 1.5
@@ -1,6 +1,6 @@
<wsdl:definitions
- targetNamespace="http://www.w3.org/2009/02/ws-tra"
- xmlns:tns="http://www.w3.org/2009/02/ws-tra"
+ targetNamespace="http://www.w3.org/2009/09/ws-tra"
+ xmlns:tns="http://www.w3.org/2009/09/ws-tra"
xmlns:wsa="http://www.w3.org/2005/08/addressing"
xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
@@ -9,8 +9,8 @@
<wsdl:types>
<xs:schema>
<xs:import
- namespace="http://www.w3.org/2009/02/ws-tra"
- schemaLocation="http://www.w3.org/2009/02/ws-tra/transfer.xsd"
+ namespace="http://www.w3.org/2009/09/ws-tra"
+ schemaLocation="http://www.w3.org/2009/09/ws-tra/transfer.xsd"
/>
</xs:schema>
</wsdl:types>
@@ -51,26 +51,26 @@
<wsdl:operation name="Get">
<wsdl:input
message="tns:GetMessage"
- wsam:Action="http://www.w3.org/2009/02/ws-tra/Get"/>
+ wsam:Action="http://www.w3.org/2009/09/ws-tra/Get"/>
<wsdl:output
message="tns:GetResponseMessage"
- wsam:Action="http://www.w3.org/2009/02/ws-tra/GetResponse" />
+ wsam:Action="http://www.w3.org/2009/09/ws-tra/GetResponse" />
</wsdl:operation>
<wsdl:operation name="Put">
<wsdl:input
message="tns:PutMessage"
- wsam:Action="http://www.w3.org/2009/02/ws-tra/Put" />
+ wsam:Action="http://www.w3.org/2009/09/ws-tra/Put" />
<wsdl:output
message="tns:PutResponseMessage"
- wsam:Action="http://www.w3.org/2009/02/ws-tra/PutResponse" />
+ wsam:Action="http://www.w3.org/2009/09/ws-tra/PutResponse" />
</wsdl:operation>
<wsdl:operation name="Delete">
<wsdl:input
message="tns:DeleteMessage"
- wsam:Action="http://www.w3.org/2009/02/ws-tra/Delete" />
+ wsam:Action="http://www.w3.org/2009/09/ws-tra/Delete" />
<wsdl:output
message="tns:DeleteResponseMessage"
- wsam:Action="http://www.w3.org/2009/02/ws-tra/DeleteResponse" />
+ wsam:Action="http://www.w3.org/2009/09/ws-tra/DeleteResponse" />
</wsdl:operation>
</wsdl:portType>
@@ -82,10 +82,10 @@
<wsdl:operation name="Create">
<wsdl:input
message="tns:CreateMessage"
- wsam:Action="http://www.w3.org/2009/02/ws-tra/Create" />
+ wsam:Action="http://www.w3.org/2009/09/ws-tra/Create" />
<wsdl:output
message="tns:CreateResponseMessage"
- wsam:Action="http://www.w3.org/2009/02/ws-tra/CreateResponse" />
+ wsam:Action="http://www.w3.org/2009/09/ws-tra/CreateResponse" />
</wsdl:operation>
</wsdl:portType>
Index: Create.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-tra/Create.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Create.html 23 Sep 2009 08:27:17 -0000 1.2
+++ Create.html 23 Sep 2009 09:11:01 -0000 1.3
@@ -20,7 +20,7 @@
<p>
This is a URI defined in the
<a href="http://www.w3.org/TR/2009/WD-ws-transfer-20090924"
- >Web Services Transfer FPWD</a> specification.
+ >Web Services Transfer</a> specification.
</p>
<hr/>
Index: fault.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-tra/fault.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fault.html 23 Sep 2009 08:27:17 -0000 1.2
+++ fault.html 23 Sep 2009 09:11:01 -0000 1.3
@@ -20,7 +20,7 @@
<p>
This is a URI defined in the
<a href="http://www.w3.org/TR/2009/WD-ws-transfer-20090924"
- >Web Services Transfer FPWD</a> specification.
+ >Web Services Transfer</a> specification.
</p>
<hr/>
Index: Delete.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-tra/Delete.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Delete.html 23 Sep 2009 08:27:17 -0000 1.2
+++ Delete.html 23 Sep 2009 09:11:01 -0000 1.3
@@ -20,7 +20,7 @@
<p>
This is a URI defined in the
<a href="http://www.w3.org/TR/2009/WD-ws-transfer-20090924"
- >Web Services Transfer FPWD</a> specification.
+ >Web Services Transfer</a> specification.
</p>
<hr/>
Index: CreateResponse.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-tra/CreateResponse.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- CreateResponse.html 23 Sep 2009 08:27:17 -0000 1.2
+++ CreateResponse.html 23 Sep 2009 09:11:01 -0000 1.3
@@ -20,7 +20,7 @@
<p>
This is a URI defined in the
<a href="http://www.w3.org/TR/2009/WD-ws-transfer-20090924"
- >Web Services Transfer FPWD</a> specification.
+ >Web Services Transfer</a> specification.
</p>
<hr/>
Index: GetResponse.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-tra/GetResponse.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- GetResponse.html 23 Sep 2009 08:27:17 -0000 1.2
+++ GetResponse.html 23 Sep 2009 09:11:01 -0000 1.3
@@ -20,7 +20,7 @@
<p>
This is a URI defined in the
<a href="http://www.w3.org/TR/2009/WD-ws-transfer-20090924"
- >Web Services Transfer FPWD</a> specification.
+ >Web Services Transfer</a> specification.
</p>
<hr/>
Index: rddl.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-tra/rddl.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- rddl.html 23 Sep 2009 08:27:17 -0000 1.5
+++ rddl.html 23 Sep 2009 09:11:01 -0000 1.6
@@ -1,7 +1,7 @@
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"
xmlns:xlink="http://www.w3.org/1999/xlink">
<head>
- <title>WS-Transfer FPWD Namespace</title>
+ <title>WS-Transfer Namespace</title>
<link type="text/css" rel="stylesheet" href="/StyleSheets/TR/base.css"/>
</head>
@@ -13,27 +13,27 @@
</a>
</p>
- <h1>WS-Transfer FPWD Namespace: <code>http://www.w3.org/2009/09/ws-tra</code></h1>
+ <h1>WS-Transfer Namespace: <code>http://www.w3.org/2009/09/ws-tra</code></h1>
</div>
<p>
This (<code>http://www.w3.org/2009/09/ws-tra</code>) is a URI defined in the
<rddl:resource id="Spec"
- xlink:title="WS-Transfer FPWD specification"
+ xlink:title="WS-Transfer specification"
xlink:role="http://www.isi.edu/in-notes/iana/assignments/media-types/text/html"
xlink:arcrole="http://www.rddl.org/purposes#normative-reference"
xlink:href="http://www.w3.org/TR/2009/WD-ws-transfer-20090924"
xlink:type="simple" xlink:show="none" xlink:actuate="none">
<a href="http://www.w3.org/TR/2009/WD-ws-transfer-20090924">Web
- Services Transfer FPWD</a>
+ Services Transfer</a>
</rddl:resource>
specification.
</p>
<p>
- This document describes the WS-Transfer FPWD namespace. It also
+ This document describes the WS-Transfer namespace. It also
contains a directory of links to these related resources, using <a
href="http://www.rddl.org/">Resource Directory Description
Language</a>.
@@ -43,37 +43,37 @@
<h2>Latest XML Schema:</h2>
<p>
The following URI always points to the latest schema
- for the WS-Transfer FPWD namespace.
+ for the WS-Transfer namespace.
</p>
<rddl:resource id="WS_TRA_latest_Schema"
- xlink:title="Latest WS-Transfer FPWD schema document"
+ xlink:title="Latest WS-Transfer schema document"
xlink:role="http://www.w3.org/2001/XMLSchema"
xlink:arcrole="http://www.rddl.org/purposes#schema-validation"
xlink:href="http://www.w3.org/2009/09/ws-tra"
xlink:type="simple" xlink:show="none" xlink:actuate="none">
<p>
- <a title="Latest WS-Transfer FPWD schema document"
+ <a title="Latest WS-Transfer schema document"
href="http://www.w3.org/2009/09/ws-tra">http://www.w3.org/2009/09/ws-tra</a>
</p>
</rddl:resource>
<h2>This dated version of the XML Schema:</h2>
<p>
- The following URI points to the schema for the WS-Transfer FPWD namespace
+ The following URI points to the schema for the WS-Transfer namespace
corresponding to the 2009-02-17 specifications.
</p>
<rddl:resource id="WS_TRA_latestdated_Schema"
- xlink:title="2009-02-17 WS-Transfer FPWD schema document"
+ xlink:title="2009-02-17 WS-Transfer schema document"
xlink:role="http://www.w3.org/2001/XMLSchema"
xlink:arcrole="http://www.rddl.org/purposes#schema-validation"
xlink:href="transfer.xsd"
xlink:type="simple" xlink:show="none" xlink:actuate="none">
<p>
- <a title="2009-02-17 WS-Transfer FPWD schema document"
+ <a title="2009-02-17 WS-Transfer schema document"
href="http://www.w3.org/2009/09/ws-tra/transfer.xsd">http://www.w3.org/2009/09/ws-tra/transfer.xsd</a>
</p>
</rddl:resource>
@@ -82,37 +82,37 @@
<h2>Latest WSDL:</h2>
<p>
The following URI always points to the latest WSDL
- for the WS-Transfer FPWD namespace.
+ for the WS-Transfer namespace.
</p>
<rddl:resource id="WS_TRA_latest_WSDL"
- xlink:title="Latest WS-Transfer FPWD WSDL document"
+ xlink:title="Latest WS-Transfer WSDL document"
xlink:role="http://schemas.xmlsoap.org/wsdl/"
xlink:arcrole="http://www.w3.org/TR/wsdl"
xlink:href="transfer.wsdl"
xlink:type="simple" xlink:show="none" xlink:actuate="none">
<p>
- <a title="Latest WS-Transfer FPWD WSDL document"
+ <a title="Latest WS-Transfer WSDL document"
href="http://www.w3.org/2009/09/ws-tra/transfer.wsdl">http://www.w3.org/2009/09/ws-tra</a>
</p>
</rddl:resource>
<h2>This dated version of the WSDL:</h2>
<p>
- The following URI points to the WSDL for the WS-Transfer FPWD namespace
+ The following URI points to the WSDL for the WS-Transfer namespace
corresponding to the 2009-02-17 specifications.
</p>
<rddl:resource id="WS_TRA_latestdated_WSDL"
- xlink:title="2009-02-17 WS-Transfer FPWD WSDL document"
+ xlink:title="2009-02-17 WS-Transfer WSDL document"
xlink:role="http://schemas.xmlsoap.org/wsdl/"
xlink:arcrole="http://www.w3.org/TR/wsdl"
xlink:href="transfer.wsdl"
xlink:type="simple" xlink:show="none" xlink:actuate="none">
<p>
- <a title="2009-02-17 WS-Transfer FPWD WSDL document"
+ <a title="2009-02-17 WS-Transfer WSDL document"
href="http://www.w3.org/2009/09/ws-tra/transfer.wsdl">http://www.w3.org/2009/09/ws-tra/transfer.wsdl</a>
</p>
</rddl:resource>
Received on Wednesday, 23 September 2009 09:11:12 UTC