Apache Axis 2 : Errors and Exceptions

Prakhash Sivakumar
2 min readApr 15, 2016

Few common errors and exceptions people get when developing Axis2 projects using Eclipse.

(Follow this link to develop a simple application using Axis2 , Follow this link or link to develop a simple application using Axis2 in Eclipse)

  1. HTTP Status 500 — Servlet.init() for servlet AxisServlet threw exception

This exception occurs due to an error in Eclipse, From Eclipse failed to copy few libraries to the axis project, due to this it will throw NoClassDefFoundError

To resolve this we have to manually copy the library xmlschema-core-2.2.1.jar to the project

Make sure you copy and paste this file to both Service and Client Projects

2. ServiceClass object does not implement the required method

--

--