2002/ws/desc/test-suite/documents/good/SparqlQuery-1G sparql-protocol-query.wsdl,1.3,1.4

Update of /sources/public/2002/ws/desc/test-suite/documents/good/SparqlQuery-1G
In directory hutz:/tmp/cvs-serv3957/test-suite/documents/good/SparqlQuery-1G

Modified Files:
	sparql-protocol-query.wsdl 
Log Message:
Fixed SOAP protocol Binding URIs (added trailing slash).

Index: sparql-protocol-query.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/SparqlQuery-1G/sparql-protocol-query.wsdl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C 2 -d -r1.3 -r1.4
*** sparql-protocol-query.wsdl	19 May 2006 14:54:28 -0000	1.3
--- sparql-protocol-query.wsdl	31 Oct 2006 00:50:02 -0000	1.4
***************
*** 91,95 ****
  	<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">
  
  		<fault ref="tns:MalformedQuery" wsoap:code="soap:Sender" />
--- 91,95 ----
  	<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/">
  
  		<fault ref="tns:MalformedQuery" wsoap:code="soap:Sender" />

Received on Tuesday, 31 October 2006 00:50:14 UTC