Author: mmerz
Date: Thu Feb 24 13:33:07 2005
New Revision: 155251
URL: http://svn.apache.org/viewcvs?view=rev&rev=155251
Log:
Improved sample web site.
Added:
incubator/beehive/trunk/samples/wsm-samples/handlerchain.html
incubator/beehive/trunk/samples/wsm-samples/oneway.html
incubator/beehive/trunk/samples/wsm-samples/soapbinding.html
incubator/beehive/trunk/samples/wsm-samples/soapmessagehandlers.html
incubator/beehive/trunk/samples/wsm-samples/webmethod.html
incubator/beehive/trunk/samples/wsm-samples/webparam.html
incubator/beehive/trunk/samples/wsm-samples/webresult.html
incubator/beehive/trunk/samples/wsm-samples/webservice.html
Modified:
incubator/beehive/trunk/samples/wsm-samples/WEB-INF/src/web/webparam/WebParamRpcLiteralSample.jws
incubator/beehive/trunk/samples/wsm-samples/index.html
Modified:
incubator/beehive/trunk/samples/wsm-samples/WEB-INF/src/web/webparam/WebParamRpcLiteralSample.jws
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/wsm-samples/WEB-INF/src/web/webparam/WebParamRpcLiteralSample.jws?view=diff&r1=155250&r2=155251
==============================================================================
---
incubator/beehive/trunk/samples/wsm-samples/WEB-INF/src/web/webparam/WebParamRpcLiteralSample.jws
(original)
+++
incubator/beehive/trunk/samples/wsm-samples/WEB-INF/src/web/webparam/WebParamRpcLiteralSample.jws
Thu Feb 24 13:33:07 2005
@@ -1,7 +1,7 @@
package web.webparam;
/*
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2004, 2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Added: incubator/beehive/trunk/samples/wsm-samples/handlerchain.html
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/wsm-samples/handlerchain.html?view=auto&rev=155251
==============================================================================
--- incubator/beehive/trunk/samples/wsm-samples/handlerchain.html (added)
+++ incubator/beehive/trunk/samples/wsm-samples/handlerchain.html Thu Feb 24
13:33:07 2005
@@ -0,0 +1,36 @@
+<html>
+
+<head>
+
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>Beehive Web Services - Samples - @javax.jws.HandlerChain</title>
+
+</head>
+
+
+<body bgcolor="#FFFFFF">
+
+<h1>Samples for Beehive web services: @javax.jws.HandlerChain</h1>
+<hr>
+<p>
+View the WSDL files for the web services:
+<ul>
+ <li>
+ <a
href="web/handlerchain/HandlerChainSample.jws?wsdl">HandlerChainSample</a>
+ </li>
+</ul>
+</p>
+<hr>
+<p>
+Invoke methods on sample web services:
+<ul>
+ <li>
+ <a
href="web/handlerchain/HandlerChainSample.jws?method=sayHello&name=test">HandlerChain.sayHello("test")</a>
+ </li>
+</ul>
+</p>
+<hr>
+
+</body>
+
+</html>
Modified: incubator/beehive/trunk/samples/wsm-samples/index.html
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/wsm-samples/index.html?view=diff&r1=155250&r2=155251
==============================================================================
--- incubator/beehive/trunk/samples/wsm-samples/index.html (original)
+++ incubator/beehive/trunk/samples/wsm-samples/index.html Thu Feb 24 13:33:07
2005
@@ -1,90 +1,41 @@
<html>
<head>
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<title>Beehive Web Services</title>
+<title>Beehive Web Services - Samples</title>
+
</head>
+
<body bgcolor="#FFFFFF">
+
<h1>Samples for Beehive web services</h1>
<hr>
<p>
-View the WSDL files for sample web services:
+<a href="happyaxis.jsp">Validate the local installation</a>
<ul>
- <li>
- <a
href="web/complex/DocumentLiteralBareSample.jws?wsdl">DocumentLiteralBareSample</a>
- </li>
- <li>
- <a
href="web/complex/DocumentLiteralWrappedSample.jws?wsdl">DocumentLiteralWrappedSample</a>
- </li>
- <li>
- <a href="web/complex/RpcLiteralSample.jws?wsdl">RpcLiteralSample</a>
- </li>
- <li>
- <a
href="web/handlerchain/HandlerChainSample.jws?wsdl">HandlerChainSample</a>
- </li>
- <li>
- <a href="web/oneway/OnewaySample.jws?wsdl">OnewaySample</a>
- </li>
- <li>
- <a
href="web/soapmessagehandlers/SoapMessageHandlersSample.jws?wsdl">SOAPMessageHandlersSample</a>
- </li>
- <li>
- <a
href="web/webmethod/WebMethodWithAnnotationSample.jws?wsdl">WebMethodWithAnnotationSample</a>
- </li>
- <li>
- <a
href="web/webmethod/WebMethodWithoutAnnotationSample.jws?wsdl">WebMethodWithoutAnnotationSample</a>
- </li>
-</ul>
-<hr>
-<p>
-Invoke methods on sample web services:
-<ul>
- <li>
- <a
href="web/complex/DocumentLiteralBareSample.jws?method=createAddressInBody">DocumentLiteralBareSample.createAddressInBody()</a>
- </li>
- <li>
- <a
href="web/complex/DocumentLiteralBareSample.jws?method=createAddressInHeader">DocumentLiteralBareSample.createAddressInHeader()</a>
- </li>
- <li>
- <a
href="web/complex/DocumentLiteralWrappedSample.jws?method=createAddressInBody">DocumentLiteralWrappedSample.createAddressInBody()</a>
- </li>
- <li>
- <a
href="web/complex/DocumentLiteralWrappedSample.jws?method=createAddressInHeader">DocumentLiteralWrappedSample.createAddressInHeader()</a>
- </li>
- <li>
- <a
href="web/complex/RpcLiteralSample.jws?method=createAddressInBody">RpcLiteralSample.createAddressInBody()</a>
- </li>
- <li>
- <a
href="web/complex/RpcLiteralSample.jws?method=createAddressInHeader">RpcLiteralSample.createAddressInHeader()</a>
- </li>
- <li>
- <a
href="web/handlerchain/HandlerChainSample.jws?method=sayHello&name=test">HandlerChain.sayHello("test")</a>
- </li>
- <li>
- <a
href="web/oneway/OnewaySample.jws?method=sayHello&name=test">Oneway.sayHello("test")</a>
- </li>
- <li>
- <a
href="web/soapmessagehandlers/SoapMessageHandlersSample.jws?method=sayHello&name=test">SoapMessageHandlersSample.sayHello("test")</a>
- </li>
- <li>
- <a
href="web/webmethod/WebMethodWithAnnotationSample.jws?method=sayHello&name=test">WebMethodWithAnnotationSample.sayHello("test")</a>
- </li>
- <li>
- <a
href="web/webmethod/WebmethodWithoutAnnotationSample.jws?method=sayHello&name=test">WebMethodWithoutAnnotationSample.sayHello("test")</a>
- </li>
+If the validation page displays an exception instead of a
+status page, the likely cause is that you have multiple XML
+parsers in your classpath. Clean up your classpath by eliminating
+extraneous parsers.
</ul>
</p>
<hr>
<p>
-<a href="happyaxis.jsp">Validate the local installation</a>:
+Samples for usage of JSR-181 annotations
<ul>
-If the validation page displays an exception instead of a
-status page, the likely cause is that you have multiple XML
-parsers in your classpath. Clean up your classpath by eliminating
-extraneous parsers.
+ <li><a href="handlerchain.html">@javax.jws.HandlerChain</a></li>
+ <li><a href="oneway.html">@javax.jws.Oneway</a></li>
+ <li><a href="webmethod.html">@javax.jws.WebMethod</a></li>
+ <li><a href="webparam.html">@javax.jws.WebParam</a></li>
+ <li><a href="webresult.html">@javax.jws.WebResult</a></li>
+ <li><a href="webservice.html">@javax.jws.WebService</a></li>
+ <li><a href="soapbinding.html">@javax.jws.soap.SoapBinding (samples with
complex data types)</a></li>
+ <li><a
href="soapmessagehandlers.html">@javax.jws.soap.SoapMessageHandlers</a></li>
</ul>
</p>
+<hr>
</body>
Added: incubator/beehive/trunk/samples/wsm-samples/oneway.html
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/wsm-samples/oneway.html?view=auto&rev=155251
==============================================================================
--- incubator/beehive/trunk/samples/wsm-samples/oneway.html (added)
+++ incubator/beehive/trunk/samples/wsm-samples/oneway.html Thu Feb 24 13:33:07
2005
@@ -0,0 +1,36 @@
+<html>
+
+<head>
+
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>Beehive Web Services - Samples - @javax.jws.Oneway</title>
+
+</head>
+
+
+<body bgcolor="#FFFFFF">
+
+<h1>Samples for Beehive web services: @javax.jws.Oneway</h1>
+<hr>
+<p>
+View the WSDL files for the web services:
+<ul>
+ <li>
+ <a href="web/oneway/OnewaySample.jws?wsdl">OnewaySample</a>
+ </li>
+</ul>
+</p>
+<hr>
+<p>
+Invoke methods on sample web services:
+<ul>
+ <li>
+ <a
href="web/oneway/OnewaySample.jws?method=sayHello&name=test">Oneway.sayHello("test")</a>
+ </li>
+</ul>
+</p>
+<hr>
+
+</body>
+
+</html>
Added: incubator/beehive/trunk/samples/wsm-samples/soapbinding.html
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/wsm-samples/soapbinding.html?view=auto&rev=155251
==============================================================================
--- incubator/beehive/trunk/samples/wsm-samples/soapbinding.html (added)
+++ incubator/beehive/trunk/samples/wsm-samples/soapbinding.html Thu Feb 24
13:33:07 2005
@@ -0,0 +1,53 @@
+<html>
+
+<head>
+
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>Beehive Web Services - Samples - @javax.jws.soap.SOAPBinding</title>
+
+</head>
+
+
+<body bgcolor="#FFFFFF">
+
+<h1>Samples for Beehive web services: @javax.jws.soap.SOAPBinding</h1>
+<hr>
+<p>
+View the WSDL files for the web services:
+<ul>
+ <li>
+ <a
href="web/complex/DocumentLiteralBareSample.jws?wsdl">DocumentLiteralBareSample</a>
+ <a
href="web/complex/DocumentLiteralWrappedSample.jws?wsdl">DocumentLiteralWrappedSample</a>
+ <a
href="web/complex/RpcLiteralBareSample.jws?wsdl">RpcLiteralBareSample</a>
+ </li>
+</ul>
+</p>
+<hr>
+<p>
+Invoke methods on sample web services:
+<ul>
+ <li>
+ <a
href="web/complex/DocumentLiteralBareSample.jws?method=createAddressInBody">DocumentLiteralBareSample.createAddressInBody()</a>
+ </li>
+ <li>
+ <a
href="web/complex/DocumentLiteralBareSample.jws?method=createAddressInHeader">DocumentLiteralBareSample.createAddressInHeader()</a>
+ </li>
+ <li>
+ <a
href="web/complex/DocumentLiteralWrappedSample.jws?method=createAddressInBody">DocumentLiteralWrappedSample.createAddressInBody()</a>
+ </li>
+ <li>
+ <a
href="web/complex/DocumentLiteralWrappedSample.jws?method=createAddressInHeader">DocumentLiteralWrappedSample.createAddressInHeader()</a>
+ </li>
+ <li>
+ <a
href="web/complex/RpcLiteralSample.jws?method=createAddressInBody">RpcLiteralSample.createAddressInBody()</a>
+ </li>
+ <li>
+ <a
href="web/complex/RpcLiteralSample.jws?method=createAddressInHeader">RpcLiteralSample.createAddressInHeader()</a>
+ </li>
+</ul>
+</p>
+<hr>
+
+</body>
+
+</html>
Added: incubator/beehive/trunk/samples/wsm-samples/soapmessagehandlers.html
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/wsm-samples/soapmessagehandlers.html?view=auto&rev=155251
==============================================================================
--- incubator/beehive/trunk/samples/wsm-samples/soapmessagehandlers.html (added)
+++ incubator/beehive/trunk/samples/wsm-samples/soapmessagehandlers.html Thu
Feb 24 13:33:07 2005
@@ -0,0 +1,36 @@
+<html>
+
+<head>
+
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>Beehive Web Services - Samples -
@javax.jws.soap.SOAPMessageHandlers</title>
+
+</head>
+
+
+<body bgcolor="#FFFFFF">
+
+<h1>Samples for Beehive web services: @javax.jws.soap.SOAPMessageHandlers</h1>
+<hr>
+<p>
+View the WSDL files for the web services:
+<ul>
+ <li>
+ <a
href="web/soapmessagehandlers/SOAPMessageHandlersSample.jws?wsdl">SOAPMessageHandlersSample</a>
+ </li>
+</ul>
+</p>
+<hr>
+<p>
+Invoke methods on sample web services:
+<ul>
+ <li>
+ <a
href="web/soapmessagehandlers/SOAPMessageHandlersSample.jws?method=sayHello&name=test">HandlerChain.sayHello("test")</a>
+ </li>
+</ul>
+</p>
+<hr>
+
+</body>
+
+</html>
Added: incubator/beehive/trunk/samples/wsm-samples/webmethod.html
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/wsm-samples/webmethod.html?view=auto&rev=155251
==============================================================================
--- incubator/beehive/trunk/samples/wsm-samples/webmethod.html (added)
+++ incubator/beehive/trunk/samples/wsm-samples/webmethod.html Thu Feb 24
13:33:07 2005
@@ -0,0 +1,42 @@
+<html>
+
+<head>
+
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>Beehive Web Services - Samples - @javax.jws.WebMethod</title>
+
+</head>
+
+
+<body bgcolor="#FFFFFF">
+
+<h1>Samples for Beehive web services: @javax.jws.WebMethod</h1>
+<hr>
+<p>
+View the WSDL files for the web services:
+<ul>
+ <li>
+ <a
href="web/webmethod/WebMethodWithAnnotationSample.jws?wsdl">WebMethodWithAnnotationSample</a>
+ </li>
+ <li>
+ <a
href="web/webmethod/WebMethodWithoutAnnotationSample.jws?wsdl">WebMethodWithoutAnnotationSample</a>
+ </li>
+</ul>
+</p>
+<hr>
+<p>
+Invoke methods on sample web services:
+<ul>
+ <li>
+ <a
href="web/webmethod/WebMethodWithAnnotationSample.jws?method=sayHello&name=test">WebMethodWithAnnotationSample.sayHello("test")</a>
+ </li>
+ <li>
+ <a
href="web/webmethod/WebmethodWithoutAnnotationSample.jws?method=sayHello&name=test">WebMethodWithoutAnnotationSample.sayHello("test")</a>
+ </li>
+</ul>
+</p>
+<hr>
+
+</body>
+
+</html>
Added: incubator/beehive/trunk/samples/wsm-samples/webparam.html
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/wsm-samples/webparam.html?view=auto&rev=155251
==============================================================================
--- incubator/beehive/trunk/samples/wsm-samples/webparam.html (added)
+++ incubator/beehive/trunk/samples/wsm-samples/webparam.html Thu Feb 24
13:33:07 2005
@@ -0,0 +1,45 @@
+<html>
+
+<head>
+
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>Beehive Web Services - Samples - @javax.jws.WebParam</title>
+
+</head>
+
+
+<body bgcolor="#FFFFFF">
+
+<h1>Samples for Beehive web services: @javax.jws.WebParam</h1>
+<hr>
+<p>
+View the WSDL files for the web services:
+<ul>
+ <li>
+ <a
href="web/webparam/WebParamDocumentLiteralSample.jws?wsdl">WebParamDocumentLiteralSample</a>
+ </li>
+ <li>
+ <a
href="web/webparam/WebParamRpcLiteralSample.jws?wsdl">WebParamRpcLiteralSample</a>
+ </li>
+</ul>
+</p>
+<hr>
+<p>
+Invoke methods on sample web services:
+<ul>
+ <li>
+ <a
href="web/webparam/WebParamDocumemntLiteralSample.jws?method=sayHello&name=test">WebParamDocumemntLiteralSample.sayHello("test")</a>
+ </li>
+ <li>
+ <a
href="web/webparam/WebParamRpcLiteralSample.jws?method=sayHello&name=test">WebParamRpcLiteralSample.sayHello("test")</a>
+ </li>
+ <li>
+ Note: methods with complex types require a client.
+ </li>
+</ul>
+</p>
+<hr>
+
+</body>
+
+</html>
Added: incubator/beehive/trunk/samples/wsm-samples/webresult.html
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/wsm-samples/webresult.html?view=auto&rev=155251
==============================================================================
--- incubator/beehive/trunk/samples/wsm-samples/webresult.html (added)
+++ incubator/beehive/trunk/samples/wsm-samples/webresult.html Thu Feb 24
13:33:07 2005
@@ -0,0 +1,42 @@
+<html>
+
+<head>
+
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>Beehive Web Services - Samples - @javax.jws.WebResult</title>
+
+</head>
+
+
+<body bgcolor="#FFFFFF">
+
+<h1>Samples for Beehive web services: @javax.jws.WebResult</h1>
+<hr>
+<p>
+View the WSDL files for the web services:
+<ul>
+ <li>
+ <a
href="web/webresult/WebResultDocumentLiteralSample.jws?wsdl">WebResultDocumentLiteralSample</a>
+ </li>
+ <li>
+ <a
href="web/webresult/WebResultRpcLiteralSample.jws?wsdl">WebResultDocumentLiteralSample</a>
+ </li>
+</ul>
+</p>
+<hr>
+<p>
+Invoke methods on sample web services:
+<ul>
+ <li>
+ <a
href="web/webresult/WebResultDocumentLiteralSample.jws?method=sayHello&name=test">WebResultDocumentLiteralSample.sayHello("test")</a>
+ </li>
+ <li>
+ <a
href="web/webresult/WebResultRpcLiteralSample.jws?method=sayHello&name=test">WebResultRpcLiteralSample.sayHello("test")</a>
+ </li>
+</ul>
+</p>
+<hr>
+
+</body>
+
+</html>
Added: incubator/beehive/trunk/samples/wsm-samples/webservice.html
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/samples/wsm-samples/webservice.html?view=auto&rev=155251
==============================================================================
--- incubator/beehive/trunk/samples/wsm-samples/webservice.html (added)
+++ incubator/beehive/trunk/samples/wsm-samples/webservice.html Thu Feb 24
13:33:07 2005
@@ -0,0 +1,54 @@
+<html>
+
+<head>
+
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>Beehive Web Services - Samples - @javax.jws.WebService</title>
+
+</head>
+
+
+<body bgcolor="#FFFFFF">
+
+<h1>Samples for Beehive web services: @javax.jws.WebService</h1>
+<hr>
+<p>
+View the WSDL files for the web services:
+<ul>
+ <li>
+ <a href="web/webservice/WebServiceSample.jws?wsdl">WebServiceSample</a>
+ </li>
+ <li>
+ <a
href="web/webservice/WebServiceCustomSample.jws?wsdl">WebServiceCustomSample</a>
+ </li>
+ <li>
+ <a
href="web/webservice/WebServiceImplementationBeanSample.jws?wsdl">WebServiceImplementationBeanSample</a>
+ </li>
+ <li>
+ <a
href="web/webservice/WebServiceWsdlLocationSample.jws?wsdl">WebServiceWsdlLocationSample</a>
+ </li>
+</ul>
+</p>
+<hr>
+<p>
+Invoke methods on sample web services:
+<ul>
+ <li>
+ <a
href="web/webservice/WebServiceSample.jws?method=sayHello&name=test">WebServiceSample.sayHello("test")</a>
+ </li>
+ <li>
+ <a
href="web/webservice/WebServiceCustomSample.jws?method=sayHello&name=test">WebServiceCustomSample.sayHello("test")</a>
+ </li>
+ <li>
+ <a
href="web/webservice/WebServiceImplementationBeanSample.jws?method=sayHello&name=test">WebServiceImplementationBeanSample.sayHello("test")</a>
+ </li>
+ <li>
+ <a
href="web/webservice/WebServiceWsdlLocationSample.jws?method=sayHello&name=test">WebServiceWsdlLocationSample.sayHello("test")</a>
+ </li>
+</ul>
+</p>
+<hr>
+
+</body>
+
+</html>