[jboss-svn-commits] JBossWS SVN: r1004 - in trunk/src/test/resources/interop/microsoft: . root root/WEB-INF
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Sep 19 08:14:47 EDT 2006
Author: heiko.braun at jboss.com
Date: 2006-09-19 08:14:42 -0400 (Tue, 19 Sep 2006)
New Revision: 1004
Added:
trunk/src/test/resources/interop/microsoft/root/
trunk/src/test/resources/interop/microsoft/root/WEB-INF/
trunk/src/test/resources/interop/microsoft/root/WEB-INF/jboss-web.xml
trunk/src/test/resources/interop/microsoft/root/WEB-INF/web.xml
trunk/src/test/resources/interop/microsoft/root/header_projecttitle.gif
trunk/src/test/resources/interop/microsoft/root/index.html
trunk/src/test/resources/interop/microsoft/root/logo.gif
trunk/src/test/resources/interop/microsoft/root/mtom.html
trunk/src/test/resources/interop/microsoft/root/soapwsdl.html
trunk/src/test/resources/interop/microsoft/root/styles.css
trunk/src/test/resources/interop/microsoft/root/wsa.html
trunk/src/test/resources/interop/microsoft/root/wsse.html
Log:
interop root webapp
Added: trunk/src/test/resources/interop/microsoft/root/WEB-INF/jboss-web.xml
===================================================================
--- trunk/src/test/resources/interop/microsoft/root/WEB-INF/jboss-web.xml 2006-09-19 10:41:57 UTC (rev 1003)
+++ trunk/src/test/resources/interop/microsoft/root/WEB-INF/jboss-web.xml 2006-09-19 12:14:42 UTC (rev 1004)
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<jboss-web>
+ <context-root>/interop</context-root>
+</jboss-web>
\ No newline at end of file
Property changes on: trunk/src/test/resources/interop/microsoft/root/WEB-INF/jboss-web.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: trunk/src/test/resources/interop/microsoft/root/WEB-INF/web.xml
===================================================================
--- trunk/src/test/resources/interop/microsoft/root/WEB-INF/web.xml 2006-09-19 10:41:57 UTC (rev 1003)
+++ trunk/src/test/resources/interop/microsoft/root/WEB-INF/web.xml 2006-09-19 12:14:42 UTC (rev 1004)
@@ -0,0 +1,8 @@
+<?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>Interop Root App</display-name>
+
+</web-app>
\ No newline at end of file
Property changes on: trunk/src/test/resources/interop/microsoft/root/WEB-INF/web.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: trunk/src/test/resources/interop/microsoft/root/header_projecttitle.gif
===================================================================
(Binary files differ)
Property changes on: trunk/src/test/resources/interop/microsoft/root/header_projecttitle.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/src/test/resources/interop/microsoft/root/index.html
===================================================================
--- trunk/src/test/resources/interop/microsoft/root/index.html 2006-09-19 10:41:57 UTC (rev 1003)
+++ trunk/src/test/resources/interop/microsoft/root/index.html 2006-09-19 12:14:42 UTC (rev 1004)
@@ -0,0 +1,39 @@
+<html>
+<head>
+ <link rel="stylesheet" href="./styles.css">
+</head>
+<body>
+<table border=0>
+ <tr valign=bottom>
+ <td><a href="http://jboss.org"><img src="logo.gif" border="0"></a></td>
+ <td><a href="/interop"><h2>JBossWS / WCF interop </h2></a></td>
+ </tr>
+ <tr valign=bottom>
+ <td></td>
+ <td> </td>
+ </tr>
+ <tr valign=top>
+ <td>
+ <ul>
+ <li><a href="soapwsdl.html">SOAP/WSDL</a></li>
+ <li><a href="wsa.html">WS-Addressing (2005/08)</a></li>
+ <li><a href="wsse.html">WS-Security 1.0</a></li>
+ <li><a href="mtom.html">MTOM/XOP</a></li>
+ </ul>
+ </td>
+ <td>
+
+ This is JBoss implementation of the WCF interop endpoints proposed by MSFT.
+ Detailed test scenario descriptions can be found at the
+ <a href="http://mssoapinterop.org/ilab/">interop plug-fest website</a>.
+ <p>
+ If you have any questions please post the to the <a href="http://www.jboss.org/index.html?module=bb&op=viewforum&f=200">
+ JBossWS user forum</a>
+ </p>
+ </td>
+ </tr>
+
+</table>
+
+</body>
+</html>
\ No newline at end of file
Added: trunk/src/test/resources/interop/microsoft/root/logo.gif
===================================================================
(Binary files differ)
Property changes on: trunk/src/test/resources/interop/microsoft/root/logo.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/src/test/resources/interop/microsoft/root/mtom.html
===================================================================
--- trunk/src/test/resources/interop/microsoft/root/mtom.html 2006-09-19 10:41:57 UTC (rev 1003)
+++ trunk/src/test/resources/interop/microsoft/root/mtom.html 2006-09-19 12:14:42 UTC (rev 1004)
@@ -0,0 +1,34 @@
+<html>
+<head>
+ <link rel="stylesheet" href="./styles.css">
+</head>
+<body>
+<table border=0>
+ <tr valign=bottom>
+ <td><a href="http://jboss.org"><img src="logo.gif" border="0"></a></td>
+ <td><a href="/interop"><h2>JBossWS / WCF interop </h2></a></td>
+ </tr>
+ <tr valign=bottom>
+ <td></td>
+ <td> </td>
+ </tr>
+ <tr valign=top>
+ <td>
+ <ul>
+ <li><a href="soapwsdl.html">SOAP/WSDL</a></li>
+ <li><a href="wsa.html">WS-Addressing (2005/08)</a></li>
+ <li><a href="wsse.html">WS-Security 1.0</a></li>
+ <li><a href="mtom.html">MTOM/XOP</a></li>
+ </ul>
+ </td>
+ <td>
+ <h3>MTOM/XOP endpoints</h3>
+
+ Currently not available.
+ </td>
+ </tr>
+
+</table>
+
+</body>
+</html>
\ No newline at end of file
Added: trunk/src/test/resources/interop/microsoft/root/soapwsdl.html
===================================================================
--- trunk/src/test/resources/interop/microsoft/root/soapwsdl.html 2006-09-19 10:41:57 UTC (rev 1003)
+++ trunk/src/test/resources/interop/microsoft/root/soapwsdl.html 2006-09-19 12:14:42 UTC (rev 1004)
@@ -0,0 +1,68 @@
+<html>
+<head>
+ <link rel="stylesheet" href="./styles.css">
+</head>
+<body>
+<table border=0>
+ <tr valign=bottom>
+ <td><a href="http://jboss.org"><img src="logo.gif" border="0"></a></td>
+ <td><a href="/interop"><h2>JBossWS / WCF interop </h2></a></td>
+ </tr>
+ <tr valign=bottom>
+ <td></td>
+ <td> </td>
+ </tr>
+ <tr valign=top>
+ <td>
+ <ul>
+ <li><a href="soapwsdl.html">SOAP/WSDL</a></li>
+ <li><a href="wsa.html">WS-Addressing (2005/08)</a></li>
+ <li><a href="wsse.html">WS-Security 1.0</a></li>
+ <li><a href="mtom.html">MTOM/XOP</a></li>
+ </ul>
+ </td>
+ <td>
+
+ <h3>SOAP/WSDL endpoints</h3>
+
+ <table cellpadding=5>
+ <tr>
+ <td>Endpoint</td>
+ <td>WSDL</td>
+ </tr>
+ <tr>
+ <td><a href="/BaseDataTypesRpcLit_Service/endpoint">/BaseDataTypesRpcLit_Service/endpoint</a></td>
+ <td><a href="/BaseDataTypesRpcLit_Service/endpoint?wsdl">here</a></td>
+ </tr>
+ <tr>
+ <td><a href="/BaseDataTypesDocLitB_Service/endpoint">/BaseDataTypesDocLitB_Service/endpoint</a></td>
+ <td><a href="/BaseDataTypesDocLitB_Service/endpoint?wsdl">here</a></td>
+ </tr>
+ <tr>
+ <td><a href="/BaseDataTypesDocLitW_Service/endpoint">/BaseDataTypesDocLitW_Service/endpoint</a></td>
+ <td><a href="/BaseDataTypesDocLitW_Service/endpoint?wsdl">here</a></td>
+ </tr>
+
+
+ <tr>
+ <td><a href="/ComplexDataTypesRpcLit_Service/endpoint">/ComplexDataTypesRpcLit_Service/endpoint</a></td>
+ <td><a href="/ComplexDataTypesRpcLit_Service/endpoint?wsdl">here</a></td>
+ </tr>
+ <tr>
+ <td><a href="/ComplexDataTypesDocLitB_Service/endpoint">/ComplexDataTypesDocLitB_Service/endpoint</a></td>
+ <td><a href="/ComplexDataTypesDocLitB_Service/endpoint?wsdl">here</a></td>
+ </tr>
+ <tr>
+ <td><a href="/ComplexDataTypesDocLitW_Service/endpoint">/ComplexDataTypesDocLitW_Service/endpoint</a></td>
+ <td><a href="/ComplexDataTypesDocLitW_Service/endpoint?wsdl">here</a></td>
+ </tr>
+
+ </table>
+
+ </td>
+ </tr>
+
+</table>
+
+</body>
+</html>
\ No newline at end of file
Added: trunk/src/test/resources/interop/microsoft/root/styles.css
===================================================================
--- trunk/src/test/resources/interop/microsoft/root/styles.css 2006-09-19 10:41:57 UTC (rev 1003)
+++ trunk/src/test/resources/interop/microsoft/root/styles.css 2006-09-19 12:14:42 UTC (rev 1004)
@@ -0,0 +1,158 @@
+
+/* table for list views */
+.table_list {
+}
+
+/* table for detail views */
+.table_form {
+}
+
+/* table row header */
+.list_tr_head {
+ font-family: Verdana;
+ font-size: 8pt;
+ font-weight: 600;
+ text-align: center;
+ background-color: #aaaadd;
+}
+
+/* table row list view */
+.list_tr {
+ font-family: Verdana;
+ font-size: 8pt;
+ color: #000066;
+ vertical-align: top;
+ background-color: #ffffff;
+}
+
+/* table row list view odd lines */
+.list_tr_even {
+ font-family: Verdana;
+ font-size: 8pt;
+ color: #000066;
+ vertical-align: top;
+ background-color: #ffffff;
+}
+
+/* table row list view even lines */
+.list_tr_odd {
+ font-family: Verdana;
+ font-size: 8pt;
+ color: #000066;
+ vertical-align: top;
+ background-color: #dddddd;
+}
+
+/* form label */
+.form_label {
+ font-family: Verdana;
+ font-weight: 500;
+ font-size: 8pt;
+ color: #000066;
+ vertical-align: top;
+ background-color: #dddddd;
+ padding-top: 2px;
+ padding-bottom: 2px;
+}
+
+/* form value */
+.form_value {
+ font-family: Verdana;
+ font-size: 8pt;
+ color: #000066;
+ vertical-align: baseline;
+}
+
+/* tiny writing */
+.tiny {
+ font-family: Verdana;
+ font-size: 8pt;
+ color: #666666;
+}
+
+/* required input fields */
+.inputmust {
+ background-color: #dddddd;
+}
+
+/* error message */
+.error {
+ font-family: Courier New;
+ color: #990000;
+}
+
+/* error message */
+.error_trace {
+ font-family: Courier New;
+}
+
+/* active tree node */
+.tree_active_label {
+ font-weight: bold;
+}
+
+body {
+ font-family: Verdana;
+ font-size: 8pt;
+ color: #000066;
+ background-color: #ffffff;
+}
+
+/* title style */
+h1 {
+ font-family: Verdana;
+ font-size: 14pt;
+ font-weight: 600;
+ color: #000066;
+}
+
+h2 {
+ font-family: Verdana;
+ font-size: 12pt;
+ font-weight: 600;
+ color: #000066;
+}
+
+h3 {
+ font-family: Verdana;
+ font-size: 10pt;
+ font-weight: 600;
+ color: #000066;
+}
+
+h4 {
+ font-family: Verdana;
+ font-size: 10pt;
+ font-weight: 500;
+ color: #000066;
+}
+
+/* table desk */
+td {
+ font-family: Verdana;
+ font-size: 8pt;
+ padding-left: 5px;
+ padding-right: 5px;
+}
+
+input, textarea, select, option {
+ font-family: Verdana;
+ font-size: 8pt;
+ color: #000066;
+}
+
+a {
+ font-family: Verdana;
+ color: #0000dd;
+ text-decoration: none;
+}
+
+a:hover{
+ font-family: Verdana;
+ color: #cc0000;
+ text-decoration: none;
+}
+
+pre {
+ background:#dddddd
+}
\ No newline at end of file
Added: trunk/src/test/resources/interop/microsoft/root/wsa.html
===================================================================
--- trunk/src/test/resources/interop/microsoft/root/wsa.html 2006-09-19 10:41:57 UTC (rev 1003)
+++ trunk/src/test/resources/interop/microsoft/root/wsa.html 2006-09-19 12:14:42 UTC (rev 1004)
@@ -0,0 +1,68 @@
+<html>
+<head>
+ <link rel="stylesheet" href="./styles.css">
+</head>
+<body>
+<table border=0>
+ <tr valign=bottom>
+ <td><a href="http://jboss.org"><img src="logo.gif" border="0"></a></td>
+ <td><a href="/interop"><h2>JBossWS / WCF interop </h2></a></td>
+ </tr>
+ <tr valign=bottom>
+ <td></td>
+ <td> </td>
+ </tr>
+ <tr valign=top>
+ <td>
+ <ul>
+ <li><a href="soapwsdl.html">SOAP/WSDL</a></li>
+ <li><a href="wsa.html">WS-Addressing (2005/08)</a></li>
+ <li><a href="wsse.html">WS-Security 1.0</a></li>
+ <li><a href="mtom.html">MTOM/XOP</a></li>
+ </ul>
+ </td>
+ <td>
+
+ <h3>WS-Addressing (2005/08) endpoints</h3>
+ <table cellpadding=5>
+ <tr>
+ <td>Endpoint</td>
+ <td>WSDL</td>
+ </tr>
+ <tr>
+ <td><a href="/wsa10/wsaTestService">/wsa10/wsaTestService</a></td>
+ <td><a href="/wsa10/wsaTestService?wsdl">here</a></td>
+ </tr>
+ </table>
+
+ <p>
+ <b>NOTE:</b> Please make sure to send the test scenario name with each request.
+ I.e:
+<pre>
+
+ <env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
+ <env:Header xmlns:wsa='http://www.w3.org/2005/08/addressing'>
+ <wsa:To xmlns:wsa='http://www.w3.org/2005/08/addressing'>
+ http://example.org/node/B
+ </wsa:To>
+ <wsa:Action xmlns:wsa='http://www.w3.org/2005/08/addressing'>
+ http://example.org/action/notify
+ </wsa:Action>
+ </env:Header>
+ <env:Body>
+ <ns1:notify xmlns:ns1='http://example.org/notify'>
+ Message 1100
+ </ns1:notify>
+ </env:Body>
+ </env:Envelope>
+
+</pre>
+
+ </p>
+ </td>
+ </tr>
+
+</table>
+
+</body>
+</html>
\ No newline at end of file
Added: trunk/src/test/resources/interop/microsoft/root/wsse.html
===================================================================
--- trunk/src/test/resources/interop/microsoft/root/wsse.html 2006-09-19 10:41:57 UTC (rev 1003)
+++ trunk/src/test/resources/interop/microsoft/root/wsse.html 2006-09-19 12:14:42 UTC (rev 1004)
@@ -0,0 +1,49 @@
+<html>
+<head>
+ <link rel="stylesheet" href="./styles.css">
+</head>
+<body>
+<table border=0>
+ <tr valign=bottom>
+ <td><a href="http://jboss.org"><img src="logo.gif" border="0"></a></td>
+ <td><a href="/interop"><h2>JBossWS / WCF interop </h2></a></td>
+ </tr>
+ <tr valign=bottom>
+ <td></td>
+ <td> </td>
+ </tr>
+ <tr valign=top>
+ <td>
+ <ul>
+ <li><a href="soapwsdl.html">SOAP/WSDL</a></li>
+ <li><a href="wsa.html">WS-Addressing (2005/08)</a></li>
+ <li><a href="wsse.html">WS-Security 1.0</a></li>
+ <li><a href="mtom.html">MTOM/XOP</a></li>
+ </ul>
+ </td>
+ <td>
+
+ <h3>WS-Security 1.0 endpoints</h3>
+
+ <table cellpadding=5>
+ <tr>
+ <td>Endpoint</td>
+ <td>WSDL</td>
+ </tr>
+ <tr>
+ <td><a href="/wsse10Sign/endpoint">/wsse10Sign/endpoint</a></td>
+ <td><a href="/wsse10Sign/endpoint?wsdl">here</a></td>
+ </tr>
+ <tr>
+ <td><a href="/wsse10Encrypt/endpoint">/wsse10Encrypt/endpoint</a></td>
+ <td><a href="/wsse10Encrypt/endpoint?wsdl">here</a></td>
+ </tr>
+ </table>
+
+ </td>
+ </tr>
+
+</table>
+
+</body>
+</html>
\ No newline at end of file
More information about the jboss-svn-commits
mailing list