JBUILDER y WEBSERVICES
843833Jan 19 2006 — edited Jan 20 2006I�m doing a simple webservice with Jbuilder Entreprise 2006 and Tomcat 4.1, i have followed the steps that are in the help of Jbuilder, everything is fine until i arrive to the final step, because jbuilder shows a message and afther this i obtein an error.
the steps that Jbuilder shows are:
1. Create a new project (File|New Project)
2. Use the wizard "Axis Web Service Server configuration", to create a new webservice in a webmodule (File|New|Web Services)
3. Create a javabean with (file/new )
4. Drag and drop from the project pane into the Web Services designer
5. Choose Project|Make Project to create the web services files
6. Right-click the web module node that's configured for web services in the project pane and choose Web Run Using "Web Services Server" to deploy the service to the web services server. The service is deployed to the web server and the Axis Admin Console appears
here i obtein an automatic Bean1.wsdl file by jbuilder, but i don�t obtein the admin console, i obtein the follow message:
"No appropiate node to show Web View for "/WebModule1/", but the web server has been started".
where WebModule1 is the name of my web module, the one that i build on step 2.
Then i need to test the webservice , if i ignore the last message, i right-click Bean1ServiceTestCase.java that is in the project pane and was created by jbuilder with the step 6 (between other classes like : Bean1Service.java, Bean1ServiceLocator.java and Bean1SoapBindingStub.java), and i select run test using defaults the follow error appears :
javax.xml.rpc.ServiceException: Error processing WSDL document:
java.io.FileNotFoundException: http://localhost:8080/WebModule1/services/Bean1?WSDL
at org.apache.axis.client.Service.initService(Service.java:249)
at org.apache.axis.client.Service.<init>(Service.java:164)
at org.apache.axis.client.ServiceFactory.createService(ServiceFactory.java:198)
at proywebservtomcat4_1_pba2.generated.Bean1ServiceTestCase.testBean1WSDL(Bean1ServiceTestCase.java:18)
Can you help me please?
Thanks in advanced !!