2 Replies Latest reply on Aug 4, 2006 6:37 AM by jason_rency

    where is you wsdl file? help...

    jason_rency

      after deploying the web service(EJB3 Stateless Session endpoints)

      when I test it..it just can't file the service (http status 404)

      my problem is:

      javax.xml.rpc.ServiceException: Error processing WSDL document:
      java.io.FileNotFoundException: http://localhost:8080/regserver/CalculatorBean?WSDL


      after deploy, the IDE automatically generated a wsdl file and saved in
      C:\Program Files\jboss-4.0.4.GA\server\default\data\wsdl\regserver.ear\regserver.ejb3\CalculatorService20510.wsdl

      I think it's necessary to place the file somewhere so that the client can access it via http://localhost:8080/regserver/CalculatorBean?WSDL(in my case)..

      any one can help???

      thanks alot...