0 Replies Latest reply on Nov 7, 2002 7:17 AM by inquizitive

    Unable to view WSDL

    inquizitive

      Hi Guys,
      I have deployed a webservice onto JBoss-3.0.2. The web-service.xml file looks like this ,


      <deployment xmlns="http://xml.apache.org/axis/wsdd/"
      xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance"
      targetNamespace="http://net.jboss.org/nEngineApplicationServer"
      xmlns:nEngineApplicationServer="http://net.jboss.org/nEngineApplicationServer"
      xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
      <!-- this is an extension to the Axis deployment descriptor which allows to specify the naming environment for the deployed ws logic -->

      <ejb-ref>
      <ejb-ref-name>nEngineApplicationServer</ejb-ref-name>
      <ejb-link>nEngineApplicationServer</ejb-link>
      </ejb-ref>






      <handler name "TransactionRequestHandler" type="java:org.jboss.net.axis.server.TransactionRequestHandler"/>









      I am unable to view the wsdl of the service when i do the following,
      http://localhost:8080/axis/services/nEngineService?wsdl

      It says that one particular entity bean has not been bound. But when i see the jmx-console that bean is listed in the JNDIVIEW

      Further more in the following link
      http://localhost:8080/axis/services?list
      i can distictly see my Service listed.

      Any ideas on this problem ,

      Thanks in advance
      Dhiraj Ramakrishan