You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Amit Ingale <am...@rediffmail.com> on 2002/09/20 19:52:38 UTC

WSDL Invocation problem

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
  amit_i@rediffmail.com

Regards
Amit