[jboss-svn-commits] JBossWS SVN: r1138 - branches/jbossws-1.0/src/test/resources/jaxrpc/jbws434/WEB-INF/wsdl
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Oct 4 17:17:36 EDT 2006
Author: heiko.braun at jboss.com
Date: 2006-10-04 17:17:34 -0400 (Wed, 04 Oct 2006)
New Revision: 1138
Modified:
branches/jbossws-1.0/src/test/resources/jaxrpc/jbws434/WEB-INF/wsdl/TestService.wsdl
Log:
extended test case
Modified: branches/jbossws-1.0/src/test/resources/jaxrpc/jbws434/WEB-INF/wsdl/TestService.wsdl
===================================================================
--- branches/jbossws-1.0/src/test/resources/jaxrpc/jbws434/WEB-INF/wsdl/TestService.wsdl 2006-10-04 20:59:05 UTC (rev 1137)
+++ branches/jbossws-1.0/src/test/resources/jaxrpc/jbws434/WEB-INF/wsdl/TestService.wsdl 2006-10-04 21:17:34 UTC (rev 1138)
@@ -28,6 +28,10 @@
</complexType>
</schema>
+
+ <schema targetNamespace="http://somens" xmlns:tns="http://somens" xmlns="http://www.w3.org/2001/XMLSchema">
+ <element name="knownWildcard" type="string"/>
+ </schema>
</types>
<message name="TestService_echo">
More information about the jboss-svn-commits
mailing list