[jboss-svn-commits] JBossWS SVN: r1115 - in trunk/src/test/resources/interop/microsoft/mtom/utf8: . wsse wsse/META-INF wsse/WEB-INF

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Oct 2 09:00:19 EDT 2006


Author: heiko.braun at jboss.com
Date: 2006-10-02 09:00:15 -0400 (Mon, 02 Oct 2006)
New Revision: 1115

Added:
   trunk/src/test/resources/interop/microsoft/mtom/utf8/wsse/
   trunk/src/test/resources/interop/microsoft/mtom/utf8/wsse/META-INF/
   trunk/src/test/resources/interop/microsoft/mtom/utf8/wsse/META-INF/application-client.xml
   trunk/src/test/resources/interop/microsoft/mtom/utf8/wsse/META-INF/jboss-client.xml
   trunk/src/test/resources/interop/microsoft/mtom/utf8/wsse/META-INF/jboss-wsse-client.xml
   trunk/src/test/resources/interop/microsoft/mtom/utf8/wsse/META-INF/scenarios.xml
   trunk/src/test/resources/interop/microsoft/mtom/utf8/wsse/WEB-INF/
   trunk/src/test/resources/interop/microsoft/mtom/utf8/wsse/WEB-INF/jboss-web.xml
   trunk/src/test/resources/interop/microsoft/mtom/utf8/wsse/WEB-INF/jboss-wsse-server.xml
   trunk/src/test/resources/interop/microsoft/mtom/utf8/wsse/WEB-INF/web.xml
Log:
MTOM & WSSE composition interop

Added: trunk/src/test/resources/interop/microsoft/mtom/utf8/wsse/META-INF/application-client.xml
===================================================================
--- trunk/src/test/resources/interop/microsoft/mtom/utf8/wsse/META-INF/application-client.xml	2006-10-02 12:59:04 UTC (rev 1114)
+++ trunk/src/test/resources/interop/microsoft/mtom/utf8/wsse/META-INF/application-client.xml	2006-10-02 13:00:15 UTC (rev 1115)
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<application-client version="1.4" xmlns="http://java.sun.com/xml/ns/j2ee"
+                    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+                    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd">
+
+   <display-name>MTOM UTF8 test service</display-name>
+
+   <service-ref>
+      <service-ref-name>service/interop/MTOMUTF8Service_wsse</service-ref-name>
+      <service-interface>javax.xml.rpc.Service</service-interface>
+      <wsdl-file>META-INF/wsdl/MtomUtf8.wsdl</wsdl-file>
+      <jaxrpc-mapping-file>META-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
+
+      <port-component-ref>
+         <service-endpoint-interface>
+            org.jboss.test.ws.interop.microsoft.mtom.utf8.IMtomTest
+         </service-endpoint-interface>
+      </port-component-ref>
+
+   </service-ref>
+</application-client>
+


Property changes on: trunk/src/test/resources/interop/microsoft/mtom/utf8/wsse/META-INF/application-client.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: trunk/src/test/resources/interop/microsoft/mtom/utf8/wsse/META-INF/jboss-client.xml
===================================================================
--- trunk/src/test/resources/interop/microsoft/mtom/utf8/wsse/META-INF/jboss-client.xml	2006-10-02 12:59:04 UTC (rev 1114)
+++ trunk/src/test/resources/interop/microsoft/mtom/utf8/wsse/META-INF/jboss-client.xml	2006-10-02 13:00:15 UTC (rev 1115)
@@ -0,0 +1,16 @@
+<?xml version='1.0' encoding='UTF-8' ?>
+
+<!DOCTYPE jboss-client PUBLIC
+    "-//JBoss//DTD Application Client 4.0//EN"
+    "http://www.jboss.org/j2ee/dtd/jboss-client_4_0.dtd">
+
+<jboss-client>
+   <jndi-name>jbossws-client</jndi-name>
+
+   <service-ref>
+      <service-ref-name>service/interop/MTOMUTF8Service_wsse</service-ref-name>
+      <config-name>Standard WSSecurity Client</config-name>
+   </service-ref>
+
+</jboss-client>
+


Property changes on: trunk/src/test/resources/interop/microsoft/mtom/utf8/wsse/META-INF/jboss-client.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: trunk/src/test/resources/interop/microsoft/mtom/utf8/wsse/META-INF/jboss-wsse-client.xml
===================================================================
--- trunk/src/test/resources/interop/microsoft/mtom/utf8/wsse/META-INF/jboss-wsse-client.xml	2006-10-02 12:59:04 UTC (rev 1114)
+++ trunk/src/test/resources/interop/microsoft/mtom/utf8/wsse/META-INF/jboss-wsse-client.xml	2006-10-02 13:00:15 UTC (rev 1115)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<jboss-ws-security xmlns="http://www.jboss.com/ws-security/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://www.jboss.com/ws-security/config http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0.xsd">
+  <config>
+    <sign type="x509v3" alias="1"/>
+    <requires>
+      <signature/>
+    </requires>
+  </config>
+</jboss-ws-security>
\ No newline at end of file


Property changes on: trunk/src/test/resources/interop/microsoft/mtom/utf8/wsse/META-INF/jboss-wsse-client.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: trunk/src/test/resources/interop/microsoft/mtom/utf8/wsse/META-INF/scenarios.xml
===================================================================
--- trunk/src/test/resources/interop/microsoft/mtom/utf8/wsse/META-INF/scenarios.xml	2006-10-02 12:59:04 UTC (rev 1114)
+++ trunk/src/test/resources/interop/microsoft/mtom/utf8/wsse/META-INF/scenarios.xml	2006-10-02 13:00:15 UTC (rev 1115)
@@ -0,0 +1,12 @@
+<client-scenarios>
+   <scenario name="default" description="Testing local WSA endpoints">
+      <target-endpoint>http://localhost:8080/mtomUTF8_wsse/endpoint</target-endpoint>
+   </scenario>
+   <scenario name="debug-local" description="Testing local WSA endpoints">
+      <target-endpoint>http://localhost:8081/mtomUTF8_wsse/endpoint</target-endpoint>
+      <detour/>
+   </scenario>
+   <scenario name="msft-public" decsription="Testing MSFT public interop endpoints">
+      <target-endpoint>http://131.107.72.15/MTOM_Service_Indigo/Soap11MtomUtf8.svc/MtomTest</target-endpoint>
+   </scenario>
+</client-scenarios>


Property changes on: trunk/src/test/resources/interop/microsoft/mtom/utf8/wsse/META-INF/scenarios.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: trunk/src/test/resources/interop/microsoft/mtom/utf8/wsse/WEB-INF/jboss-web.xml
===================================================================
--- trunk/src/test/resources/interop/microsoft/mtom/utf8/wsse/WEB-INF/jboss-web.xml	2006-10-02 12:59:04 UTC (rev 1114)
+++ trunk/src/test/resources/interop/microsoft/mtom/utf8/wsse/WEB-INF/jboss-web.xml	2006-10-02 13:00:15 UTC (rev 1115)
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<jboss-web>
+    <context-root>/mtomUTF8_wsse</context-root>   
+</jboss-web>
\ No newline at end of file


Property changes on: trunk/src/test/resources/interop/microsoft/mtom/utf8/wsse/WEB-INF/jboss-web.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: trunk/src/test/resources/interop/microsoft/mtom/utf8/wsse/WEB-INF/jboss-wsse-server.xml
===================================================================
--- trunk/src/test/resources/interop/microsoft/mtom/utf8/wsse/WEB-INF/jboss-wsse-server.xml	2006-10-02 12:59:04 UTC (rev 1114)
+++ trunk/src/test/resources/interop/microsoft/mtom/utf8/wsse/WEB-INF/jboss-wsse-server.xml	2006-10-02 13:00:15 UTC (rev 1115)
@@ -0,0 +1,17 @@
+<jboss-ws-security xmlns="http://www.jboss.com/ws-security/config"
+                   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+                   xsi:schemaLocation="http://www.jboss.com/ws-security/config
+                   http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0.xsd">
+   <key-store-file>WEB-INF/alice.jks</key-store-file>
+   <key-store-password>password</key-store-password>
+   <trust-store-file>WEB-INF/wsse10.truststore</trust-store-file>
+   <trust-store-password>password</trust-store-password>
+
+   <config>
+      <sign type="x509v3" alias="1"/>
+      <requires>
+         <signature/>        
+      </requires>
+   </config>
+
+</jboss-ws-security>


Property changes on: trunk/src/test/resources/interop/microsoft/mtom/utf8/wsse/WEB-INF/jboss-wsse-server.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: trunk/src/test/resources/interop/microsoft/mtom/utf8/wsse/WEB-INF/web.xml
===================================================================
--- trunk/src/test/resources/interop/microsoft/mtom/utf8/wsse/WEB-INF/web.xml	2006-10-02 12:59:04 UTC (rev 1114)
+++ trunk/src/test/resources/interop/microsoft/mtom/utf8/wsse/WEB-INF/web.xml	2006-10-02 13:00:15 UTC (rev 1115)
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
+
+   <display-name>MTOM UTF8 App</display-name>
+
+   <context-param>
+      <param-name>jbossws-config-name</param-name>
+      <param-value>Standard WSSecurity Endpoint</param-value>
+   </context-param>
+
+   <servlet>
+      <servlet-name>ServiceServlet</servlet-name>
+      <servlet-class>org.jboss.test.ws.interop.microsoft.mtom.utf8.TestService</servlet-class>
+      <load-on-startup>0</load-on-startup>
+   </servlet>
+   <servlet-mapping>
+      <servlet-name>ServiceServlet</servlet-name>
+      <url-pattern>/endpoint</url-pattern>
+   </servlet-mapping>
+
+</web-app>
\ No newline at end of file


Property changes on: trunk/src/test/resources/interop/microsoft/mtom/utf8/wsse/WEB-INF/web.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF




More information about the jboss-svn-commits mailing list