2002/ws/desc/test-suite/documents/bad/HTTPBinding-6B Echo.wsdl,1.2,1.3

Update of /sources/public/2002/ws/desc/test-suite/documents/bad/HTTPBinding-6B
In directory hutz:/tmp/cvs-serv32428/test-suite/documents/bad/HTTPBinding-6B

Modified Files:
	Echo.wsdl 
Log Message:
Corrected errors in the WSDL 2.0 schemas for soap and http. Corrected multiple errors in test cases. Eliminated documents/bad/RPC-16B since it failed schema validation. 

Index: Echo.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/bad/HTTPBinding-6B/Echo.wsdl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** Echo.wsdl	7 Jul 2006 15:07:59 -0000	1.2
--- Echo.wsdl	11 Nov 2006 23:12:39 -0000	1.3
***************
*** 5,9 ****
  	xmlns:whttp="http://www.w3.org/2006/01/wsdl/http"
  	xmlns:wsdlx="http://www.w3.org/2006/01/wsdl-extensions"
! 	xmlns:xs="http://www.w3.org/2001/XMLSchema">
  
  	<wsdl:documentation>
--- 5,9 ----
  	xmlns:whttp="http://www.w3.org/2006/01/wsdl/http"
  	xmlns:wsdlx="http://www.w3.org/2006/01/wsdl-extensions"
! 	xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  
  	<wsdl:documentation>
***************
*** 12,16 ****
  
  	<wsdl:types>
! 		<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  			elementFormDefault="qualified"
  			targetNamespace="http://example.org/Echo">
--- 12,16 ----
  
  	<wsdl:types>
! 		<xsd:schema
  			elementFormDefault="qualified"
  			targetNamespace="http://example.org/Echo">

Received on Saturday, 11 November 2006 23:12:53 UTC