File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Web Services and the fly likes Getting exception when trying to go to my wsdl on the server (jaxrpc) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Getting exception when trying to go to my wsdl on the server (jaxrpc)" Watch "Getting exception when trying to go to my wsdl on the server (jaxrpc)" New topic
Author

Getting exception when trying to go to my wsdl on the server (jaxrpc)

Bobby Anderson
Ranch Hand

Joined: Oct 28, 2008
Posts: 114
I am trying to deploy a jax-rpc web service but I am having problem opening up the wsdl on the server. I.E. I think a good test that things deployed ok is to go to wsdl url and see the wsdl I deployed with my web service.

I.E.
http://localhost:8080/test-jaxrpc/TestJaxrpcWS?wsdl

However when I go there I get the following exception:


My endpoint implements my service interface:


Is there something wrong with my web.xml or webservice.xml?




Here is my wsdl just to be complete:
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Getting exception when trying to go to my wsdl on the server (jaxrpc)
 
Similar Threads
Create an endpoint interface from wsdl using wscompile (jaxrpc)
Axis2 (1.5) - Unable to see POJO deployed as service
wscompile generating a bad jax-rpc mapping file
Webservice deploy problem
Empty target namespace with axis1.2