- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 23 Mar 2007 05:50:33 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/documents/good/SAWSDL-1G In directory hutz:/tmp/cvs-serv20879/test-suite/documents/good/SAWSDL-1G Modified Files: 01-interface-annotation.wsdl 01-multiple-interface-annotation.wsdl Log Message: Updated the testsuite to the new namespaces. Index: 01-interface-annotation.wsdl =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/SAWSDL-1G/01-interface-annotation.wsdl,v retrieving revision 1.1 retrieving revision 1.2 diff -C 2 -d -r1.1 -r1.2 *** 01-interface-annotation.wsdl 9 Feb 2007 04:13:17 -0000 1.1 --- 01-interface-annotation.wsdl 23 Mar 2007 05:50:31 -0000 1.2 *************** *** 3,7 **** targetNamespace="http://www.w3.org/2002/ws/sawsdl/spec/wsdl/order#" xmlns="http://www.w3.org/2002/ws/sawsdl/spec/wsdl/order#" ! xmlns:wsdl="http://www.w3.org/2006/01/wsdl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:sawsdl="http://www.w3.org/2007/01/sawsdl#"> --- 3,7 ---- targetNamespace="http://www.w3.org/2002/ws/sawsdl/spec/wsdl/order#" xmlns="http://www.w3.org/2002/ws/sawsdl/spec/wsdl/order#" ! xmlns:wsdl="http://www.w3.org/ns/wsdl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:sawsdl="http://www.w3.org/2007/01/sawsdl#"> *************** *** 37,41 **** <wsdl:interface name="Order" sawsdl:modelReference="http://example.org/categorization/products/electronics"> ! <wsdl:operation name="order" pattern="http://www.w3.org/2006/01/wsdl/in-out"> <wsdl:input element="OrderRequest" /> <wsdl:output element="OrderResponse" /> --- 37,41 ---- <wsdl:interface name="Order" sawsdl:modelReference="http://example.org/categorization/products/electronics"> ! <wsdl:operation name="order" pattern="http://www.w3.org/ns/wsdl/in-out"> <wsdl:input element="OrderRequest" /> <wsdl:output element="OrderResponse" /> Index: 01-multiple-interface-annotation.wsdl =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/SAWSDL-1G/01-multiple-interface-annotation.wsdl,v retrieving revision 1.1 retrieving revision 1.2 diff -C 2 -d -r1.1 -r1.2 *** 01-multiple-interface-annotation.wsdl 9 Feb 2007 04:13:17 -0000 1.1 --- 01-multiple-interface-annotation.wsdl 23 Mar 2007 05:50:31 -0000 1.2 *************** *** 3,7 **** targetNamespace="http://www.w3.org/2002/ws/sawsdl/spec/wsdl/order#" xmlns="http://www.w3.org/2002/ws/sawsdl/spec/wsdl/order#" ! xmlns:wsdl="http://www.w3.org/2006/01/wsdl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:sawsdl="http://www.w3.org/2007/01/sawsdl#"> --- 3,7 ---- targetNamespace="http://www.w3.org/2002/ws/sawsdl/spec/wsdl/order#" xmlns="http://www.w3.org/2002/ws/sawsdl/spec/wsdl/order#" ! xmlns:wsdl="http://www.w3.org/ns/wsdl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:sawsdl="http://www.w3.org/2007/01/sawsdl#"> *************** *** 37,41 **** <wsdl:interface name="Order" sawsdl:modelReference="http://example.org/categorization/products/electronics http://example.org/concept2 http://3.example/"> ! <wsdl:operation name="order" pattern="http://www.w3.org/2006/01/wsdl/in-out"> <wsdl:input element="OrderRequest" /> <wsdl:output element="OrderResponse" /> --- 37,41 ---- <wsdl:interface name="Order" sawsdl:modelReference="http://example.org/categorization/products/electronics http://example.org/concept2 http://3.example/"> ! <wsdl:operation name="order" pattern="http://www.w3.org/ns/wsdl/in-out"> <wsdl:input element="OrderRequest" /> <wsdl:output element="OrderResponse" />
Received on Friday, 23 March 2007 05:53:37 UTC