2002/ws/desc/test-suite/documents/good/Interface-5G Interface.wsdl,1.3,1.4

Update of /sources/public/2002/ws/desc/test-suite/documents/good/Interface-5G
In directory hutz:/tmp/cvs-serv2189/test-suite/documents/good/Interface-5G

Modified Files:
	Interface.wsdl 
Log Message:
Updated Test Suite to use Ant 1.7 alpha <schemavalidate> task which allows us to remove schemaLocation information from the documents.

Index: Interface.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/Interface-5G/Interface.wsdl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Interface.wsdl	25 Jan 2006 18:32:45 -0000	1.3
--- Interface.wsdl	19 Feb 2006 23:27:41 -0000	1.4
***************
*** 1,18 ****
  <?xml version="1.0" encoding="UTF-8"?>
! <wsdl:description 
!     targetNamespace="http://example.org/" 
!     xmlns:wsdl="http://www.w3.org/2006/01/wsdl" 
!     xmlns:xs="http://www.w3.org/2001/XMLSchema"
!     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
!     xsi:schemaLocation="http://www.w3.org/2006/01/wsdl ../../../xmlcatalog/wsdl/wsdl20.xsd http://www.w3.org/2001/XMLSchema ../../../xmlcatalog/xsd/XMLSchema.xsd">
!   
!     <wsdl:documentation>
!       This test shows a valid use of a WSDL 2.0 interface with default multipart style.
!     </wsdl:documentation>
!         
!     <wsdl:interface name="myInterface" styleDefault="http://www.w3.org/2006/01/wsdl/style/multipart">
!         <wsdl:documentation>
!           Some documentation
!         </wsdl:documentation>
!     </wsdl:interface>
  </wsdl:description>
--- 1,15 ----
  <?xml version="1.0" encoding="UTF-8"?>
! <wsdl:description targetNamespace="http://example.org/"
! 	xmlns:wsdl="http://www.w3.org/2006/01/wsdl"
! 	xmlns:xs="http://www.w3.org/2001/XMLSchema">
! 
! 	<wsdl:documentation>
! 		This test shows a valid use of a WSDL 2.0 interface with default
! 		multipart style.
! 	</wsdl:documentation>
! 
! 	<wsdl:interface name="myInterface"
! 		styleDefault="http://www.w3.org/2006/01/wsdl/style/multipart">
! 		<wsdl:documentation>Some documentation</wsdl:documentation>
! 	</wsdl:interface>
  </wsdl:description>

Received on Sunday, 19 February 2006 23:28:20 UTC