Axis2 integration with Eclipse: Start a simple Axis2 demo

Source: Internet
Author: User

1, download Axis2, now axis2 the latest version is axis2-1.6.2,:http://axis.apache.org/axis2/java/core/download.cgi

2, download the zip extracted to put in a directory: I am here to put: C:\software\axis2-1.6.2

3. Open Eclipse,windwos-->references-->webservers-->axis2 references to add the downloaded axis directory

4. Create a new Web project

5, create a package (Com.test), a new class under the package: Com.test.Calculate.java

 Package com.test;  Public class Calculate {    /**     * Calculates 2 integers and     *      @param  number1      @param  number2     @return     * *     Public int Add (intint  number2) {        return number1 + number2;    }}

6. Right-click on this class: New---and other. ---"webservers

Click Server Runtime

The webserver project to which axis is configured has been completed.

Axis2 integration with Eclipse: Start a simple Axis2 demo

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.