- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 04 Feb 2011 21:47:22 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/test/scenario
In directory hutz:/tmp/cvs-serv21526
Modified Files:
scenarioSink.wsdl scenarioSource.evd
Log Message:
fix namespaces
Index: scenarioSource.evd
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/test/scenario/scenarioSource.evd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- scenarioSource.evd 2 Feb 2011 14:37:55 -0000 1.1
+++ scenarioSource.evd 4 Feb 2011 21:47:20 -0000 1.2
@@ -1,25 +1,25 @@
<wsevd:EventDescriptions
- targetNamespace="http://www.w3.org/2002/ws/ra/edcopies/scenario"
- xmlns:sce="http://www.w3.org/2002/ws/ra/edcopies/scenario"
+ targetNamespace="http://www.w3.org/2002/ws/ra/test/scenario"
+ xmlns:sce="http://www.w3.org/2002/ws/ra/test/scenario"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns:wsevd="http://www.w3.org/2010/08/ws-evd">
+ xmlns:wsevd="http://www.w3.org/2011/01/ws-evd">
<wsevd:types>
- <xs:schema targetNamespace="http://www.w3.org/2002/ws/ra/edcopies/scenario">
+ <xs:schema targetNamespace="http://www.w3.org/2002/ws/ra/test/scenario">
<xs:include schemaLocation="animal.xsd"/>
</xs:schema>
</wsevd:types>
<wsevd:eventType ID="UpdateLocation" element="sce:Animal"
- actionURI="http://www.w3.org/2002/ws/ra/edcopies/scenario/NewAnimal"/>
+ actionURI="http://www.w3.org/2002/ws/ra/test/scenario/NewAnimal"/>
<wsevd:eventType ID="UpdateLocation" element="sce:Animal"
- actionURI="http://www.w3.org/2002/ws/ra/edcopies/scenario/UpdateLocation"/>
+ actionURI="http://www.w3.org/2002/ws/ra/test/scenario/UpdateLocation"/>
<wsevd:eventType ID="UpdateLocation" element="sce:Animal"
- actionURI="http://www.w3.org/2002/ws/ra/edcopies/scenario/UpdateAnimal"/>
+ actionURI="http://www.w3.org/2002/ws/ra/test/scenario/UpdateAnimal"/>
<wsevd:eventType ID="UpdateLocation" element="sce:Animal"
- actionURI="http://www.w3.org/2002/ws/ra/edcopies/scenario/RemoveAnimal"/>
+ actionURI="http://www.w3.org/2002/ws/ra/test/scenario/RemoveAnimal"/>
</wsevd:EventDescriptions>
Index: scenarioSink.wsdl
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/test/scenario/scenarioSink.wsdl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- scenarioSink.wsdl 2 Feb 2011 14:37:55 -0000 1.1
+++ scenarioSink.wsdl 4 Feb 2011 21:47:20 -0000 1.2
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions
- xmlns:tns="http://www.w3.org/2002/ws/ra/edcopies/scenario"
+ xmlns:tns="http://www.w3.org/2002/ws/ra/test/scenario"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata"
xmlns:wsp="http://www.w3.org/ns/ws-policy"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns:wsevd="http://www.w3.org/2010/08/ws-evd"
- xmlns:sce="http://www.w3.org/2002/ws/ra/edcopies/scenario"
+ xmlns:wsevd="http://www.w3.org/2011/01/ws-evd"
+ xmlns:sce="http://www.w3.org/2002/ws/ra/test/scenario"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
- targetNamespace="http://www.w3.org/2002/ws/ra/edcopies/scenario">
+ targetNamespace="http://www.w3.org/2002/ws/ra/test/scenario">
<wsdl:types>
- <xs:schema targetNamespace="http://www.w3.org/2002/ws/ra/edcopies/scenario">
+ <xs:schema targetNamespace="http://www.w3.org/2002/ws/ra/test/scenario">
<xs:include schemaLocation="animal.xsd"/>
</xs:schema>
</wsdl:types>
@@ -36,22 +36,22 @@
<wsdl:portType name="SinkPort">
<wsdl:operation name="NewAnimalOp">
<wsdl:input message="tns:NewAnimalMsg"
- wsam:Action="http://www.w3.org/2002/ws/ra/edcopies/scenario/NewAnimal"/>
+ wsam:Action="http://www.w3.org/2002/ws/ra/test/scenario/NewAnimal"/>
</wsdl:operation>
<wsdl:operation name="UpdateLocationOp">
<wsdl:input message="tns:UpdateLocationMsg"
- wsam:Action="http://www.w3.org/2002/ws/ra/edcopies/scenario/UpdateLocation"/>
+ wsam:Action="http://www.w3.org/2002/ws/ra/test/scenario/UpdateLocation"/>
</wsdl:operation>
<wsdl:operation name="UpdateAnimalOp">
<wsdl:input message="tns:UpdateAnimalMsg"
- wsam:Action="http://www.w3.org/2002/ws/ra/edcopies/scenario/UpdateAnimal"/>
+ wsam:Action="http://www.w3.org/2002/ws/ra/test/scenario/UpdateAnimal"/>
</wsdl:operation>
<wsdl:operation name="RemoveAnimalOp">
<wsdl:input message="tns:RemoveAnimalMsg"
- wsam:Action="http://www.w3.org/2002/ws/ra/edcopies/scenario/RemoveAnimal"/>
+ wsam:Action="http://www.w3.org/2002/ws/ra/test/scenario/RemoveAnimal"/>
</wsdl:operation>
</wsdl:portType>
Received on Friday, 4 February 2011 21:47:23 UTC