The EJBs exposed as Web Services can have either local or remote interfaces.
The EAR must contain a Webapp including a web.xml with Axis servlet mapping.
Deploy the application archive (EAR):
Use the AdminClient tool to deploy the webservices (with a .wsdd file)
Example:
jclient org.apache.axis.client.AdminClient -lhttp://localhost:9000/hello/servlet/AxisServlet deploy.wsdd |
Be careful to use a good URL to reach the Axis Servlet.
Refer to the embedded_axis example (in the $JONAS_ROOT/examples directory).