[jboss-svn-commits] JBossWS SVN: r1068 - in trunk/src/test: ant resources/interop/microsoft/security/sep06/wsse10 resources/interop/microsoft/security/sep06/wsse10/WEB-INF/wsdl

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Sep 27 11:11:19 EDT 2006


Author: heiko.braun at jboss.com
Date: 2006-09-27 11:11:15 -0400 (Wed, 27 Sep 2006)
New Revision: 1068

Added:
   trunk/src/test/resources/interop/microsoft/security/sep06/wsse10/wstools-config.xml
Modified:
   trunk/src/test/ant/build-interop.xml
   trunk/src/test/resources/interop/microsoft/security/sep06/wsse10/WEB-INF/wsdl/wsdl0.wsdl
Log:
wsse10 sep06 config updates

Modified: trunk/src/test/ant/build-interop.xml
===================================================================
--- trunk/src/test/ant/build-interop.xml	2006-09-27 14:20:46 UTC (rev 1067)
+++ trunk/src/test/ant/build-interop.xml	2006-09-27 15:11:15 UTC (rev 1068)
@@ -14,6 +14,7 @@
 
    <property name="jwsdp.home" value="C:/dev/env/jwsdp-1.6"/>
    <property name="wsdl.update.marker" value="${test.resources.dir}/interop/wsdl.update"/>
+   <property name="jbossws.client.jar" value="jbossws-client.jar"/>
 
    <path id="jwsdp.classpath">
       <fileset dir="${jwsdp.home}/jaxrpc/lib"/>
@@ -40,6 +41,11 @@
       <classpath refid="jwsdp.classpath"/>
    </taskdef>
 
+   <taskdef name="wstools" classname="org.jboss.ws.tools.ant.wstools">
+      <classpath refid="javac.classpath"/>
+      <classpath path="${build.test.dir}/classes"/>
+   </taskdef>
+
    <!--
       BUILD MACROS
    -->
@@ -276,10 +282,8 @@
           features="documentliteral,wsi,useonewayoperations"
           verbose="false"/-->
 
-      <create-client
-                company="microsoft" module="security/sep06/wsse10"
-                features="documentliteral,wsi,useonewayoperations"
-                verbose="false"/>
+      <wstools dest="${test.resources.dir}/interop/microsoft/security/sep06/wsse10/WEB-INF"
+               config="${test.resources.dir}/interop/microsoft/security/sep06/wsse10/wstools-config.xml"/>
 
    </target>
 
@@ -322,7 +326,7 @@
       <antcall target="deploy-mtom"/>
    </target>
 
-    <target name="deploy-root">
+   <target name="deploy-root">
       <copy todir="${jboss.home}/server/default/deploy/">
          <fileset dir="${build.test.dir}/libs">
             <include name="*interop-root.war"/>

Modified: trunk/src/test/resources/interop/microsoft/security/sep06/wsse10/WEB-INF/wsdl/wsdl0.wsdl
===================================================================
--- trunk/src/test/resources/interop/microsoft/security/sep06/wsse10/WEB-INF/wsdl/wsdl0.wsdl	2006-09-27 14:20:46 UTC (rev 1067)
+++ trunk/src/test/resources/interop/microsoft/security/sep06/wsse10/WEB-INF/wsdl/wsdl0.wsdl	2006-09-27 15:11:15 UTC (rev 1068)
@@ -1117,7 +1117,7 @@
    </wsp:All>
   </wsp:ExactlyOne>
  </wsp:Policy>
- <!--wsdl:import location='http://131.107.72.15/Security_WsSecurity_Service_Indigo/WsSecurity10.svc?wsdl' namespace='http://InteropBaseAddress/interop'/-->
+ <!--wsdl:import location='WsSecurity10Sign.wsdl' namespace='http://InteropBaseAddress/interop'/-->
  <wsdl:types/>
  <wsdl:binding name='X10_IPingService' type='i0:IPingService'>
   <wsp:PolicyReference URI='#X10_IPingService_policy'/>

Added: trunk/src/test/resources/interop/microsoft/security/sep06/wsse10/wstools-config.xml
===================================================================
--- trunk/src/test/resources/interop/microsoft/security/sep06/wsse10/wstools-config.xml	2006-09-27 14:20:46 UTC (rev 1067)
+++ trunk/src/test/resources/interop/microsoft/security/sep06/wsse10/wstools-config.xml	2006-09-27 15:11:15 UTC (rev 1068)
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<configuration xmlns="http://www.jboss.org/jbossws-tools">
+  <global>
+    <package-namespace package="org.jboss.test.ws.interop.microsoft.security.sep06.wsse10"
+                       namespace="http://InteropBaseAddress/interop/Imports" />
+     <package-namespace package="org.jboss.test.ws.interop.microsoft.security.sep06.wsse10"
+                        namespace="http://InteropBaseAddress/interop"/>
+  </global>
+  <wsdl-java file="resources/interop/microsoft/security/sep06/wsse10/WEB-INF/wsdl/WsSecurity10Sign.wsdl">
+    <mapping file="jaxrpc-mapping.xml" />
+  </wsdl-java>
+</configuration>
\ No newline at end of file


Property changes on: trunk/src/test/resources/interop/microsoft/security/sep06/wsse10/wstools-config.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF




More information about the jboss-svn-commits mailing list