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

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

Modified Files:
	sparql-protocol-query.wsdl 
Log Message:
Corrected missing tns: in querySOAP binding ref attributes.

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.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** sparql-protocol-query.wsdl	26 Apr 2006 20:00:25 -0000	1.2
--- sparql-protocol-query.wsdl	19 May 2006 14:54:28 -0000	1.3
***************
*** 93,100 ****
  		wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP">
  
! 		<fault ref="MalformedQuery" wsoap:code="soap:Sender" />
! 		<fault ref="QueryRequestRefused" wsoap:code="soap:Sender" />
  
! 		<operation ref="query"
  			wsoap:mep="http://www.w3.org/2003/05/soap/mep/request-response" />
  
--- 93,100 ----
  		wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP">
  
! 		<fault ref="tns:MalformedQuery" wsoap:code="soap:Sender" />
! 		<fault ref="tns:QueryRequestRefused" wsoap:code="soap:Sender" />
  
! 		<operation ref="tns:query"
  			wsoap:mep="http://www.w3.org/2003/05/soap/mep/request-response" />
  

Received on Friday, 19 May 2006 14:54:47 UTC