The EJBs exposed as WebServices must have remote interfaces.
The Axis Webapp must have in its WEB-INF/lib directory all the ejb-jar files containing Beans exposed as Web Services.
Deploy the ejb-jars or EARs containing Web Services.
Deploy the Axis Webapp (containing the ejb-jar files).
Use the AdminClient tool to deploy the Web Services (with a .wsdd file).
Example:
jclient org.apache.axis.client.AdminClient -hjonasServerHostname -p9000 deploy.wsdd |
Refer to the separate_axis example (in the $JONAS_ROOT/examples directory).