2002/ws/desc/test-suite/documents/bad/Service-1B Service.wsdl,1.1,1.2

Update of /sources/public/2002/ws/desc/test-suite/documents/bad/Service-1B
In directory hutz:/tmp/cvs-serv5553/documents/bad/Service-1B

Modified Files:
	Service.wsdl 
Log Message:
Updated WSDL schemas and changed namespaces to 2005/05.

Index: Service.wsdl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/documents/bad/Service-1B/Service.wsdl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Service.wsdl	18 Feb 2005 22:12:59 -0000	1.1
--- Service.wsdl	1 May 2005 15:04:01 -0000	1.2
***************
*** 3,10 ****
      targetNamespace="http://example.org/Service" 
      xmlns:tns="http://example.org/Service" 
!     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:documentation>
--- 3,10 ----
      targetNamespace="http://example.org/Service" 
      xmlns:tns="http://example.org/Service" 
!     xmlns:wsdl="http://www.w3.org/2005/05/wsdl" 
      xmlns:xs="http://www.w3.org/2001/XMLSchema"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
!     xsi:schemaLocation="http://www.w3.org/2005/05/wsdl ../../../xmlcatalog/wsdl/wsdl20.xsd http://www.w3.org/2001/XMLSchema ../../../xmlcatalog/xsd/XMLSchema.xsd">
    
      <wsdl:documentation>
***************
*** 13,17 ****
          
      <wsdl:interface name="EchoInterface">
!         <wsdl:operation name="Echo" pattern="http://www.w3.org/2004/08/wsdl/in-out">
              <wsdl:input element="xs:string"/>
              <wsdl:output element="xs:string"/>
--- 13,17 ----
          
      <wsdl:interface name="EchoInterface">
!         <wsdl:operation name="Echo" pattern="http://www.w3.org/2005/05/wsdl/in-out">
              <wsdl:input element="xs:string"/>
              <wsdl:output element="xs:string"/>
***************
*** 20,24 ****
      
      <wsdl:binding name="EchoSOAPBinding" 
! 	  type="http://www.w3.org/2004/08/wsdl/soap12"/>
      
      <wsdl:service name="EchoService" interface="EchoInterface">
--- 20,24 ----
      
      <wsdl:binding name="EchoSOAPBinding" 
! 	  type="http://www.w3.org/2005/05/wsdl/soap12"/>
      
      <wsdl:service name="EchoService" interface="EchoInterface">

Received on Sunday, 1 May 2005 15:04:12 UTC