• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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

 
Ranch Hand
Posts: 114
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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:
 
reply
    Bookmark Topic Watch Topic
  • New Topic