You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2012/01/06 10:54:38 UTC

svn commit: r1228048 - /axis/axis1/java/trunk/integration/src/test/wsdl/oneway/oneway.wsdl

Author: veithen
Date: Fri Jan  6 09:54:38 2012
New Revision: 1228048

URL: http://svn.apache.org/viewvc?rev=1228048&view=rev
Log:
Use a modern XML schema version so that one can test the service using soapUI.

Modified:
    axis/axis1/java/trunk/integration/src/test/wsdl/oneway/oneway.wsdl

Modified: axis/axis1/java/trunk/integration/src/test/wsdl/oneway/oneway.wsdl
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/integration/src/test/wsdl/oneway/oneway.wsdl?rev=1228048&r1=1228047&r2=1228048&view=diff
==============================================================================
--- axis/axis1/java/trunk/integration/src/test/wsdl/oneway/oneway.wsdl (original)
+++ axis/axis1/java/trunk/integration/src/test/wsdl/oneway/oneway.wsdl Fri Jan  6 09:54:38 2012
@@ -4,14 +4,14 @@
              targetNamespace="urn:oneway.wsdl.test"
              xmlns:tns="urn:oneway.wsdl.test"
              xmlns:typens="urn:oneway.wsdl.test"
-             xmlns:xsd="http://www.w3.org/1999/XMLSchema"
+             xmlns:xsd="http://www.w3.org/2001/XMLSchema"
              xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
              xmlns="http://schemas.xmlsoap.org/wsdl/">
 
   <!-- type defs -->
   <types>
     <xsd:schema targetNamespace="urn:oneway.wsdl.test"
-                xmlns:xsd="http://www.w3.org/1999/XMLSchema">
+                xmlns:xsd="http://www.w3.org/2001/XMLSchema">
 
       <xsd:simpleType name="stateType">
         <xsd:restriction base="xsd:string">