Posted By:
neal_ravindran
Posted On:
Friday, July 1, 2005 02:44 PM
I use axis 1.2.1.
My main goal was to expose some EJB methods of an EJB as webservices.
Whenever I try to list the services using axis, I see this "Axis Sorry error" saying my EJB class is not found (the abonimable ClassNotFoundException)
My deploy.wsdd looks like so
<?xml version="1.0" encoding="UTF-8"?>
See anything obviously wrong?