Hi, When deploying an EJB as web service, i am getting the following exception. Can anyone please help me to get rid of this error. I am using JBoss with tomcat. The following is the wsdd file that i am using.
<deployment xmlns="http://xml.apache.org/axis/wsdd/" xmlns:java="http://xml.apache.org/axis/wsdd/providers/java"> <service name="EJBService" provider="java:EJB"> <parameter name="beanJndiName" value="StatelessSession"/> <parameter name="className" value="ServiceBean" /> <parameter name="allowedMethods" value="*" /> </service> </deployment> Thanks, Narsi.