• 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

Can't see the WSDL file

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Gurus,
I am using axis+tomcat for creating web services.
I have written a very simple java class and saved it as Helloserver.jws in D:\Apache\Tomcat\jakarta-tomcat-3.3.2\webapps\axis path.
when I use the following in the browser
http://localhost:8080/axis/Helloserver.jws
it shows the following:
There is a Web Service here
Click to see the WSDL

But if I click on the link to see WSDL, I can't see it.
Note: Happyaxis.jsp is visible. When I use the following in the browser
http://localhost:8080/axis/services/AdminService?WSDL
I can see the the WSDL file.
Why it is not working for my web services?
I am really a new bie in this....please help!
thanks in advance
 
author and deputy
Posts: 3150
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It should display some error either in the browser or in the log file.. did you see it ??
 
reply
    Bookmark Topic Watch Topic
  • New Topic