You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by aj...@apache.org on 2005/09/23 12:00:58 UTC

svn commit: r291093 - in /webservices/axis2/trunk/java: modules/tool/ modules/tool/help/service/ xdocs/ xdocs/images/tools/ xdocs/images/tools/service/ xdocs/images/tools/wsdl/

Author: ajith
Date: Fri Sep 23 03:00:05 2005
New Revision: 291093

URL: http://svn.apache.org/viewcvs?rev=291093&view=rev
Log:
1.Updated the documentation for the tools
2.Refactored the images directories

Added:
    webservices/axis2/trunk/java/xdocs/images/tools/service/
    webservices/axis2/trunk/java/xdocs/images/tools/service/ServicePage1.jpg   (with props)
    webservices/axis2/trunk/java/xdocs/images/tools/service/ServiceWizardSelection.jpg   (with props)
    webservices/axis2/trunk/java/xdocs/images/tools/service/help.JPG   (with props)
    webservices/axis2/trunk/java/xdocs/images/tools/service/service_page2.JPG   (with props)
    webservices/axis2/trunk/java/xdocs/images/tools/service/service_page3.JPG   (with props)
    webservices/axis2/trunk/java/xdocs/images/tools/service/service_page3_hl.JPG   (with props)
    webservices/axis2/trunk/java/xdocs/images/tools/service/service_page4_load.JPG   (with props)
    webservices/axis2/trunk/java/xdocs/images/tools/service/service_page4_plain.JPG   (with props)
    webservices/axis2/trunk/java/xdocs/images/tools/service/service_page4_search_declared.JPG   (with props)
    webservices/axis2/trunk/java/xdocs/images/tools/service/service_page4_table.JPG   (with props)
    webservices/axis2/trunk/java/xdocs/images/tools/service/service_page5.JPG   (with props)
    webservices/axis2/trunk/java/xdocs/images/tools/service/service_page5_added.JPG   (with props)
    webservices/axis2/trunk/java/xdocs/images/tools/service/service_page5_browsed.JPG   (with props)
    webservices/axis2/trunk/java/xdocs/images/tools/service/service_page5_hl.JPG   (with props)
    webservices/axis2/trunk/java/xdocs/images/tools/service/service_page5_remove.JPG   (with props)
    webservices/axis2/trunk/java/xdocs/images/tools/service/service_page6.JPG   (with props)
    webservices/axis2/trunk/java/xdocs/images/tools/service/success_msg.JPG   (with props)
    webservices/axis2/trunk/java/xdocs/images/tools/wsdl/
    webservices/axis2/trunk/java/xdocs/images/tools/wsdl/OptionsPage.jpg   (with props)
    webservices/axis2/trunk/java/xdocs/images/tools/wsdl/OutputPage.jpg   (with props)
    webservices/axis2/trunk/java/xdocs/images/tools/wsdl/WSDLSelectionPage.jpg   (with props)
    webservices/axis2/trunk/java/xdocs/images/tools/wsdl/toolSelectionpage.jpg   (with props)
    webservices/axis2/trunk/java/xdocs/images/tools/wsdl/wizardSelectionPage.jpg   (with props)
Removed:
    webservices/axis2/trunk/java/xdocs/images/tools/OptionsPage.jpg
    webservices/axis2/trunk/java/xdocs/images/tools/OutputPage.jpg
    webservices/axis2/trunk/java/xdocs/images/tools/ServicePage1.jpg
    webservices/axis2/trunk/java/xdocs/images/tools/ServicePage2.jpg
    webservices/axis2/trunk/java/xdocs/images/tools/ServicePage4.jpg
    webservices/axis2/trunk/java/xdocs/images/tools/ServiceWSDLpage.jpg
    webservices/axis2/trunk/java/xdocs/images/tools/ServiceWizardSelection.jpg
    webservices/axis2/trunk/java/xdocs/images/tools/WSDLSelectionPage.jpg
    webservices/axis2/trunk/java/xdocs/images/tools/toolSelectionpage.jpg
    webservices/axis2/trunk/java/xdocs/images/tools/wizardSelectionPage.jpg
Modified:
    webservices/axis2/trunk/java/modules/tool/create-project.xml
    webservices/axis2/trunk/java/modules/tool/help/service/service-help.html
    webservices/axis2/trunk/java/modules/tool/readme.txt
    webservices/axis2/trunk/java/xdocs/CodegenToolReference.html
    webservices/axis2/trunk/java/xdocs/ServiceArchiveToolReference.html

Modified: webservices/axis2/trunk/java/modules/tool/create-project.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/tool/create-project.xml?rev=291093&r1=291092&r2=291093&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/create-project.xml (original)
+++ webservices/axis2/trunk/java/modules/tool/create-project.xml Fri Sep 23 03:00:05 2005
@@ -48,7 +48,7 @@
         <copy todir="${service.output.dir}/${help.dir.name}">
             <fileset dir="${service.help.resource.dir}"></fileset>
         </copy>
-	 <available property="images.dir" file="../../xdocs/images/tools" type="dir" value="../../xdocs/images/tools"/>
+	 <available property="images.dir" file="../../xdocs/images/tools/service" type="dir" value="../../xdocs/images/tools/service"/>
          <copy todir="${service.output.dir}/${help.dir.name}">
           <fileset dir="${images.dir}"/>
          </copy> 
@@ -74,7 +74,7 @@
         <copy todir="${codegen.output.dir}/${help.dir.name}">
             <fileset dir="${codegen.help.resource.dir}"></fileset>
         </copy>
-          <available property="images.dir" file="../../xdocs/images/tools" type="dir" value="../../xdocs/images/tools"/>
+          <available property="images.dir" file="../../xdocs/images/tools/wsdl" type="dir" value="../../xdocs/images/tools/wsdl"/>
           <copy todir="${codegen.output.dir}/${help.dir.name}">
             <fileset dir="${images.dir}"/>
          </copy>

Modified: webservices/axis2/trunk/java/modules/tool/help/service/service-help.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/tool/help/service/service-help.html?rev=291093&r1=291092&r2=291093&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/help/service/service-help.html (original)
+++ webservices/axis2/trunk/java/modules/tool/help/service/service-help.html Fri Sep 23 03:00:05 2005
@@ -8,8 +8,50 @@
 <h2>Operation</h2>
 <p>If the plug-in is properly installed you should see a new wizard under the 
 &quot;New&quot; section.(use the File -&gt; New -&gt; Other or Ctrl + N ) </p>
-<p>
-<h1> Fill all this </h1></p>
+<p align="center">
+<img border="0" src="ServiceWizardSelection.jpg" width="500" height="500"></p>
+<p>Selecting the wizard and pressing the next button will start the service
+generator wizard. Following is the first wizard page.</p>
+<p align="center"><img border="0" src="ServicePage1.jpg" width="500" height="500"></p>
+<p>Once the class file folder&nbsp; is given (which should be a folder in the file 
+system) the next button will be enabled. Page 2 of the wizard requires you to 
+locate the wsdl file. Note that the WSDL file cannot be skipped in this version of the tool</p>
+<p align="center">
+<img border="0" src="service_page2.JPG" width="500" height="500"></p>
+<p align="center">Select the service.XML file in the next wizard page</p>
+<p align="center"><img border="0" src="service_page3.JPG" width="500" height="500"></p>
+<p>Note that The service XML file can be generated if needed. To proceed
+to the service generaion page, check the "generate automatically" checkbox. </p>
+<p align="center"><img border="0" src="service_page3_hl.JPG"></p>
+
+<p>If the automatic mode is not selected then the wizard
+will directly jump to the library selection page. However if the automatic mode is selected the wizard will show the
+following page</p>
+<p align="center"><img border="0" src="service_page4_plain.JPG" width="500" height="500"></p>
+<p>This is a somewhat complicated page. The service name textbox should include the name of the service that you
+wish to give this service. 
+For the implementation class type in the fully qualified class name and hit the load button to view the operations</p>
+<p align="center"><img border="0" src="service_page4_load.JPG" ></p>
+<p> The loaded operations should be displayed in a table. Once this is displayed you can filter the methods by selecting/deselcting the methods using the checkbox at each row.</p>
+<p align="center"><img border="0" src="service_page4_table.JPG" width="500" height="500"></p>
+<p>Further filtering can be achieved by using the "search declared methods" only checkbox</p>
+<p align="center"><img border="0" src="service_page4_search_declared.JPG" ></p>
+<p>Once the method selection is complete the wizard has enough information to generate a basic services.xml file. If further customization is required, there's no choice but to manually edit it!</p>
+<p>The next step is to add the libraries. The library addition page looks like this </p>
+<p align="center"><img border="0" src="service_page5.JPG" ></p>
+<p>The library name (with full path) can be either typed on the text box or browsed for using the browse button. </p>
+<p align="center"><img border="0" src="service_page5_browsed.JPG" ></p>
+<p>Hit the Add button to add the library to the list. The added libraries should be displayed in the list box</p>
+<p align="center"><img border="0" src="service_page5_hl.JPG" ></p>
+<p align="center"><img border="0" src="service_page5_added.JPG" ></p>
+<p>If any library needs to be removed, highlight it in the list and hit remove. Click next to proceed to the last page of the wizard</p>
+<p align="center"><img border="0" src="service_page5_remove.JPG" ></p>
+<p>The last page of the wizard asks for the output location and the output archive name.<p>
+<p align="center"><img border="0" src="service_page6.JPG" ></p>
+<p>Once all the parameters are filled, hit the finish button to complete the wizard and generate the 
+service archive.</p>
+<p align="center"><img border="0" src="success_msg.JPG"></p>
+<p> If you see the above message, then you've successfully generated the service archive!  This service archive can be hot deployed to the axis2</p>
 <h1>Appendix</h1>
 <ul>
   <li>Eclipse reference - <a href="http://www.eclipse.org/">

Modified: webservices/axis2/trunk/java/modules/tool/readme.txt
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/tool/readme.txt?rev=291093&r1=291092&r2=291093&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/tool/readme.txt (original)
+++ webservices/axis2/trunk/java/modules/tool/readme.txt Fri Sep 23 03:00:05 2005
@@ -3,6 +3,7 @@
 ===========================
 Since the source for the tools has a dependency on the eclipse classes. one has to run the
 ant build file (create-project.xml) to generate a relevant eclipse project from the source.
+[use the ant -f create-project.xml command]
 Once the projects are generated (which can be found in the newly created eclipse_project 
 directory) they can be opened in the Eclipse PDE for building and editing.
 

Modified: webservices/axis2/trunk/java/xdocs/CodegenToolReference.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/CodegenToolReference.html?rev=291093&r1=291092&r2=291093&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/CodegenToolReference.html (original)
+++ webservices/axis2/trunk/java/xdocs/CodegenToolReference.html Fri Sep 23 03:00:05 2005
@@ -24,15 +24,15 @@
 <p>If the plug-in is properly installed you should see a new wizard under the 
 &quot;New&quot; section.(use the File -&gt; New -&gt; Other or Ctrl + N ) </p>
 <p>
-<img border="0" src="images/tools/wizardSelectionPage.jpg" width="500" height="500"></p>
+<img border="0" src="images/tools/wsdl/wizardSelectionPage.jpg" width="500" height="500"></p>
 <p>Selecting the wizard and pressing the next button will start the code 
 generator wizard. Following is the first wizard page.</p>
 <p>
-<img border="0" src="images/tools/toolSelectionpage.jpg" width="557" height="501"></p>
+<img border="0" src="images/tools/wsdl/toolSelectionpage.jpg" width="557" height="501"></p>
 <p>Selecting the generate code from WSDL option leads to the next page. Note 
 that the Java-to-WSDL tool is disabled.</p>
 <p>
-<img border="0" src="images/tools/WSDLSelectionPage.jpg" width="518" height="500"></p>
+<img border="0" src="images/tools/wsdl/WSDLSelectionPage.jpg" width="518" height="500"></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>
@@ -41,10 +41,10 @@
 characteristics of the code being generated. Novices need not worry about these 
 options since the most common options are defaulted, But advanced users will 
 find it very easy to &quot;turn the knobs&quot; using these options.</p>
-<p><img border="0" src="images/tools/OptionsPage.jpg" width="518" height="500"></p>
+<p><img border="0" src="images/tools/wsdl/OptionsPage.jpg" width="518" height="500"></p>
 <p>Once the options are taken care of, only the final step of the code 
 generation is left. it is the selection of the output file location.</p>
-<p><img border="0" src="images/tools/OutputPage.jpg" width="518" height="500"></p>
+<p><img border="0" src="images/tools/wsdl/OutputPage.jpg" width="518" height="500"></p>
 <p>When the output file location is selected, the Finish button will be enabled. 
 Pressing the finish button will generate the code and a message box will pop up 
 acknowledging the success. Well Done! Now you are ready for Axis2 Code generation.</p>

Modified: webservices/axis2/trunk/java/xdocs/ServiceArchiveToolReference.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/ServiceArchiveToolReference.html?rev=291093&r1=291092&r2=291093&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/ServiceArchiveToolReference.html (original)
+++ webservices/axis2/trunk/java/xdocs/ServiceArchiveToolReference.html Fri Sep 23 03:00:05 2005
@@ -1,7 +1,6 @@
 <h1>Service Archive Wizard - Eclipse Plug-in</h1>
 <p>Axis2 comes with a simple service archiver tool. This tool provides easy to use functionality to develop a axis archive or an "aar" file or a "jar" file that can be deployed as a web service to the Axis2. This tool is in the form of 
-an Eclipse plug-in and can be downloaded from the downloads section. The 
-following sections describe how the tool can be used.</p>
+an Eclipse plug-in and can be downloaded from the downloads section. This document describes how the tool can be used.</p>
 <h2>Installation</h2>
 <p>
 Download the binary version of the plug-in and extract the content of the zip 
@@ -12,25 +11,53 @@
 <h2>Operation</h2>
 <p>If the plug-in is properly installed you should see a new wizard under the 
 &quot;New&quot; section.(use the File -&gt; New -&gt; Other or Ctrl + N ) </p>
-<p>
-<img border="0" src="images/tools/ServiceWizardSelection.jpg" width="500" height="500"></p>
-<p>Selecting the wizard and pressing the next button will start the code 
+<p align="center">
+<img border="0" src="images/tools/service/ServiceWizardSelection.jpg" width="500" height="500"></p>
+<p>Selecting the wizard and pressing the next button will start the service
 generator wizard. Following is the first wizard page.</p>
-<p><img border="0" src="images/tools/ServicePage1.jpg" width="500" height="500"></p>
+<p align="center"><img border="0" src="images/tools/service/ServicePage1.jpg" width="500" height="500"></p>
 <p>Once the class file folder&nbsp; is given (which should be a folder in the file 
 system) the next button will be enabled. Page 2 of the wizard requires you to 
-locate the wsdl file</p>
-<p>
-<img border="0" src="images/tools/ServiceWSDLpage.jpg" width="500" height="500"></p>
-<p>The WSDL can be skipped if needed. Select the service.XML file in the next 
-wizard page.</p>
-<p><img border="0" src="images/tools/ServicePage2.jpg" width="500" height="500"></p>
-<p>Note that the automatic generation of the service.xml is disabled for this 
-release. After the service.xml is located you can point to the output location 
-and specify the file name.</p>
-<p><img border="0" src="images/tools/ServicePage4.jpg" width="500" height="500"></p>
-<p>Once all the parameters are filled, finishing the wizard will generate the 
-service archive. This service archive can be hot deployed to the axis2.</p>
+locate the wsdl file. Note that the WSDL file cannot be skipped in this version of the tool</p>
+<p align="center">
+<img border="0" src="images/tools/service/service_page2.JPG" width="500" height="500"></p>
+<p align="center">Select the service.XML file in the next wizard page</p>
+<p align="center"><img border="0" src="images/tools/service/service_page3.JPG" width="500" height="500"></p>
+<p>Note that The service XML file can be generated if needed. To proceed
+to the service generaion page, check the "generate automatically" checkbox. </p>
+<p align="center"><img border="0" src="images/tools/service/service_page3_hl.JPG"></p>
+
+<p>If the automatic mode is not selected then the wizard
+will directly jump to the library selection page. However if the automatic mode is selected the wizard will show the
+following page</p>
+<p align="center"><img border="0" src="images/tools/service/service_page4_plain.JPG" width="500" height="500"></p>
+<p>This is a somewhat complicated page. The service name textbox should include the name of the service that you
+wish to give this service. 
+For the implementation class type in the fully qualified class name and hit the load button to view the operations</p>
+<p align="center"><img border="0" src="images/tools/service/service_page4_load.JPG" ></p>
+<p> The loaded operations should be displayed in a table. Once this is displayed you can filter the methods by selecting/deselcting the methods using the checkbox at each row.</p>
+<p align="center"><img border="0" src="images/tools/service/service_page4_table.JPG" width="500" height="500"></p>
+<p>Further filtering can be achieved by using the "search declared methods" only checkbox</p>
+<p align="center"><img border="0" src="images/tools/service/service_page4_search_declared.JPG" ></p>
+<p>Once the method selection is complete the wizard has enough information to generate a basic services.xml file. If further customization is required, there's no choice but to manually edit it!</p>
+<p>The next step is to add the libraries. The library addition page looks like this </p>
+<p align="center"><img border="0" src="images/tools/service/service_page5.JPG" ></p>
+<p>The library name (with full path) can be either typed on the text box or browsed for using the browse button. </p>
+<p align="center"><img border="0" src="images/tools/service/service_page5_browsed.JPG" ></p>
+<p>Hit the Add button to add the library to the list. The added libraries should be displayed in the list box</p>
+<p align="center"><img border="0" src="images/tools/service/service_page5_hl.JPG" ></p>
+<p align="center"><img border="0" src="images/tools/service/service_page5_added.JPG" ></p>
+<p>If any library needs to be removed, highlight it in the list and hit remove. Click next to proceed to the last page of the wizard</p>
+<p align="center"><img border="0" src="images/tools/service/service_page5_remove.JPG" ></p>
+<p>The last page of the wizard asks for the output location and the output archive name.<p>
+<p align="center"><img border="0" src="images/tools/service/service_page6.JPG" ></p>
+<p>Once all the parameters are filled, hit the finish button to complete the wizard and generate the 
+service archive.</p>
+<p align="center"><img border="0" src="images/tools/service/success_msg.JPG"></p>
+<p> If you see the above message, then you've successfully generated the service archive!  This service archive can be hot deployed to the axis2</p>
+<p> The plugin also adds a help document to the Eclipse help system. You should see it if you go to Eclipse help content </p>
+<p align="center"><img border="0" src="images/tools/service/help.JPG"></p>
+
 <hr>
 <p>&nbsp;</p>
 <p>&nbsp;</p>

Added: webservices/axis2/trunk/java/xdocs/images/tools/service/ServicePage1.jpg
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/images/tools/service/ServicePage1.jpg?rev=291093&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis2/trunk/java/xdocs/images/tools/service/ServicePage1.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis2/trunk/java/xdocs/images/tools/service/ServiceWizardSelection.jpg
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/images/tools/service/ServiceWizardSelection.jpg?rev=291093&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis2/trunk/java/xdocs/images/tools/service/ServiceWizardSelection.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis2/trunk/java/xdocs/images/tools/service/help.JPG
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/images/tools/service/help.JPG?rev=291093&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis2/trunk/java/xdocs/images/tools/service/help.JPG
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis2/trunk/java/xdocs/images/tools/service/service_page2.JPG
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/images/tools/service/service_page2.JPG?rev=291093&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis2/trunk/java/xdocs/images/tools/service/service_page2.JPG
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis2/trunk/java/xdocs/images/tools/service/service_page3.JPG
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/images/tools/service/service_page3.JPG?rev=291093&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis2/trunk/java/xdocs/images/tools/service/service_page3.JPG
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis2/trunk/java/xdocs/images/tools/service/service_page3_hl.JPG
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/images/tools/service/service_page3_hl.JPG?rev=291093&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis2/trunk/java/xdocs/images/tools/service/service_page3_hl.JPG
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis2/trunk/java/xdocs/images/tools/service/service_page4_load.JPG
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/images/tools/service/service_page4_load.JPG?rev=291093&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis2/trunk/java/xdocs/images/tools/service/service_page4_load.JPG
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis2/trunk/java/xdocs/images/tools/service/service_page4_plain.JPG
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/images/tools/service/service_page4_plain.JPG?rev=291093&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis2/trunk/java/xdocs/images/tools/service/service_page4_plain.JPG
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis2/trunk/java/xdocs/images/tools/service/service_page4_search_declared.JPG
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/images/tools/service/service_page4_search_declared.JPG?rev=291093&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis2/trunk/java/xdocs/images/tools/service/service_page4_search_declared.JPG
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis2/trunk/java/xdocs/images/tools/service/service_page4_table.JPG
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/images/tools/service/service_page4_table.JPG?rev=291093&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis2/trunk/java/xdocs/images/tools/service/service_page4_table.JPG
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis2/trunk/java/xdocs/images/tools/service/service_page5.JPG
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/images/tools/service/service_page5.JPG?rev=291093&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis2/trunk/java/xdocs/images/tools/service/service_page5.JPG
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis2/trunk/java/xdocs/images/tools/service/service_page5_added.JPG
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/images/tools/service/service_page5_added.JPG?rev=291093&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis2/trunk/java/xdocs/images/tools/service/service_page5_added.JPG
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis2/trunk/java/xdocs/images/tools/service/service_page5_browsed.JPG
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/images/tools/service/service_page5_browsed.JPG?rev=291093&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis2/trunk/java/xdocs/images/tools/service/service_page5_browsed.JPG
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis2/trunk/java/xdocs/images/tools/service/service_page5_hl.JPG
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/images/tools/service/service_page5_hl.JPG?rev=291093&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis2/trunk/java/xdocs/images/tools/service/service_page5_hl.JPG
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis2/trunk/java/xdocs/images/tools/service/service_page5_remove.JPG
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/images/tools/service/service_page5_remove.JPG?rev=291093&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis2/trunk/java/xdocs/images/tools/service/service_page5_remove.JPG
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis2/trunk/java/xdocs/images/tools/service/service_page6.JPG
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/images/tools/service/service_page6.JPG?rev=291093&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis2/trunk/java/xdocs/images/tools/service/service_page6.JPG
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis2/trunk/java/xdocs/images/tools/service/success_msg.JPG
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/images/tools/service/success_msg.JPG?rev=291093&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis2/trunk/java/xdocs/images/tools/service/success_msg.JPG
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis2/trunk/java/xdocs/images/tools/wsdl/OptionsPage.jpg
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/images/tools/wsdl/OptionsPage.jpg?rev=291093&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis2/trunk/java/xdocs/images/tools/wsdl/OptionsPage.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis2/trunk/java/xdocs/images/tools/wsdl/OutputPage.jpg
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/images/tools/wsdl/OutputPage.jpg?rev=291093&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis2/trunk/java/xdocs/images/tools/wsdl/OutputPage.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis2/trunk/java/xdocs/images/tools/wsdl/WSDLSelectionPage.jpg
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/images/tools/wsdl/WSDLSelectionPage.jpg?rev=291093&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis2/trunk/java/xdocs/images/tools/wsdl/WSDLSelectionPage.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis2/trunk/java/xdocs/images/tools/wsdl/toolSelectionpage.jpg
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/images/tools/wsdl/toolSelectionpage.jpg?rev=291093&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis2/trunk/java/xdocs/images/tools/wsdl/toolSelectionpage.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: webservices/axis2/trunk/java/xdocs/images/tools/wsdl/wizardSelectionPage.jpg
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/images/tools/wsdl/wizardSelectionPage.jpg?rev=291093&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/axis2/trunk/java/xdocs/images/tools/wsdl/wizardSelectionPage.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream