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

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

axis2-admin Login using following credentials

Username : admin

Password : axis2

Upload page

upload service

The uploaded .aar files will be stored in the default service directory. For Axis2, this will be the <webapps>/axis2/WEB-INF/services directory. Once a service is uploaded, it will be installed instantly.

Since Axis2 supports hot deployment, you can drop the service archive directly through the file system to the above mentioned services directory. It will also cause the service to be automatically installed without the container being restarted.

Use the 'Services' link on the Web Application home page to check the successful installation of a service. The services and the operations of successfully installed services will be displayed on the available services page.

service list

If the service has deployment time errors it will list those services as faulty services. If you click on the link, you will see the deployment fault error messages.

fault page

Deployment time error message

deployement error

Axis2 Administration is all about configuring Axis2 at the run time and the configuration will be transient.

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 – 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
  • 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
  • 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: Axis2 – Upload Service Rating: 5 Reviewed By: eHowToNow