You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ro...@apache.org on 2004/08/06 06:14:02 UTC

cvs commit: ws-axis/c/docs wsdl2ws.html

roshan      2004/08/05 21:14:02

  Added:       c/docs   wsdl2ws.html
  Log:
  Added wsdl2ws.html to C\Docs.Added by Rangika
  
  Revision  Changes    Path
  1.1                  ws-axis/c/docs/wsdl2ws.html
  
  Index: wsdl2ws.html
  ===================================================================
  <html>
  <head>
    <meta http-equiv="Content-Type" content="text/html">
    <title>WSDL2Ws � How To</title>
  </head>
  
  <body>
  <h1>WSDL2Ws � How To</h1>
  <h3>Dependencies on Axis Java tool</h3>
  
  <p>The document below describes the areas where Apache Axis C++ is dependant upon the Axis Java tool. </p>
  <p>The Axis jars given below are used as they are in the Axis Java tool:</p>
  <br>
  <p> &nbsp &nbsp axis.jar <br>
  &nbsp &nbsp commons-discovery.jar <br>
  &nbsp &nbsp commons-logging.jar <br>
  &nbsp &nbsp jaxrpc.jar <br>
  &nbsp &nbsp saaj.jar <br>
  &nbsp &nbsp wsdl4j.jar <br>
  &nbsp &nbsp xml-apis.jar <br> </p>
  <p>"SchemaUtils.java" and "ElementDecl.java" files have been overridden and their original implementations are no longer used even though they exist in the above mentioned jars.</p>
  
  <p>No classes have been extended at the present time.</p>
  
  <p>Except for "SchemaUtils.java" and "ElementDecl.java" the rest of the code has been developed for the Axis C++ tool and is not present in the current Axis Java tool.</p>
  
  </body>
  </html>