nmukhi 2002/12/11 12:42:16
Modified: java/doc samples.html
Log:
Fixing broken links
Revision Changes Path
1.3 +16 -16 xml-axis-wsif/java/doc/samples.html
Index: samples.html
===================================================================
RCS file: /home/cvs/xml-axis-wsif/java/doc/samples.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- samples.html 6 Dec 2002 21:14:20 -0000 1.2
+++ samples.html 11 Dec 2002 20:42:16 -0000 1.3
@@ -29,43 +29,43 @@
</tr>
<tr>
<td>How to invoke a simple SOAP service</td>
- <td>The samples/SimpleSOAP directory under your WSIF installation</td>
- <td><a href="../samples/SimpleSOAP/README.html">The Sample README</a></td>
+ <td>The samples/simplesoap directory under your WSIF installation</td>
+ <td><a href="../samples/simplesoap/README.html">The Sample README</a></td>
</tr>
<tr>
<td>How to invoke a SOAP service that uses custom schema types</td>
- <td>The samples/ComplexSOAP directory under your WSIF installation</td>
- <td><a href="../samples/ComplexSOAP/README.html">The Sample README</a></td>
+ <td>The samples/complexsoap directory under your WSIF installation</td>
+ <td><a href="../samples/complexsoap/README.html">The Sample README</a></td>
</tr>
<tr>
<td>How to invoke a local java class as a service</td>
- <td>The samples/Java directory under your WSIF installation</td>
- <td><a href="../samples/Java/README.html">The Sample README</a></td>
+ <td>The samples/localjava directory under your WSIF installation</td>
+ <td><a href="../samples/localjava/README.html">The Sample README</a></td>
</tr>
<tr>
<td>How to invoke an EJB as a service</td>
- <td>The samples/EJB directory under your WSIF installation</td>
- <td><a href="../samples/EJB/README.html">The Sample README</a></td>
+ <td>The samples/ejb directory under your WSIF installation</td>
+ <td><a href="../samples/ejb/README.html">The Sample README</a></td>
</tr>
<tr>
<td>How to invoke software accessible using the JCA (Java Connector
Architecture) as a service</td>
- <td>The samples/JCA directory under your WSIF installation</td>
- <td><a href="../samples/JCA/README.html">The Sample README</a></td>
+ <td>The samples/jca directory under your WSIF installation</td>
+ <td><a href="../samples/jca/README.html">The Sample README</a></td>
</tr>
<tr>
<td>How to invoke software accessible via the Java Message Service (JMS)</td>
- <td>The samples/JMS directory under your WSIF installation</td>
- <td><a href="../samples/JMS/README.html">The Sample README</a></td>
+ <td>The samples/jms directory under your WSIF installation</td>
+ <td><a href="../samples/jms/README.html">The Sample README</a></td>
</tr>
<tr>
<td>How to choose between the available bindings of a service at runtime</td>
- <td>The samples/Multi directory under your WSIF installation</td>
- <td><a href="../samples/Multi/README.html">The Sample README</a></td>
+ <td>The samples/multibinding directory under your WSIF installation</td>
+ <td><a href="../samples/multibinding/README.html">The Sample README</a></td>
</tr>
<tr>
<td>How to customise WSIF to select between bindings using your own
heuristics</td>
- <td>The samples/CustomFactory directory under your WSIF installation</td>
- <td><a href="../samples/CustomFactory/README.html">The Sample README</a></td>
+ <td>The samples/customfactory directory under your WSIF installation</td>
+ <td><a href="../samples/customfactory/README.html">The Sample README</a></td>
</tr>
</table>
<hr width="100%">