nmukhi 2002/12/16 13:15:08
Modified: java/doc user-guide.html
Log:
Fixing broken links
Revision Changes Path
1.3 +2 -2 xml-axis-wsif/java/doc/user-guide.html
Index: user-guide.html
===================================================================
RCS file: /home/cvs/xml-axis-wsif/java/doc/user-guide.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- user-guide.html 16 Dec 2002 18:42:15 -0000 1.2
+++ user-guide.html 16 Dec 2002 21:15:08 -0000 1.3
@@ -28,8 +28,8 @@
<p>WSIF is capable of invoking any WSDL-described service. The <a
href="http://www.w3.org/TR/wsdl12/">WSDL 1.2 specification</a> defines the current
WSDL standard, and an associated document, <a
href="http://www.w3.org/TR/2002/WD-wsdl12-bindings-20020709/">WSDL 1.2 bindings</a>,
defines standard binding extensions that describe how to use the SOAP, HTTP and MIME
protocols to invoke services described using WSDL.</p>
<p>WSIF defines additional binding extensions so that EJBs, local java classes,
software accessible over message queues using the JMS API and software that can be
invoked using the Java Connector architecture can also be described in WSDL. WSIF is
packaged with providers that allow transparent invocation of such software given the
corresponding WSDL description. Here are the documents that describe these bindings:
<ul>
- <li><a href="wsdl_extensions/java_extension.htm">Local java binding
extensions for WSDL</a></li>
- <li><a href="wsdl_extensions/ejb_extension.htm">EJB binding extensions for
WSDL</a></li>
+ <li><a href="wsdl_extensions/java_extension.html">Local java binding
extensions for WSDL</a></li>
+ <li><a href="wsdl_extensions/ejb_extension.html">EJB binding extensions for
WSDL</a></li>
<li><a href="wsdl_extensions/jms_bindings.htm">JMS binding extensions for
WSDL</a></li>
<li><a href="wsdl_extensions/j2c_extensions/wsif_j2c_extensions.htm">JCA
binding extensions for WSDL</a></li>
</ul>