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 di...@apache.org on 2008/05/01 23:20:38 UTC

svn commit: r652665 [32/45] - in /webservices/axis2/site: ./ 1_4/ 1_4/adb/ 1_4/adb/images/ 1_4/images/ 1_4/images/archi-guide/ 1_4/images/userguide/ 1_4/jibx/ 1_4/src/ css/ download/0_9/ download/0_91/ download/0_92/ download/0_93/ download/0_94/ downl...

Modified: webservices/axis2/site/tools/1_0/eclipse/wsdl2java-plugin.html
URL: http://svn.apache.org/viewvc/webservices/axis2/site/tools/1_0/eclipse/wsdl2java-plugin.html?rev=652665&r1=652664&r2=652665&view=diff
==============================================================================
--- webservices/axis2/site/tools/1_0/eclipse/wsdl2java-plugin.html (original)
+++ webservices/axis2/site/tools/1_0/eclipse/wsdl2java-plugin.html Thu May  1 14:20:27 2008
@@ -1,64 +1,64 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Axis 2.0 - Code Generator Wizard - Eclipse Plug-in</title><style type="text/css" media="all">
-          @import url("../../../style/maven-base.css");
-          
-			    @import url("../../../style/maven-theme.css");</style><link rel="stylesheet" href="../../../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/axis2/" id="projectLogo"><img alt="Apache Axis 2.0" src="http://ws.apache.org/axis2/images/axis.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
-                	Last published: 05 May 2006
-                  | Doc for 1.0</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuAxis_2_0"><h5>Axis 2.0</h5><ul><li class="none"><a href="../../../index.html">Home</a></li><li class="expanded"><a href="../../../">Downloads</a><ul><li class="none"><a href="../../../download.cgi">Releases</a></li><li class="none"><a href="http://svn.apache.org/viewcvs.cgi/webservices/axis2/trunk/?root=Apache-SVN" class="externalLink" title="External Link">Source Code</a></li><li class="none"><a href="../../../modules/index.html">Modules</a></li><li class="none"><a href="../../../tools/index.html">Tools</a></li></ul></li><li class="expanded"><a href="../../../">Documentation</a><ul><li class="none"><a href="../../../1_0/index.html">Version 1.0</a></li><li class="none"><a href="../../../0_95/index.html">Version 0.95</a></li><li class="none"><a href="../../../0_94/index.html">Version 0.94</a></li><li class="none"><a href=
 "../../../0_93/index.html">Version 0.93</a></li></ul></li><li class="expanded"><a href="../../../overview.html">Get Involved</a><ul><li class="none"><a href="../../../svn.html">Checkout the Source</a></li><li class="none"><a href="../../../siteHowTo.html">Build the Site</a></li><li class="none"><a href="../../../guidelines.html">Developer Guidelines</a></li><li class="none"><a href="../../../refLib.html">Reference Library</a></li><li class="none"><a href="../../../mail-lists.html">Mailing Lists</a></li><li class="none"><a href="../../../faq.html">FAQ</a></li></ul></li><li class="none"><a href="../../../thanks.html">Acknowledgements</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0.html" class="externalLink" title="External Link">License</a></li><li class="expanded"><a href="../../../">Project Information</a><ul><li class="none"><a href="../../../team-list.html">Project Team</a></li><li class="none"><a href="../../../issue-tracking.html">Issue Track
 ing</a></li></ul></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="../../../images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Code_Generator_Wizard_-_eclipse_Plug-in"></a><h2>Code Generator Wizard - eclipse Plug-in</h2><p>This document explains the usage of this code generator plug-in for
-eclipse. In other words, this document will guide you through the operations
-of generating a WSDL file from a java class and/or generating a java class
-file from a WSDL file.</p><p><a href="http://ws.apache.org/axis2/tools/index.html" class="newWindow" title="New Window" target="_blank">[Download Plugin Tool]</a></p><div class="subsection"><a name="Content"></a><h3>Content</h3><ul>
-  <li><a href="#intro">Introduction</a></li>
-  <li><a href="#installation">Installation</a></li>
-  <li><a href="#operation1">Operation - WSDL2Java</a></li>
-  <li><a href="#operation2">Operation - Java2WSDL</a></li>
-</ul><p><a name="intro"></a></p></div><div class="subsection"><a name="Introduction"></a><h3>Introduction</h3><p>The Axis2 code generator comes built-in with an <a href="http://www.eclipse.org" class="externalLink" title="External Link">eclipse</a> plug-in. This plug-in can be used
-to generate a WSDL file from a java class (Java2WSDL) and/or a java class
-file from a WSDL (WSDL2Java). First you need to install the plug-in. The
-instruction for installation are given below.</p><p><a name="installation"></a></p></div><div class="subsection"><a name="Installation"></a><h3>Installation</h3><p>The easiest way to obtain the plug-in would be the binary distribution.
-The packages plug-in would be available from the tools section of the
-downloads page</p><p>If one needs to build the plugin from source it is not as trivial as
-running the Maven build. The reason is that the plug-in depends heavily on
-the Eclipse classes, which are only available in an Eclipse environment. The
-recommended procedure is to run the create-project.xml (in the "modules\tool"
-directory of the source distribution) build file which will create two
-folders (the other one for the Service Archiver tool) and copy the necessary
-files to relevant folders. Then Eclipse should be configured to open the
-contents in a PDE project. Please go through the Eclipse documentation to
-learn how to open projects in the PDE format.</p><p>Once you've obtained the plug-in just unzip the content of the plug-in
-archive to the eclipse plug-in directory (if it is the zipped-binary version)
-or copy the necessary folders to the eclipse plug-in directory and restart
-Eclipse.</p><p><strong>Note</strong> - This plug-in works on Eclipse version 3.1 and
-upwards. The provided screen shots may slightly differ with what the user
-would actually see but the functionality has not been changed.</p><p><a name="operation1"></a></p></div><div class="subsection"><a name="Operation_-_WSDL2Java"></a><h3>Operation - WSDL2Java</h3><p>If the plug-in is properly installed you should see a new wizard under the
-"New" section.(use the File -&gt; New -&gt; Other or Ctrl + N )</p><p><img border="0" src="images/wsdl2java-screen0.jpg" alt=""></img></p><p>Selecting the wizard and pressing the Next button will start the code
-generator wizard. Following is the first wizard page.</p><p><strong>Page 1:</strong></p><p><img src="images/wsdl2java-screen1.jpg" alt=""></img></p><p>Selecting the 'Generate Java source code from WSDL file' option and
-clicking Next leads to the following page.</p><p><strong>WSDL2Java Page 2 :</strong></p><p><img border="0" src="images/wsdl2java-screen2.jpg" alt=""></img></p><p>To move on to the next page the WSDL file location must be given. The
-Browse button can be used to easily browse for a file rather than typing the
-whole path.</p><p><strong>WSDL2Java Page 3 :</strong></p><p>Once the WSDL file is selected, the next page will take you to the page
-from where <strong>codegen options</strong> are to be selected. By far this
-is the most important page in this wizard. This page determines the
-characteristics of the code being generated.</p><p>Novices need not worry about these options since the most common options
-are defaulted, but advanced users will find it very easy to "turn the knobs"
-using these options.</p><p><img border="0" src="images/wsdl2java-screen3.jpg" alt=""></img></p><p>Once the options are selected, only the final step of the code generation
-is left which is the selection of the output file location.</p><p><strong>WSDL2Java Page 4 :</strong></p><p>Here you can select the output file path by typing or browsing using the
-Browse button. You have the option of browsing only workspace projects by
-selecting the 'Browse Workspace projects only' 'checkbox.</p><p><img border="0" src="images/wsdl2java-screen4.jpg" alt=""></img></p><p>When the output file location is selected, the Finish button will be
-enabled. Clicking the Finish button will generate the code and a message box
-will pop up acknowledging the success. Well Done! You've successfully
-completed Axis2 code generation.</p><p><a name="operation2"></a></p></div><div class="subsection"><a name="Operation_-_Java2WSDL"></a><h3>Operation - Java2WSDL</h3><p><strong>Page 1:</strong></p><p>For this operation you need to select the option which says 'Generate a
-WSDL from a Java source file'</p><p><img border="0" src="images/java2wsdl-screen0.jpg" alt=""></img></p><p>Then click the Next button which will lead to the next page below.</p><p><strong>Java2WSDL Page 2:</strong></p><p><img border="0" src="images/java2wsdl-screen1.jpg" alt=""></img></p><p>In this page one needs to select the class to be exposed and the relevant
-jar files /classes to be loaded as the classpath. After the libraries have
-been set, the 'Test Class Loading' button must be clicked in order to test
-whether the class is loadable. Unless the class loading is successful
-proceeding to the Next button will not be enabled.</p><p>Once the classloading is successful and Next button is clicked the page
-below will appear.</p><p><strong>Java2WSDL Page 3:</strong></p><p>This page allows the parameters to be modified by setting the options for
-the generator.</p><p><img border="0" src="images/java2wsdl-screen2.jpg" alt=""></img></p><p><strong>Java2WSDL Page 4:</strong></p><p>Output file location can be browsed using the Browse button. Note that by
-selecting 'browse Workspace projects only' check box you can browse for
-workspace projects only. Once output file location and output WSDL file name
-is add you can click the Finish button to complete generation.</p><p><img border="0" src="images/java2wsdl-screen3.jpg" alt=""></img></p><p>If a message box pops up acknowledging the success, then you've
-successfully completed the Java2WSDL code generation. </p></div></div><div class="section"><a name="Appendix"></a><h2>Appendix</h2><ul>
-  <li>eclipse reference - <a href="http://www.eclipse.org/" class="externalLink" title="External Link">
-    http://www.eclipse.org/</a></li>
-  <li>Custom Ant Tasks  - <a href="http://ant.apache.org/manual/develop.html" class="externalLink" title="External Link">
-    http://ant.apache.org/manual/develop.html</a></li>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Axis 2.0 - Code Generator Wizard - Eclipse Plug-in</title><style type="text/css" media="all">
+          @import url("../../../style/maven-base.css");
+          
+			    @import url("../../../style/maven-theme.css");</style><link rel="stylesheet" href="../../../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/axis2/" id="projectLogo"><img alt="Apache Axis 2.0" src="http://ws.apache.org/axis2/images/axis.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
+                	Last published: 05 May 2006
+                  | Doc for 1.0</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuAxis_2_0"><h5>Axis 2.0</h5><ul><li class="none"><a href="../../../index.html">Home</a></li><li class="expanded"><a href="../../../">Downloads</a><ul><li class="none"><a href="../../../download.cgi">Releases</a></li><li class="none"><a href="http://svn.apache.org/viewcvs.cgi/webservices/axis2/trunk/?root=Apache-SVN" class="externalLink" title="External Link">Source Code</a></li><li class="none"><a href="../../../modules/index.html">Modules</a></li><li class="none"><a href="../../../tools/index.html">Tools</a></li></ul></li><li class="expanded"><a href="../../../">Documentation</a><ul><li class="none"><a href="../../../1_0/index.html">Version 1.0</a></li><li class="none"><a href="../../../0_95/index.html">Version 0.95</a></li><li class="none"><a href="../../../0_94/index.html">Version 0.94</a></li><li class="none"><a href=
 "../../../0_93/index.html">Version 0.93</a></li></ul></li><li class="expanded"><a href="../../../overview.html">Get Involved</a><ul><li class="none"><a href="../../../svn.html">Checkout the Source</a></li><li class="none"><a href="../../../siteHowTo.html">Build the Site</a></li><li class="none"><a href="../../../guidelines.html">Developer Guidelines</a></li><li class="none"><a href="../../../refLib.html">Reference Library</a></li><li class="none"><a href="../../../mail-lists.html">Mailing Lists</a></li><li class="none"><a href="../../../faq.html">FAQ</a></li></ul></li><li class="none"><a href="../../../thanks.html">Acknowledgements</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0.html" class="externalLink" title="External Link">License</a></li><li class="expanded"><a href="../../../">Project Information</a><ul><li class="none"><a href="../../../team-list.html">Project Team</a></li><li class="none"><a href="../../../issue-tracking.html">Issue Track
 ing</a></li></ul></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="../../../images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Code_Generator_Wizard_-_eclipse_Plug-in"></a><h2>Code Generator Wizard - eclipse Plug-in</h2><p>This document explains the usage of this code generator plug-in for
+eclipse. In other words, this document will guide you through the operations
+of generating a WSDL file from a java class and/or generating a java class
+file from a WSDL file.</p><p><a href="http://ws.apache.org/axis2/tools/index.html" class="newWindow" title="New Window" target="_blank">[Download Plugin Tool]</a></p><div class="subsection"><a name="Content"></a><h3>Content</h3><ul>
+  <li><a href="#intro">Introduction</a></li>
+  <li><a href="#installation">Installation</a></li>
+  <li><a href="#operation1">Operation - WSDL2Java</a></li>
+  <li><a href="#operation2">Operation - Java2WSDL</a></li>
+</ul><p><a name="intro"></a></p></div><div class="subsection"><a name="Introduction"></a><h3>Introduction</h3><p>The Axis2 code generator comes built-in with an <a href="http://www.eclipse.org" class="externalLink" title="External Link">eclipse</a> plug-in. This plug-in can be used
+to generate a WSDL file from a java class (Java2WSDL) and/or a java class
+file from a WSDL (WSDL2Java). First you need to install the plug-in. The
+instruction for installation are given below.</p><p><a name="installation"></a></p></div><div class="subsection"><a name="Installation"></a><h3>Installation</h3><p>The easiest way to obtain the plug-in would be the binary distribution.
+The packages plug-in would be available from the tools section of the
+downloads page</p><p>If one needs to build the plugin from source it is not as trivial as
+running the Maven build. The reason is that the plug-in depends heavily on
+the Eclipse classes, which are only available in an Eclipse environment. The
+recommended procedure is to run the create-project.xml (in the "modules\tool"
+directory of the source distribution) build file which will create two
+folders (the other one for the Service Archiver tool) and copy the necessary
+files to relevant folders. Then Eclipse should be configured to open the
+contents in a PDE project. Please go through the Eclipse documentation to
+learn how to open projects in the PDE format.</p><p>Once you've obtained the plug-in just unzip the content of the plug-in
+archive to the eclipse plug-in directory (if it is the zipped-binary version)
+or copy the necessary folders to the eclipse plug-in directory and restart
+Eclipse.</p><p><strong>Note</strong> - This plug-in works on Eclipse version 3.1 and
+upwards. The provided screen shots may slightly differ with what the user
+would actually see but the functionality has not been changed.</p><p><a name="operation1"></a></p></div><div class="subsection"><a name="Operation_-_WSDL2Java"></a><h3>Operation - WSDL2Java</h3><p>If the plug-in is properly installed you should see a new wizard under the
+"New" section.(use the File -&gt; New -&gt; Other or Ctrl + N )</p><p><img border="0" src="images/wsdl2java-screen0.jpg" alt=""></img></p><p>Selecting the wizard and pressing the Next button will start the code
+generator wizard. Following is the first wizard page.</p><p><strong>Page 1:</strong></p><p><img src="images/wsdl2java-screen1.jpg" alt=""></img></p><p>Selecting the 'Generate Java source code from WSDL file' option and
+clicking Next leads to the following page.</p><p><strong>WSDL2Java Page 2 :</strong></p><p><img border="0" src="images/wsdl2java-screen2.jpg" alt=""></img></p><p>To move on to the next page the WSDL file location must be given. The
+Browse button can be used to easily browse for a file rather than typing the
+whole path.</p><p><strong>WSDL2Java Page 3 :</strong></p><p>Once the WSDL file is selected, the next page will take you to the page
+from where <strong>codegen options</strong> are to be selected. By far this
+is the most important page in this wizard. This page determines the
+characteristics of the code being generated.</p><p>Novices need not worry about these options since the most common options
+are defaulted, but advanced users will find it very easy to "turn the knobs"
+using these options.</p><p><img border="0" src="images/wsdl2java-screen3.jpg" alt=""></img></p><p>Once the options are selected, only the final step of the code generation
+is left which is the selection of the output file location.</p><p><strong>WSDL2Java Page 4 :</strong></p><p>Here you can select the output file path by typing or browsing using the
+Browse button. You have the option of browsing only workspace projects by
+selecting the 'Browse Workspace projects only' 'checkbox.</p><p><img border="0" src="images/wsdl2java-screen4.jpg" alt=""></img></p><p>When the output file location is selected, the Finish button will be
+enabled. Clicking the Finish button will generate the code and a message box
+will pop up acknowledging the success. Well Done! You've successfully
+completed Axis2 code generation.</p><p><a name="operation2"></a></p></div><div class="subsection"><a name="Operation_-_Java2WSDL"></a><h3>Operation - Java2WSDL</h3><p><strong>Page 1:</strong></p><p>For this operation you need to select the option which says 'Generate a
+WSDL from a Java source file'</p><p><img border="0" src="images/java2wsdl-screen0.jpg" alt=""></img></p><p>Then click the Next button which will lead to the next page below.</p><p><strong>Java2WSDL Page 2:</strong></p><p><img border="0" src="images/java2wsdl-screen1.jpg" alt=""></img></p><p>In this page one needs to select the class to be exposed and the relevant
+jar files /classes to be loaded as the classpath. After the libraries have
+been set, the 'Test Class Loading' button must be clicked in order to test
+whether the class is loadable. Unless the class loading is successful
+proceeding to the Next button will not be enabled.</p><p>Once the classloading is successful and Next button is clicked the page
+below will appear.</p><p><strong>Java2WSDL Page 3:</strong></p><p>This page allows the parameters to be modified by setting the options for
+the generator.</p><p><img border="0" src="images/java2wsdl-screen2.jpg" alt=""></img></p><p><strong>Java2WSDL Page 4:</strong></p><p>Output file location can be browsed using the Browse button. Note that by
+selecting 'browse Workspace projects only' check box you can browse for
+workspace projects only. Once output file location and output WSDL file name
+is add you can click the Finish button to complete generation.</p><p><img border="0" src="images/java2wsdl-screen3.jpg" alt=""></img></p><p>If a message box pops up acknowledging the success, then you've
+successfully completed the Java2WSDL code generation. </p></div></div><div class="section"><a name="Appendix"></a><h2>Appendix</h2><ul>
+  <li>eclipse reference - <a href="http://www.eclipse.org/" class="externalLink" title="External Link">
+    http://www.eclipse.org/</a></li>
+  <li>Custom Ant Tasks  - <a href="http://ant.apache.org/manual/develop.html" class="externalLink" title="External Link">
+    http://ant.apache.org/manual/develop.html</a></li>
 </ul></div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2004-2006, Apache Software Foundation</div><div class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file

Modified: webservices/axis2/site/tools/1_0/idea/Idea_plug-in_userguide.html
URL: http://svn.apache.org/viewvc/webservices/axis2/site/tools/1_0/idea/Idea_plug-in_userguide.html?rev=652665&r1=652664&r2=652665&view=diff
==============================================================================
--- webservices/axis2/site/tools/1_0/idea/Idea_plug-in_userguide.html (original)
+++ webservices/axis2/site/tools/1_0/idea/Idea_plug-in_userguide.html Thu May  1 14:20:27 2008
@@ -1,119 +1,119 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Axis 2.0 - How to use IDEA plug-in</title><style type="text/css" media="all">
-          @import url("../../../style/maven-base.css");
-          
-			    @import url("../../../style/maven-theme.css");</style><link rel="stylesheet" href="../../../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/axis2/" id="projectLogo"><img alt="Apache Axis 2.0" src="http://ws.apache.org/axis2/images/axis.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
-                	Last published: 05 May 2006
-                  | Doc for 1.0</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuAxis_2_0"><h5>Axis 2.0</h5><ul><li class="none"><a href="../../../index.html">Home</a></li><li class="expanded"><a href="../../../">Downloads</a><ul><li class="none"><a href="../../../download.cgi">Releases</a></li><li class="none"><a href="http://svn.apache.org/viewcvs.cgi/webservices/axis2/trunk/?root=Apache-SVN" class="externalLink" title="External Link">Source Code</a></li><li class="none"><a href="../../../modules/index.html">Modules</a></li><li class="none"><a href="../../../tools/index.html">Tools</a></li></ul></li><li class="expanded"><a href="../../../">Documentation</a><ul><li class="none"><a href="../../../1_0/index.html">Version 1.0</a></li><li class="none"><a href="../../../0_95/index.html">Version 0.95</a></li><li class="none"><a href="../../../0_94/index.html">Version 0.94</a></li><li class="none"><a href=
 "../../../0_93/index.html">Version 0.93</a></li></ul></li><li class="expanded"><a href="../../../overview.html">Get Involved</a><ul><li class="none"><a href="../../../svn.html">Checkout the Source</a></li><li class="none"><a href="../../../siteHowTo.html">Build the Site</a></li><li class="none"><a href="../../../guidelines.html">Developer Guidelines</a></li><li class="none"><a href="../../../refLib.html">Reference Library</a></li><li class="none"><a href="../../../mail-lists.html">Mailing Lists</a></li><li class="none"><a href="../../../faq.html">FAQ</a></li></ul></li><li class="none"><a href="../../../thanks.html">Acknowledgements</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0.html" class="externalLink" title="External Link">License</a></li><li class="expanded"><a href="../../../">Project Information</a><ul><li class="none"><a href="../../../team-list.html">Project Team</a></li><li class="none"><a href="../../../issue-tracking.html">Issue Track
 ing</a></li></ul></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="../../../images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Code_Generator_Wizard-_IntelliJ_IDEA_Plug-in"></a><h2>Code Generator Wizard- IntelliJ IDEA Plug-in</h2><p>This document explains installation and usage of IDEA code generation
-plug-in to create service archives and generate java class files from WSDL
-files.</p><p><a href="http://ws.apache.org/axis2/tools/index.html" class="externalLink" title="External Link">[Download
-Plug-in]</a></p><div class="subsection"><a name="Content"></a><h3>Content</h3><ul>
-  <li><a href="#intro">Introduction</a></li>
-  <li><a href="#installation">Installation</a></li>
-  <li><a href="#WSDL2Java_Code_Generation">WSDL2Java Code Generation</a></li>
-  <li><a href="#Create_Service_Archive">Create a Service Archive</a>
-    <ul>
-      <li><a href="#sub12">Sub Wizard 1 &amp; Sub Wizard 2</a></li>
-      <li><a href="#sub3">Sub Wizard 3</a></li>
-    </ul>
-  </li>
-</ul><p><a name="intro"></a></p></div><div class="subsection"><a name="Introduction"></a><h3>Introduction</h3><p>Using this IntelliJ IDEA plug-in you can either create a service archive
-that can be deployed as a Web services to the Axis2 or generate a java class
-file from a WSDL file. Installation process is described first here followed
-by the above mentioned operations.</p><p><a name="installation"></a></p></div><div class="subsection"><a name="Installation"></a><h3>Installation</h3><p>First <a href="http://ws.apache.org/axis2/tools/index.html" class="externalLink" title="External Link">download</a>
-the plug-in which is a zipped file, and extract it into plugins directory in
-IDEA installation directory or plugins directory in user directory
-(user/idea/conf/plugins). If you have correctly extracted the file you would
-see a directory called Axis2 in which there should be only one directory
-called lib containing a few .jar files.</p><p>Next step is to restart IDEA so that the changes can take place. If the
-plug-in has been installed correctly, when you restart IDEA you will see
-following icons in IDEA .</p><p><img alt="Figure 1" src="images/idea-icons.jpg"></img></p><p>Also if you right-click on editor page of IDEA you would see a link to the
-same plug-in.</p><p><img alt="Figure2" src="images/idea-popup.jpg"></img></p><p>When you click on either one of them a window (Page 1) will appear asking
-you to select one of the following two options.</p><ol>
-  <li><a href="#Create_Service_Archive">Create a service archive</a></li>
-  <li><a href="#WSDL2Java_Code_Generation">WSDL2Java code generation</a></li>
-</ol><p><strong>Page 1:</strong></p><p><img alt="Figure3" src="images/fig1.jpg"></img></p><p>If you want to create a service archive obviously you must select 'Create
-a service archive' option. Like wise, if u want to generate java class file
-from a WSDL file you must select 'WSDL2Java codegeneration'.</p></div><div class="subsection"><a name="WSDL2Java_Code_Generation"></a><h3>WSDL2Java Code Generation</h3><p>Select 'WSDL2Java codegeneration' and click OK to generate code from a
-WSDL file. Then the following window will appear.</p><p><strong>WSDL2Java Page 2:</strong></p><p><img alt="Figure4" src="images/fig2.jpg"></img></p><p>To move on to the next page the WSDL file location must be given. The
-Browse button can be used to easily browse for a file rather than having to
-type the whole path.</p><p>Once the WSDL file is selected, click on Next button which will take you
-to the page below.</p><p><strong>WSDL2Java Page 3:</strong></p><p><strong>Codegen options</strong> are to be selected here. By far this is
-the most important page in this wizard, which determines the characteristics
-of the code being generated.</p><p>Novices need not worry about these options since the most common options
-are defaulted. Advanced users will find it very easy to "turn the knobs"
-using these options.</p><p><img alt="Figure5" src="images/fig18.jpg"></img></p><p><strong>Here's some information on the options for selection:</strong></p><ul>
-  <li>Output language can be Java, C#. But we have not fully tested C#
-    codegeneration, therefore, it is better to select Java as output
-  language.</li>
-  <li>Since Axis2 supports both synchronous and asynchronous client
-    programming model, the tool has provided a way to select one of the two
-    from this page.</li>
-  <li>The default data binding type is adb (Axis2 data binding). Although the
-    tool is capable of providing XML beans, due to class loading issues in
-    XML beans, current implementation only generate code with OM and adb.</li>
-  <li>As for the package name of the generated code, you can set the name as
-    you wish.</li>
-</ul><p><strong>WSDL2Java Page 4:</strong></p><p><img alt="Figure6" src="images/fig3.jpg"></img></p><p>You can simply browse and select the output location/path (the location at
-which the code is to be generated) using the Browse button. Because of the
-Browse button you do not need to type in the output file path.</p><p><img alt="Fig4" src="images/fig4.jpg"></img></p><p>Once an output location is selected you can click on Finish button which
-will generate the java class file. If code generation is successful then a
-message box will appear acknowledging this fact a shown above.</p><p><a name="Create_Service_Archive" id="Create_Service_Archive"></a></p></div><div class="subsection"><a name="Create_a_Service_Archive"></a><h3>Create a Service Archive</h3><p>Select 'create a service archive' radio button on Page 1 of Axis2 IDEA
-plug-in wizard.</p><p><strong>Page 1:</strong></p><p><img alt="Fig5" src="images/fig5.jpg"></img></p><p><strong>Service Archive Page 2:</strong></p><p>Page below will appear asking to select archive type</p><p><img alt="fig6" src="images/fig6.jpg"></img></p><p>In Axis2 user can deploy single service or service group. Therefore, you
-can select either single service archive or service group archive for archive
-type you want to create.</p><p>If you already have services.xml you can skip some of the steps in the
-wizard by selecting 'I already have services.xml' and clicking on Next
-button. If you do not have services.xml, select radio button 'Generate
-services.xml' and click on Next button, in which case the tool will create
-services.xml for you.</p><p>Depending on the options you selected on this page there can be three sub
-wizards:</p><ol>
-  <li><a href="sub12">Sub wizard 1</a> (Generate single service and its
-    services.xml)</li>
-  <li><a href="sub12">Sub wizard 2</a> (Generate service group and its
-    services.xml)</li>
-  <li><a href="sub3">Sub wizard 3</a> (Generate service/service group using
-    already existing services.xml)</li>
-</ol><p>1 &amp; 2 follow the same set of steps except for some looping mechanism
-in the middle of the wizard.</p><p><a name="sub12"></a></p></div><div class="subsection"><a name="Sub_Wizard_1_and_Sub_Wizard_2"></a><h3>Sub Wizard 1 and Sub Wizard 2</h3><p><strong>Service Archive (sub wizards 1 &amp; 2) Page 3:</strong></p><p>From this page you have to select the location of the service classes
-directory, from where you compile output location. You do not need to type
-path, simply browse and select.</p><p><img alt="fig7" src="images/fig7.jpg"></img></p><p>When you click on Next button, wizard will move to the page below</p><p><strong>Service Archive (sub wizards 1 &amp; 2) Page 4:</strong></p><p>Here you select service specific external libraries and service WSDL
-files. In the case of a service group you can add any number of WSDL files
-depending on the services in the service group. If you want to add multiple
-WSDL files to a single service type you can do that as well.</p><p><img alt="fig8" src="images/fig8.jpg"></img></p><p>To Add libraries first click on small (...) button to browse for library
-file and then click on Add button. Once added the selected file will appear
-in the list box.</p><p>To add WSDLs first click on small (...) button to browse for WSDL file and
-then click Add button to add the file to the list.</p><p>See page below:</p><p><img alt="fig9" src="images/fig9.jpg"></img></p><p>After adding external libraries and service WSDL files click on Done
-button and then Next button to move to next page.</p><p><strong>Service Archive (sub wizards 1 &amp; 2) Page 5:</strong></p><p>This page allows you to select service implementation class. In the case
-of service group, same page will be looped to select multiple service
-implementation classes. This process is explained in detail below.</p><p>Select a service implementation class by browsing and click on Load button
-to load all the public methods in that class, after which you can select the
-methods that you want to publish using the check boxes.</p><p><img alt="fig10" src="images/fig10.jpg"></img></p><p>In Service Name text box you can type the name of the service you want,
-but remember that service name should be unique through out<em></em> the
-system.</p><p>When you have completed this particular service click Done. In the case of
-a service group when you click Done button for that particular service the
-following dialog will appear with option to add more service(s) to a service
-group.</p><p><img alt="fig11" src="images/fig11.jpg"></img></p><p>If you click Yes , you have to follow the same procedure to add some other
-service(s) to service group.</p><p>If you click No, Next button will enable and you can go to next page.</p><p><a name="Note"><strong><em>Note: From this point onwards the steps are
-similar to all the sub wizards.</em></strong></a></p><p><strong>Service Archive (sub wizards 1 &amp; 2) Page 6:</strong></p><p>This page displays the services.xml file, either the one given by you (in
-the case of ?I already have services.xml?) or the one generated
-by the system (in the case of "generate services.xml")</p><p><img alt="fig12" src="images/fig12.jpg"></img></p><p>This page is editable and provide a way to add parameters and module
-references to any level.</p><p>Note : When you click on either +Parameter or +ModuleRef buttons remember
-that corresponding text will be added to the current mouse position.
-Therefore click on the location you want to add the parameter<em> </em>or<em>
-</em>module references and then click relevant button (+Parameter or
-+ModuleRef).</p><p><strong>+Parameter button:</strong></p><p>If you click on the +Parameter button a window will appear asking to give
-parameter name and parameter value.</p><p><img alt="fig13" src="images/fig13.jpg"></img></p><p>Note that you can also manually add parameters (without clicking on
-+Parameter button ) to any where in the document as you wish.</p><p><strong>+ModuleRef button:</strong></p><p>Like wise, adding module references can be done by clicking on +ModuleRef
-button in the page. You have to type the name of the module to be engaged as
-shown in the following figure.</p><p><img alt="fig14" src="images/fig14.jpg"></img></p><p>When you complete this page press the Next button to go to final page.</p><p><strong>Service Archive (sub wizards 1 &amp; 2) Page 7:</strong></p><p><img alt="fig15" src="images/fig15.jpg"></img></p><p>Next step is to select output file location, the location in which archive
-file should be created.</p><p>In the Archive Name textbox, type the name of the archive file you want to
-place. This name will finally become the service group name.</p><p>Note : Do not include file extension when you type archive name. System
-will generate that for you.</p><p>When you are done, click the Finish button. If everything has been done
-successfully you will see following message.</p><p><img alt="fig16" src="images/fig16.jpg"></img></p><p>Note: Pages 6 &amp; 7 of sub wizards 1 &amp; 2 are common to sub wizard 3
-from its page 3 onwards.</p><p><a name="sub3"></a></p></div><div class="subsection"><a name="Sub_Wizard_3"></a><h3>Sub Wizard 3</h3><p>In the case where services.xml is already available, the steps are as
-follows.</p><p><strong>Service Archive (sub wizard 3) Page 3:</strong></p><p><img alt="fig17" src="images/fig17.jpg"></img></p><p>This page allows you to select both location of services.xml and the
-location of service classes directory. Click Select buttons and browse the
-file system to find required document and location.</p><p>Click on Next button which will take you to a page which allows you to
-edit services.xml in the same manner as 'Sub Wizard 1 &amp; Sub Wizard 2'
-section's <a href="#Note">Page 6 - edit service descriptors</a>. Note that
-Sub Wizard 3 from this point takes the same pages as 6 to 7 of Sub Wizards 1
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Axis 2.0 - How to use IDEA plug-in</title><style type="text/css" media="all">
+          @import url("../../../style/maven-base.css");
+          
+			    @import url("../../../style/maven-theme.css");</style><link rel="stylesheet" href="../../../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/axis2/" id="projectLogo"><img alt="Apache Axis 2.0" src="http://ws.apache.org/axis2/images/axis.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
+                	Last published: 05 May 2006
+                  | Doc for 1.0</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuAxis_2_0"><h5>Axis 2.0</h5><ul><li class="none"><a href="../../../index.html">Home</a></li><li class="expanded"><a href="../../../">Downloads</a><ul><li class="none"><a href="../../../download.cgi">Releases</a></li><li class="none"><a href="http://svn.apache.org/viewcvs.cgi/webservices/axis2/trunk/?root=Apache-SVN" class="externalLink" title="External Link">Source Code</a></li><li class="none"><a href="../../../modules/index.html">Modules</a></li><li class="none"><a href="../../../tools/index.html">Tools</a></li></ul></li><li class="expanded"><a href="../../../">Documentation</a><ul><li class="none"><a href="../../../1_0/index.html">Version 1.0</a></li><li class="none"><a href="../../../0_95/index.html">Version 0.95</a></li><li class="none"><a href="../../../0_94/index.html">Version 0.94</a></li><li class="none"><a href=
 "../../../0_93/index.html">Version 0.93</a></li></ul></li><li class="expanded"><a href="../../../overview.html">Get Involved</a><ul><li class="none"><a href="../../../svn.html">Checkout the Source</a></li><li class="none"><a href="../../../siteHowTo.html">Build the Site</a></li><li class="none"><a href="../../../guidelines.html">Developer Guidelines</a></li><li class="none"><a href="../../../refLib.html">Reference Library</a></li><li class="none"><a href="../../../mail-lists.html">Mailing Lists</a></li><li class="none"><a href="../../../faq.html">FAQ</a></li></ul></li><li class="none"><a href="../../../thanks.html">Acknowledgements</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0.html" class="externalLink" title="External Link">License</a></li><li class="expanded"><a href="../../../">Project Information</a><ul><li class="none"><a href="../../../team-list.html">Project Team</a></li><li class="none"><a href="../../../issue-tracking.html">Issue Track
 ing</a></li></ul></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="../../../images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Code_Generator_Wizard-_IntelliJ_IDEA_Plug-in"></a><h2>Code Generator Wizard- IntelliJ IDEA Plug-in</h2><p>This document explains installation and usage of IDEA code generation
+plug-in to create service archives and generate java class files from WSDL
+files.</p><p><a href="http://ws.apache.org/axis2/tools/index.html" class="externalLink" title="External Link">[Download
+Plug-in]</a></p><div class="subsection"><a name="Content"></a><h3>Content</h3><ul>
+  <li><a href="#intro">Introduction</a></li>
+  <li><a href="#installation">Installation</a></li>
+  <li><a href="#WSDL2Java_Code_Generation">WSDL2Java Code Generation</a></li>
+  <li><a href="#Create_Service_Archive">Create a Service Archive</a>
+    <ul>
+      <li><a href="#sub12">Sub Wizard 1 &amp; Sub Wizard 2</a></li>
+      <li><a href="#sub3">Sub Wizard 3</a></li>
+    </ul>
+  </li>
+</ul><p><a name="intro"></a></p></div><div class="subsection"><a name="Introduction"></a><h3>Introduction</h3><p>Using this IntelliJ IDEA plug-in you can either create a service archive
+that can be deployed as a Web services to the Axis2 or generate a java class
+file from a WSDL file. Installation process is described first here followed
+by the above mentioned operations.</p><p><a name="installation"></a></p></div><div class="subsection"><a name="Installation"></a><h3>Installation</h3><p>First <a href="http://ws.apache.org/axis2/tools/index.html" class="externalLink" title="External Link">download</a>
+the plug-in which is a zipped file, and extract it into plugins directory in
+IDEA installation directory or plugins directory in user directory
+(user/idea/conf/plugins). If you have correctly extracted the file you would
+see a directory called Axis2 in which there should be only one directory
+called lib containing a few .jar files.</p><p>Next step is to restart IDEA so that the changes can take place. If the
+plug-in has been installed correctly, when you restart IDEA you will see
+following icons in IDEA .</p><p><img alt="Figure 1" src="images/idea-icons.jpg"></img></p><p>Also if you right-click on editor page of IDEA you would see a link to the
+same plug-in.</p><p><img alt="Figure2" src="images/idea-popup.jpg"></img></p><p>When you click on either one of them a window (Page 1) will appear asking
+you to select one of the following two options.</p><ol>
+  <li><a href="#Create_Service_Archive">Create a service archive</a></li>
+  <li><a href="#WSDL2Java_Code_Generation">WSDL2Java code generation</a></li>
+</ol><p><strong>Page 1:</strong></p><p><img alt="Figure3" src="images/fig1.jpg"></img></p><p>If you want to create a service archive obviously you must select 'Create
+a service archive' option. Like wise, if u want to generate java class file
+from a WSDL file you must select 'WSDL2Java codegeneration'.</p></div><div class="subsection"><a name="WSDL2Java_Code_Generation"></a><h3>WSDL2Java Code Generation</h3><p>Select 'WSDL2Java codegeneration' and click OK to generate code from a
+WSDL file. Then the following window will appear.</p><p><strong>WSDL2Java Page 2:</strong></p><p><img alt="Figure4" src="images/fig2.jpg"></img></p><p>To move on to the next page the WSDL file location must be given. The
+Browse button can be used to easily browse for a file rather than having to
+type the whole path.</p><p>Once the WSDL file is selected, click on Next button which will take you
+to the page below.</p><p><strong>WSDL2Java Page 3:</strong></p><p><strong>Codegen options</strong> are to be selected here. By far this is
+the most important page in this wizard, which determines the characteristics
+of the code being generated.</p><p>Novices need not worry about these options since the most common options
+are defaulted. Advanced users will find it very easy to "turn the knobs"
+using these options.</p><p><img alt="Figure5" src="images/fig18.jpg"></img></p><p><strong>Here's some information on the options for selection:</strong></p><ul>
+  <li>Output language can be Java, C#. But we have not fully tested C#
+    codegeneration, therefore, it is better to select Java as output
+  language.</li>
+  <li>Since Axis2 supports both synchronous and asynchronous client
+    programming model, the tool has provided a way to select one of the two
+    from this page.</li>
+  <li>The default data binding type is adb (Axis2 data binding). Although the
+    tool is capable of providing XML beans, due to class loading issues in
+    XML beans, current implementation only generate code with OM and adb.</li>
+  <li>As for the package name of the generated code, you can set the name as
+    you wish.</li>
+</ul><p><strong>WSDL2Java Page 4:</strong></p><p><img alt="Figure6" src="images/fig3.jpg"></img></p><p>You can simply browse and select the output location/path (the location at
+which the code is to be generated) using the Browse button. Because of the
+Browse button you do not need to type in the output file path.</p><p><img alt="Fig4" src="images/fig4.jpg"></img></p><p>Once an output location is selected you can click on Finish button which
+will generate the java class file. If code generation is successful then a
+message box will appear acknowledging this fact a shown above.</p><p><a name="Create_Service_Archive" id="Create_Service_Archive"></a></p></div><div class="subsection"><a name="Create_a_Service_Archive"></a><h3>Create a Service Archive</h3><p>Select 'create a service archive' radio button on Page 1 of Axis2 IDEA
+plug-in wizard.</p><p><strong>Page 1:</strong></p><p><img alt="Fig5" src="images/fig5.jpg"></img></p><p><strong>Service Archive Page 2:</strong></p><p>Page below will appear asking to select archive type</p><p><img alt="fig6" src="images/fig6.jpg"></img></p><p>In Axis2 user can deploy single service or service group. Therefore, you
+can select either single service archive or service group archive for archive
+type you want to create.</p><p>If you already have services.xml you can skip some of the steps in the
+wizard by selecting 'I already have services.xml' and clicking on Next
+button. If you do not have services.xml, select radio button 'Generate
+services.xml' and click on Next button, in which case the tool will create
+services.xml for you.</p><p>Depending on the options you selected on this page there can be three sub
+wizards:</p><ol>
+  <li><a href="sub12">Sub wizard 1</a> (Generate single service and its
+    services.xml)</li>
+  <li><a href="sub12">Sub wizard 2</a> (Generate service group and its
+    services.xml)</li>
+  <li><a href="sub3">Sub wizard 3</a> (Generate service/service group using
+    already existing services.xml)</li>
+</ol><p>1 &amp; 2 follow the same set of steps except for some looping mechanism
+in the middle of the wizard.</p><p><a name="sub12"></a></p></div><div class="subsection"><a name="Sub_Wizard_1_and_Sub_Wizard_2"></a><h3>Sub Wizard 1 and Sub Wizard 2</h3><p><strong>Service Archive (sub wizards 1 &amp; 2) Page 3:</strong></p><p>From this page you have to select the location of the service classes
+directory, from where you compile output location. You do not need to type
+path, simply browse and select.</p><p><img alt="fig7" src="images/fig7.jpg"></img></p><p>When you click on Next button, wizard will move to the page below</p><p><strong>Service Archive (sub wizards 1 &amp; 2) Page 4:</strong></p><p>Here you select service specific external libraries and service WSDL
+files. In the case of a service group you can add any number of WSDL files
+depending on the services in the service group. If you want to add multiple
+WSDL files to a single service type you can do that as well.</p><p><img alt="fig8" src="images/fig8.jpg"></img></p><p>To Add libraries first click on small (...) button to browse for library
+file and then click on Add button. Once added the selected file will appear
+in the list box.</p><p>To add WSDLs first click on small (...) button to browse for WSDL file and
+then click Add button to add the file to the list.</p><p>See page below:</p><p><img alt="fig9" src="images/fig9.jpg"></img></p><p>After adding external libraries and service WSDL files click on Done
+button and then Next button to move to next page.</p><p><strong>Service Archive (sub wizards 1 &amp; 2) Page 5:</strong></p><p>This page allows you to select service implementation class. In the case
+of service group, same page will be looped to select multiple service
+implementation classes. This process is explained in detail below.</p><p>Select a service implementation class by browsing and click on Load button
+to load all the public methods in that class, after which you can select the
+methods that you want to publish using the check boxes.</p><p><img alt="fig10" src="images/fig10.jpg"></img></p><p>In Service Name text box you can type the name of the service you want,
+but remember that service name should be unique through out<em></em> the
+system.</p><p>When you have completed this particular service click Done. In the case of
+a service group when you click Done button for that particular service the
+following dialog will appear with option to add more service(s) to a service
+group.</p><p><img alt="fig11" src="images/fig11.jpg"></img></p><p>If you click Yes , you have to follow the same procedure to add some other
+service(s) to service group.</p><p>If you click No, Next button will enable and you can go to next page.</p><p><a name="Note"><strong><em>Note: From this point onwards the steps are
+similar to all the sub wizards.</em></strong></a></p><p><strong>Service Archive (sub wizards 1 &amp; 2) Page 6:</strong></p><p>This page displays the services.xml file, either the one given by you (in
+the case of ?I already have services.xml?) or the one generated
+by the system (in the case of "generate services.xml")</p><p><img alt="fig12" src="images/fig12.jpg"></img></p><p>This page is editable and provide a way to add parameters and module
+references to any level.</p><p>Note : When you click on either +Parameter or +ModuleRef buttons remember
+that corresponding text will be added to the current mouse position.
+Therefore click on the location you want to add the parameter<em> </em>or<em>
+</em>module references and then click relevant button (+Parameter or
++ModuleRef).</p><p><strong>+Parameter button:</strong></p><p>If you click on the +Parameter button a window will appear asking to give
+parameter name and parameter value.</p><p><img alt="fig13" src="images/fig13.jpg"></img></p><p>Note that you can also manually add parameters (without clicking on
++Parameter button ) to any where in the document as you wish.</p><p><strong>+ModuleRef button:</strong></p><p>Like wise, adding module references can be done by clicking on +ModuleRef
+button in the page. You have to type the name of the module to be engaged as
+shown in the following figure.</p><p><img alt="fig14" src="images/fig14.jpg"></img></p><p>When you complete this page press the Next button to go to final page.</p><p><strong>Service Archive (sub wizards 1 &amp; 2) Page 7:</strong></p><p><img alt="fig15" src="images/fig15.jpg"></img></p><p>Next step is to select output file location, the location in which archive
+file should be created.</p><p>In the Archive Name textbox, type the name of the archive file you want to
+place. This name will finally become the service group name.</p><p>Note : Do not include file extension when you type archive name. System
+will generate that for you.</p><p>When you are done, click the Finish button. If everything has been done
+successfully you will see following message.</p><p><img alt="fig16" src="images/fig16.jpg"></img></p><p>Note: Pages 6 &amp; 7 of sub wizards 1 &amp; 2 are common to sub wizard 3
+from its page 3 onwards.</p><p><a name="sub3"></a></p></div><div class="subsection"><a name="Sub_Wizard_3"></a><h3>Sub Wizard 3</h3><p>In the case where services.xml is already available, the steps are as
+follows.</p><p><strong>Service Archive (sub wizard 3) Page 3:</strong></p><p><img alt="fig17" src="images/fig17.jpg"></img></p><p>This page allows you to select both location of services.xml and the
+location of service classes directory. Click Select buttons and browse the
+file system to find required document and location.</p><p>Click on Next button which will take you to a page which allows you to
+edit services.xml in the same manner as 'Sub Wizard 1 &amp; Sub Wizard 2'
+section's <a href="#Note">Page 6 - edit service descriptors</a>. Note that
+Sub Wizard 3 from this point takes the same pages as 6 to 7 of Sub Wizards 1
 &amp; 2.</p></div></div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2004-2006, Apache Software Foundation</div><div class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org