2002/ws/desc/test-suite/documents/good/TicketAgent-1 TicketAgent.xsd,1.1,1.2 TicketAgent.wsdl,1.1,1.2 interface_fault.wsdl,1.1,NONE

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

Modified Files:
	TicketAgent.xsd TicketAgent.wsdl 
Removed Files:
	interface_fault.wsdl 
Log Message:
Added test cases and Ant script to performan XML schema validation.

--- interface_fault.wsdl DELETED ---

Index: TicketAgent.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/TicketAgent-1/TicketAgent.wsdl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TicketAgent.wsdl	3 Feb 2005 14:36:52 -0000	1.1
--- TicketAgent.wsdl	3 Feb 2005 18:46:32 -0000	1.2
***************
*** 1,13 ****
  <?xml version="1.0" encoding="UTF-8"?>
! <wsdl:definitions 
      targetNamespace="http://example.org/TicketAgent.wsdl" 
      xmlns:xsTicketAgent="http://example.org/TicketAgent.xsd" 
!     xmlns:wsdl="http://www.w3.org/@@@@/@@/wsdl" 
      xmlns:xs="http://www.w3.org/2001/XMLSchema"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
!     xsi:schemaLocation="http://www.w3.org/@@@@/@@/wsdl ../xmlcatalog/wsdl/wsdl20.xsd http://www.w3.org/2001/XMLSchema ../xmlcatalog/xsd/XMLSchema.xsd">
    
-  
-        
      <wsdl:types>
          <xs:import schemaLocation="TicketAgent.xsd" 
--- 1,11 ----
  <?xml version="1.0" encoding="UTF-8"?>
! <wsdl:description 
      targetNamespace="http://example.org/TicketAgent.wsdl" 
      xmlns:xsTicketAgent="http://example.org/TicketAgent.xsd" 
!     xmlns:wsdl="http://www.w3.org/2004/08/wsdl" 
      xmlns:xs="http://www.w3.org/2001/XMLSchema"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
!     xsi:schemaLocation="http://www.w3.org/2004/08/wsdl ../../../xmlcatalog/wsdl/wsdl20.xsd http://www.w3.org/2001/XMLSchema ../../../xmlcatalog/xsd/XMLSchema.xsd">
    
      <wsdl:types>
          <xs:import schemaLocation="TicketAgent.xsd" 
***************
*** 16,28 ****
          
      <wsdl:interface name="TicketAgent">
!         <wsdl:operation name="listFlights" pattern="http://www.w3.org/@@@@/@@/wsdl/in-out">
              <wsdl:input element="xsTicketAgent:listFlightsRequest"/>
              <wsdl:output element="xsTicketAgent:listFlightsResponse"/>
          </wsdl:operation>
                  
!         <wsdl:operation name="reserveFlight" pattern="http://www.w3.org/@@@@/@@/wsdl/in-out">
              <wsdl:input element="xsTicketAgent:reserveFlightRequest"/>
              <wsdl:output element="xsTicketAgent:reserveFlightResponse"/>
          </wsdl:operation>
      </wsdl:interface>
! </wsdl:definitions>
\ No newline at end of file
--- 14,26 ----
          
      <wsdl:interface name="TicketAgent">
!         <wsdl:operation name="listFlights" pattern="http://www.w3.org/2004/08/wsdl/in-out">
              <wsdl:input element="xsTicketAgent:listFlightsRequest"/>
              <wsdl:output element="xsTicketAgent:listFlightsResponse"/>
          </wsdl:operation>
                  
!         <wsdl:operation name="reserveFlight" pattern="http://www.w3.org/2004/08/wsdl/in-out">
              <wsdl:input element="xsTicketAgent:reserveFlightRequest"/>
              <wsdl:output element="xsTicketAgent:reserveFlightResponse"/>
          </wsdl:operation>
      </wsdl:interface>
! </wsdl:description>
\ No newline at end of file

Index: TicketAgent.xsd
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/good/TicketAgent-1/TicketAgent.xsd,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TicketAgent.xsd	3 Feb 2005 14:36:52 -0000	1.1
--- TicketAgent.xsd	3 Feb 2005 18:46:32 -0000	1.2
***************
*** 4,8 ****
  	targetNamespace="http://example.org/TicketAgent.xsd"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
!     xsi:schemaLocation="http://www.w3.org/2001/XMLSchema ../xmlcatalog/xsd/XMLSchema.xsd">
  
  	<element name="listFlightsRequest">
--- 4,8 ----
  	targetNamespace="http://example.org/TicketAgent.xsd"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
!     xsi:schemaLocation="http://www.w3.org/2001/XMLSchema ../../../xmlcatalog/xsd/XMLSchema.xsd">
  
  	<element name="listFlightsRequest">

Received on Thursday, 3 February 2005 18:46:35 UTC