[jboss-svn-commits] JBossWS SVN: r1070 - in trunk/src/test/resources/interop/microsoft/security/sep06: . wsse10Encrypt wsse10Encrypt/META-INF wsse10Encrypt/WEB-INF
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Sep 27 11:48:03 EDT 2006
Author: heiko.braun at jboss.com
Date: 2006-09-27 11:47:58 -0400 (Wed, 27 Sep 2006)
New Revision: 1070
Added:
trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/
trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/META-INF/
trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/META-INF/application-client.xml
trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/META-INF/jboss-client.xml
trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/META-INF/jboss-wsse-client.xml
trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/META-INF/scenarios.xml
trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/WEB-INF/
trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/WEB-INF/jboss-web.xml
trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/WEB-INF/jboss-wsse-server.xml
trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/WEB-INF/web.xml
trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/WEB-INF/webservices.xml
trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/WEB-INF/wsdl/
trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/wstools-config.xml
Log:
sep06 encrypt config & wsdl
Added: trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/META-INF/application-client.xml
===================================================================
--- trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/META-INF/application-client.xml 2006-09-27 15:34:32 UTC (rev 1069)
+++ trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/META-INF/application-client.xml 2006-09-27 15:47:58 UTC (rev 1070)
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<application-client 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"
+ version="1.4">
+
+ <display-name>HelloService</display-name>
+
+ <service-ref>
+ <service-ref-name>service/interop/IPingServiceSignEncrypt</service-ref-name>
+ <service-interface>javax.xml.rpc.Service</service-interface>
+ <wsdl-file>META-INF/wsdl/WsSecurity10Encrypt.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.security.sep06.wsse10Encrypt.IPingService</service-endpoint-interface>
+ </port-component-ref>
+
+ </service-ref>
+
+</application-client>
+
Property changes on: trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/META-INF/application-client.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/META-INF/jboss-client.xml
===================================================================
--- trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/META-INF/jboss-client.xml 2006-09-27 15:34:32 UTC (rev 1069)
+++ trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/META-INF/jboss-client.xml 2006-09-27 15:47:58 UTC (rev 1070)
@@ -0,0 +1,12 @@
+<?xml version='1.0' encoding='UTF-8' ?>
+
+<jboss-client>
+ <jndi-name>jbossws-client</jndi-name>
+
+ <service-ref>
+ <service-ref-name>service/interop/IPingServiceSignEncrypt</service-ref-name>
+ <config-name>Standard WSSecurity Client</config-name>
+ <!--wsdl-override>http://@jbosstest.host.name@:8080/jbossws-samples-wssecurity-sign?wsdl</wsdl-override-->
+ </service-ref>
+
+</jboss-client>
Property changes on: trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/META-INF/jboss-client.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/META-INF/jboss-wsse-client.xml
===================================================================
--- trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/META-INF/jboss-wsse-client.xml 2006-09-27 15:34:32 UTC (rev 1069)
+++ trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/META-INF/jboss-wsse-client.xml 2006-09-27 15:47:58 UTC (rev 1070)
@@ -0,0 +1,13 @@
+<?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"/>
+ <encrypt type="x509v3" alias="1"/>
+ <requires>
+ <signature/>
+ <encryption/>
+ </requires>
+ </config>
+</jboss-ws-security>
\ No newline at end of file
Property changes on: trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/META-INF/jboss-wsse-client.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/META-INF/scenarios.xml
===================================================================
--- trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/META-INF/scenarios.xml 2006-09-27 15:34:32 UTC (rev 1069)
+++ trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/META-INF/scenarios.xml 2006-09-27 15:47:58 UTC (rev 1070)
@@ -0,0 +1,11 @@
+<client-scenarios>
+ <scenario name="default" description="Testing local WSSE endpoints">
+ <target-endpoint>http://localhost:8080/wsse10Encrypt/endpoint</target-endpoint>
+ </scenario>
+ <scenario name="debug-local" decsription="Testing local WSSE endpoints through packet logger">
+ <target-endpoint>http://localhost:8081/wsse10Encrypt/endpoint</target-endpoint>
+ </scenario>
+ <scenario name="msft-public" decsription="Testing MSFT public interop endpoints">
+ <target-endpoint>http://131.107.72.15/Security_WsSecurity_Service_Indigo/WsSecurity10.svc/MutualCertificate10SignEncrypt</target-endpoint>
+ </scenario>
+</client-scenarios>
\ No newline at end of file
Property changes on: trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/META-INF/scenarios.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/WEB-INF/jboss-web.xml
===================================================================
--- trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/WEB-INF/jboss-web.xml 2006-09-27 15:34:32 UTC (rev 1069)
+++ trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/WEB-INF/jboss-web.xml 2006-09-27 15:47:58 UTC (rev 1070)
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<jboss-web>
+ <context-root>/wsse10Encrypt_sep06</context-root>
+</jboss-web>
\ No newline at end of file
Property changes on: trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/WEB-INF/jboss-web.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/WEB-INF/jboss-wsse-server.xml
===================================================================
--- trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/WEB-INF/jboss-wsse-server.xml 2006-09-27 15:34:32 UTC (rev 1069)
+++ trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/WEB-INF/jboss-wsse-server.xml 2006-09-27 15:47:58 UTC (rev 1070)
@@ -0,0 +1,19 @@
+<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"/>
+ <encrypt type="x509v3" alias="1"/>
+ <requires>
+ <signature/>
+ <encryption/>
+ </requires>
+ </config>
+
+</jboss-ws-security>
Property changes on: trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/WEB-INF/jboss-wsse-server.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/WEB-INF/web.xml
===================================================================
--- trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/WEB-INF/web.xml 2006-09-27 15:34:32 UTC (rev 1069)
+++ trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/WEB-INF/web.xml 2006-09-27 15:47:58 UTC (rev 1070)
@@ -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>wsse10EncryptTestService 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.security.wsse10Encrypt.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/security/sep06/wsse10Encrypt/WEB-INF/web.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/WEB-INF/webservices.xml
===================================================================
--- trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/WEB-INF/webservices.xml 2006-09-27 15:34:32 UTC (rev 1069)
+++ trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/WEB-INF/webservices.xml 2006-09-27 15:47:58 UTC (rev 1070)
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<webservices xmlns="http://java.sun.com/xml/ns/j2ee"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:wsdl="http://tempuri.org/"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
+ http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd"
+ version="1.1">
+
+ <webservice-description>
+
+ <webservice-description-name>wsse10EncryptTestService</webservice-description-name>
+ <wsdl-file>WEB-INF/wsdl/WsSecurity10Encrypt.wsdl</wsdl-file>
+ <jaxrpc-mapping-file>WEB-INF/jaxrpc-mapping.xml</jaxrpc-mapping-file>
+
+ <port-component>
+ <port-component-name>encryptPort</port-component-name>
+ <wsdl-port>wsdl:MutualCertificate10SignEncrypt_IPingService</wsdl-port>
+ <service-endpoint-interface>org.jboss.test.ws.interop.microsoft.security.sep06.wsse10Encrypt.IPingService</service-endpoint-interface>
+ <service-impl-bean>
+ <servlet-link>ServiceServlet</servlet-link>
+ </service-impl-bean>
+ </port-component>
+
+ </webservice-description>
+</webservices>
\ No newline at end of file
Property changes on: trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/WEB-INF/webservices.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/wstools-config.xml
===================================================================
--- trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/wstools-config.xml 2006-09-27 15:34:32 UTC (rev 1069)
+++ trunk/src/test/resources/interop/microsoft/security/sep06/wsse10Encrypt/wstools-config.xml 2006-09-27 15:47:58 UTC (rev 1070)
@@ -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.wsse10Encrypt"
+ namespace="http://InteropBaseAddress/interop/Imports" />
+ <package-namespace package="org.jboss.test.ws.interop.microsoft.security.sep06.wsse10Encrypt"
+ namespace="http://InteropBaseAddress/interop"/>
+ </global>
+ <wsdl-java file="resources/interop/microsoft/security/sep06/wsse10Encrypt/WEB-INF/wsdl/WsSecurity10Encrypt.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/wsse10Encrypt/wstools-config.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
More information about the jboss-svn-commits
mailing list