jQuery in Action, 2nd edition
The moose likes Web Services and the fly likes axis and eclipse, can't deploy web service 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 "axis and eclipse, can Watch "axis and eclipse, can New topic
Author

axis and eclipse, can't deploy web service

billo bailey
Ranch Hand

Joined: Dec 02, 2002
Posts: 50
Howdy,
I'm new to web services. I set up eclipse with the wtp, set up tomcat and set up axis. They all seem to be working fine.
My problem is that in eclipse after creating a WSDL file I generate all the skeletons and stubs etc using the wizards. This gives me a deploy.wsdd file which I right click on and choose axis > deploy the web service, however this always fails. I have tomcat started when I do this. I'm stumpted, anyone any ideas why it fails.

Thanks
BB


only users lose drugs
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
Some things you could check might be:
- In the Axis web app, do you get any errors in the "happyaxis.jsp" page?
- During deployment, are there any error messages, either on the client or on the server?
- Can you deploy successfully outside of Eclipse?


Android appsImageJ pluginsJava web charts
billo bailey
Ranch Hand

Joined: Dec 02, 2002
Posts: 50
Thanks for the advice, being a newbie I had basically made some errors in the WSDL which was why it wasn't working out, had to sit down and develop a better understanding of WSDL and then fixed it. I thought what I had initially was OK as it was valid, but I guess it can be valid garbage.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: axis and eclipse, can't deploy web service
 
Similar Threads
Deploying web service in Tomcat
Axis2 vs. Axis1
Deployement of wer service
Deploying Axis Web Services
Depolying Web Services