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...


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962904#3962904

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962904
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to