hi i am able to succesfully deploy ejb as webservice using apache 2 beta version and weblogic 5.1 and able to invoke it thro a java client but when i type this url in browser
http://localhost/axis/services/AMIT?WSDL it says IllegalAccessException, why is this occuring is anything wrong in it? are there any properties needed to set in wsdd file at time of deployment? hers my wsdd <deployment xmlns="http://xml.apache.org/axis/wsdd/" xmlns:java="http://xml.apache.org/axis/wsdd/providers/java"> <service name="AMIT" provider="java:EJB"> <parameter name="allowedMethods" value="message"/> <parameter name="className" value="DataExtract.DataExtractSession"/> <parameter name="beanJndiName" value="data"/> <parameter name="jndiURL" value="t3://localhost:80"/> <parameter name="jndiContextClass" value="weblogic.jndi.WLInitialContextFactory"/> <parameter name="homeInterfaceName" value="DataExtract.DataExtractSessionHome"/> </service> </deployment> As non ejb services wsdl is shown in browser when i just append ?WSDl to url, is this a problem with EJB service? pl reply ASAP on [EMAIL PROTECTED] Regards Amit