Author: mmerz
Date: Thu Feb 24 13:40:37 2005
New Revision: 155252

URL: http://svn.apache.org/viewcvs?view=rev&rev=155252
Log:
Added reference to ControlHaus/web service control.

Modified:
    incubator/beehive/trunk/samples/wsm-samples/index.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=155251&r2=155252
==============================================================================
--- incubator/beehive/trunk/samples/wsm-samples/index.html (original)
+++ incubator/beehive/trunk/samples/wsm-samples/index.html Thu Feb 24 13:40:37 
2005
@@ -10,7 +10,7 @@
 
 <body bgcolor="#FFFFFF">
 
-<h1>Samples for Beehive web services</h1>
+<h1>Beehive Web Service Examples</h1>
 <hr>
 <p>
 <a href="happyaxis.jsp">Validate the local installation</a>
@@ -31,9 +31,16 @@
   <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>
+  <li><a href="soapbinding.html">@javax.jws.soap.SOAPBinding</a> (samples with 
complex data types)</li>
+  <li><a 
href="soapmessagehandlers.html">@javax.jws.soap.SOAPMessageHandlers</a></li>
 </ul>
+</p>
+<p>
+<b>Note</b>: Use the WSDL files of the respective services to create more
+comprehensive clients, e.g. exchanging complex objects with the server.
+<br>
+For tools and samples on client generation see for instance:
+<a href="http://webservice.controlhaus.org/";>ControlHaus</a>.
 </p>
 <hr>
 


Reply via email to