• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Axix Installation Problem

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I installed the latest beta of axis with tomcat 4.1.12. Checked the Axis Happiness Page and all core libraries are present. But, when I try to view the services deployed - it can't find the WSDL file. I deployed the Calculator.jws example, and called it from the browser - it then pulled up a page with the message "There may be a jws service here" and asked for help in locating the WSDL - bringing up a file search window.
What have I missed?
 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The web page you saw wasn't asking for the WSDL file. It was telling you that if you want to see the WSDL file, append "?wsdl" to the URL of the web service. For example:
http://localhost:8080/axis/Calculator.jws?wsdl
Once you have the WSDL file, you can write a Web Service client that uses the Calculator Web Service.
 
Farmers know to never drive a tractor near a honey locust tree. But a tiny ad is okay:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic