Thursday 10, Apr 2025
We are moved to new domain
Click -> www.ehowtonow.com
Saturday, 14 December 2013

Apache Axis2 - Introduction


Axis2 is a third generation web service engine.It is more efficient, more modular and more XML-oriented.

What is Axis2

The Apache Axis2 is a Java-based implementation of both the client and server side of the web service. Apache Axis2 provides a complete object model and a modular architecture that makes it eas to add functionality and support for new web service related specifications and recommendations.

We can do the following tasks using Axis2 :

  1. Send SOAP message.
  2. Receive and process SOAP messages.
  3. Create Web service out of plain Java class.
  4. Create implementation class for both the server and client using WSDL.
  5. Easily retrieve the WSDL for a service.
  6. Send and receive the SOAP messages with attachments.
  7. Create or utilize a REST based Web service.
  8. Create or utilize service that takes advantage of WS-Security, WS-Reliable Messaging, WS-Addressing,WS-Coordination, and WS-Atomic Transaction recommendations.
  9. Use AXIS2’s modular structure to easily add support for new recommendations as they emerge

Shop and help us

Flipkart Offer Snapdeal offer Amazon.in offer Amazon.com offer

Related Posts:

  • Axis2 – Download and Installations Axis2 Distributions Axis2 is distributed several convenient distribution packages and can be installed either as a standalone server or as part of a J2EE compliant servlet container. Download distribution packages of t… Read More
  • Axis2 – Lifecycle of Web Service message To understand Axis2 and what it does, you must have good idea of life cycle of Web services message.See the figure given below. This image collected from official web site of Apache Axis2 The sending application create… Read More
  • Axis2 – Message exchange patternIn this Tutorial we are going to see the quick overview of SOAP  message exchange patterns. Message Exchange PatternAll the SOAP messages carry the same structure, the ways in which they are used can be combined into a … Read More
  • Apache Axis2 - Introduction Axis2 is a third generation web service engine.It is more efficient, more modular and more XML-oriented. What is Axis2 The Apache Axis2 is a Java-based implementation of both the client and server side of the web service… Read More
  • Axis2 – Upload Service The Axis2 Web application also provides an interface to upload services. Once a service archive file is created, ie ‘.aar’ file can be uploaded using the upload page in Axis2 admin UI. Admin Login page Login using follo… Read More
  • Blogger Comments
  • Facebook Comments
  • Disqus Comments

0 comments:

Post a Comment

Item Reviewed: Apache Axis2 - Introduction Rating: 5 Reviewed By: eHowToNow