- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 23 Mar 2007 05:50:32 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/documents/good/SparqlQuerySimplified-1G In directory hutz:/tmp/cvs-serv20879/test-suite/documents/good/SparqlQuerySimplified-1G Modified Files: TestMetadata.xml sparql-protocol-query.wsdl Log Message: Updated the testsuite to the new namespaces. Index: TestMetadata.xml =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/SparqlQuerySimplified-1G/TestMetadata.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C 2 -d -r1.2 -r1.3 *** TestMetadata.xml 1 Dec 2006 23:44:00 -0000 1.2 --- TestMetadata.xml 23 Mar 2007 05:50:30 -0000 1.3 *************** *** 14,18 **** <Inputs> <Input role="root">sparql-protocol-query.wsdl</Input> ! <Input role="required-extension">http://www.w3.org/2006/01/wsdl/soap</Input> </Inputs> <ExpectedResults> --- 14,18 ---- <Inputs> <Input role="root">sparql-protocol-query.wsdl</Input> ! <Input role="required-extension">http://www.w3.org/ns/wsdl/soap</Input> </Inputs> <ExpectedResults> Index: sparql-protocol-query.wsdl =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/SparqlQuerySimplified-1G/sparql-protocol-query.wsdl,v retrieving revision 1.1 retrieving revision 1.2 diff -C 2 -d -r1.1 -r1.2 *** sparql-protocol-query.wsdl 18 Nov 2006 11:39:07 -0000 1.1 --- sparql-protocol-query.wsdl 23 Mar 2007 05:50:30 -0000 1.2 *************** *** 3,13 **** <!-- $Id$ --> ! <description xmlns="http://www.w3.org/2006/01/wsdl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://www.w3.org/2003/05/soap-envelope" ! xmlns:whttp="http://www.w3.org/2006/01/wsdl/http" xmlns:st="http://www.w3.org/2005/09/sparql-protocol-types/#" ! xmlns:wsoap="http://www.w3.org/2006/01/wsdl/soap" ! xmlns:wsdlx="http://www.w3.org/2006/01/wsdl-extensions" xmlns:tns="http://www.w3.org/2005/08/sparql-protocol-query/#" targetNamespace="http://www.w3.org/2005/08/sparql-protocol-query/#"> --- 3,13 ---- <!-- $Id$ --> ! <description xmlns="http://www.w3.org/ns/wsdl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://www.w3.org/2003/05/soap-envelope" ! xmlns:whttp="http://www.w3.org/ns/wsdl/http" xmlns:st="http://www.w3.org/2005/09/sparql-protocol-types/#" ! xmlns:wsoap="http://www.w3.org/ns/wsdl/soap" ! xmlns:wsdlx="http://www.w3.org/ns/wsdl-extensions" xmlns:tns="http://www.w3.org/2005/08/sparql-protocol-query/#" targetNamespace="http://www.w3.org/2005/08/sparql-protocol-query/#"> *************** *** 110,114 **** <!-- Abstract SparqlQuery Interface --> <interface name="SparqlQuery" ! styleDefault="http://www.w3.org/2006/01/wsdl/style/iri"> <!-- the Interface Faults --> --- 110,114 ---- <!-- Abstract SparqlQuery Interface --> <interface name="SparqlQuery" ! styleDefault="http://www.w3.org/ns/wsdl/style/iri"> <!-- the Interface Faults --> *************** *** 119,123 **** <!-- the Interface Operation --> <operation name="query" ! pattern="http://www.w3.org/2006/01/wsdl/in-out"> <documentation> --- 119,123 ---- <!-- the Interface Operation --> <operation name="query" ! pattern="http://www.w3.org/ns/wsdl/in-out"> <documentation> *************** *** 138,142 **** <!-- the HTTP GET binding for query operation --> <binding name="queryHttpGet" interface="tns:SparqlQuery" ! type="http://www.w3.org/2006/01/wsdl/http" whttp:version="1.1"> <fault ref="tns:MalformedQuery" whttp:code="400" /> --- 138,142 ---- <!-- the HTTP GET binding for query operation --> <binding name="queryHttpGet" interface="tns:SparqlQuery" ! type="http://www.w3.org/ns/wsdl/http" whttp:version="1.1"> <fault ref="tns:MalformedQuery" whttp:code="400" /> *************** *** 151,155 **** <!-- the HTTP POST binding for query operation --> <binding name="queryHttpPost" interface="tns:SparqlQuery" ! type="http://www.w3.org/2006/01/wsdl/http" whttp:version="1.1"> <fault ref="tns:MalformedQuery" whttp:code="400" /> --- 151,155 ---- <!-- the HTTP POST binding for query operation --> <binding name="queryHttpPost" interface="tns:SparqlQuery" ! type="http://www.w3.org/ns/wsdl/http" whttp:version="1.1"> <fault ref="tns:MalformedQuery" whttp:code="400" /> *************** *** 164,168 **** <!-- the SOAP 1.2 binding (HTTP is underlying protocol; POST is the method.) --> <binding name="querySoap" interface="tns:SparqlQuery" ! type="http://www.w3.org/2006/01/wsdl/soap" wsoap:version="1.2" wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP/"> --- 164,168 ---- <!-- the SOAP 1.2 binding (HTTP is underlying protocol; POST is the method.) --> <binding name="querySoap" interface="tns:SparqlQuery" ! type="http://www.w3.org/ns/wsdl/soap" wsoap:version="1.2" wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP/">
Received on Friday, 23 March 2007 05:53:58 UTC