2002/ws/desc/test-suite/messages/good/InOut-5G echo.wsdl,1.1,1.2

Update of /sources/public/2002/ws/desc/test-suite/messages/good/InOut-5G
In directory hutz:/tmp/cvs-serv32428/test-suite/messages/good/InOut-5G

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/messages/good/InOut-5G/echo.wsdl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** echo.wsdl	24 Oct 2006 13:55:10 -0000	1.1
--- echo.wsdl	11 Nov 2006 23:12:38 -0000	1.2
***************
*** 5,9 ****
  	xmlns:whttp="http://www.w3.org/2006/01/wsdl/http"
  	targetNamespace="http://www.wso2.com/wsdl/2006/interop/EchoService"
! 	xmlns:wwis="http://www.wso2.com/schemas/2006/interop/EchoService">
  
  	<documentation>
--- 5,10 ----
  	xmlns:whttp="http://www.w3.org/2006/01/wsdl/http"
  	targetNamespace="http://www.wso2.com/wsdl/2006/interop/EchoService"
! 	xmlns:wwis="http://www.wso2.com/schemas/2006/interop/EchoService"
! 	xmlns:xs="http://www.w3.org/2001/XMLSchema">
  
  	<documentation>
***************
*** 14,18 ****
  
  	<types>
! 		<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
  			xmlns="http://www.wso2.com/schemas/2006/interop/EchoService"
  			targetNamespace="http://www.wso2.com/schemas/2006/interop/EchoService"
--- 15,19 ----
  
  	<types>
! 		<xs:schema
  			xmlns="http://www.wso2.com/schemas/2006/interop/EchoService"
  			targetNamespace="http://www.wso2.com/schemas/2006/interop/EchoService"

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