You are viewing a plain text version of this content. The canonical link for it is here.
Posted to woden-dev@ws.apache.org by ry...@apache.org on 2006/02/02 20:40:38 UTC

svn commit: r374474 - in /incubator/woden/java/ant-test: build.xml test.wsdl

Author: ryman
Date: Thu Feb  2 11:40:37 2006
New Revision: 374474

URL: http://svn.apache.org/viewcvs?rev=374474&view=rev
Log:
added verbose and failonerror properties to validatewsdl20 ant task, and reused the same reader for each file

Modified:
    incubator/woden/java/ant-test/build.xml
    incubator/woden/java/ant-test/test.wsdl

Modified: incubator/woden/java/ant-test/build.xml
URL: http://svn.apache.org/viewcvs/incubator/woden/java/ant-test/build.xml?rev=374474&r1=374473&r2=374474&view=diff
==============================================================================
--- incubator/woden/java/ant-test/build.xml (original)
+++ incubator/woden/java/ant-test/build.xml Thu Feb  2 11:40:37 2006
@@ -8,7 +8,7 @@
 
   <target name="main">
     <taskdef name="validatewsdl20" classname="org.apache.woden.ant.ValidateWSDL20" classpath="${libdir}/woden.jar;${downloadslibdir}/${XmlSchemaFile}" />
-    <validatewsdl20 dir="." includes="**/*.wsdl">
+    <validatewsdl20 dir="." includes="**/*.wsdl" verbose="yes">
     </validatewsdl20>
   </target>
 	

Modified: incubator/woden/java/ant-test/test.wsdl
URL: http://svn.apache.org/viewcvs/incubator/woden/java/ant-test/test.wsdl?rev=374474&r1=374473&r2=374474&view=diff
==============================================================================
--- incubator/woden/java/ant-test/test.wsdl (original)
+++ incubator/woden/java/ant-test/test.wsdl Thu Feb  2 11:40:37 2006
@@ -2,6 +2,7 @@
 <wsdl:description targetNamespace="http://example.org/name"
 	xmlns:name="http://example.org/name"
 	xmlns:wsdl="http://www.w3.org/2006/01/wsdl"
+	xmlns:wsoap="http://www.w3.org/2006/01/wsdl/soap"
 	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 http://www.w3.org/2006/01/wsdl/wsdl20.xsd http://www.w3.org/2001/XMLSchema http://www.w3.org/2001/XMLSchema.xsd">
@@ -36,7 +37,11 @@
 		</wsdl:operation>
 	</wsdl:interface>
 
-	<wsdl:binding name="NamesBinding" interface="name:NameInterface">
+	<wsdl:binding name="NamesBinding" interface="name:NameInterface"
+		type="http://www.w3.org/2006/01/wsdl/soap"
+		wsoap:protocol="http://www.w3.org/2003/05/soap/bindings/HTTP">
+		<wsdl:operation ref="name:getNameFromSIN"
+			wsoap:mep="http://www.w3.org/2003/05/soap/mep/request-response" />
 	</wsdl:binding>
 
 	<wsdl:service name="NamesService" interface="name:NameInterface">



---------------------------------------------------------------------
To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org