1 Reply Latest reply on Mar 24, 2006 4:02 AM by irisel

    Web Service deployed, Wsdl not published (jboss 4.0.4rc1)

    irisel

      hello,
      I have just deployed my web service after configuring ant, wscompile, ejb-jar.xml, jboss.xml, webservices.xml and so on...
      I got rid of all the exceptions in the way and I see it in /ws4ee/services, but, the wsdl link in that page is broken.
      Does someone now why?
      I still don't know if a client will work, because I don't have it yet.
      Many thanks and regards.

        • 1. Re: Web Service deployed, Wsdl not published (jboss 4.0.4rc1
          irisel

          I solved my problem changing many things. On one hand, the context url for the web service in the ejb.jar now differs from that used by the war.
          And double-checking all the references between the EJBs. Tip: With eclipse, pointing the mouse over the xml tags of the descriptos shows their semantics, which really helps debugging.