Install the Axis2 plugin under eclipse

Source: Internet
Author: User


1. Download Axis2 and Eclipse plugin

Http://axis.apache.org/axis2

http://archive.apache.org/dist/ws/axis2/tools/

Download Axis2-eclipse-codegen-wizard.zip and Axis2-eclipse-service-archiver-wizard.zip

2, decompression Plug-ins


Extract two folders after decompression: axis2_codegen_wizard_1.3.0 and axis2_service_archiver_1.3.0,

Copy to Eclipse\dropins

3. Restart Eclipse

If there is Axis2 Wizards in File->new->other, the plug-in installation is successful.

4, new Axis2 Code generator, select the WSDL file to generate the client proxy class.

Error An error occurred while completing Process-java.lang.reflect.invocationtargetexception solution:

1. Copy "Geronimo-stax-api_1.0_spec-1.0.1.jar" and "Backport-util-concurrent-3.1.jar" from the Lib Library of AXIS2

File into the axis2_codegen_wizard_1.3.0 Lib directory while modifying the axis2_codegen_wizard_1.3.0

The Plugin.xml file, added in the file:

<library name= "Lib/geronimo-stax-api_1.0_spec-1.0.1.jar" >
<export name= "*"/>
</library>

< library name= "Lib/backport-util-concurrent-3.1.jar" >
<export name= "*"/>
</library>


If no Backport-util-concurrent-3.1.jar, you can download from the address: http://backport-jsr166.sourceforge.net/.

2. \.metadata\.plugins the $workspace position under the directory Axis2_codegen_wizard Delete.

3. Switch to the $eclipse_home directory at the command line, and then execute: eclipse–clear.

If there are problems, refer to the following solutions: Change the name, and then change it back

http://topic.csdn.net/u/20080524/01/37d43534-2490-43a4-a24d-bcf62b417de2.html#r_55176060

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.