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

Webservices using JAX-RPC and AXIS2

 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Friends,

I am building a sample web service using JAX-RPC and Axis and deploying on Tomcat.

I have downloaded the AXIS 1.2 version from this link --- http://ws.apache.org/axis/java/releases.html and deployed it in Tomcat server.

I am getting the below AXIS FAULT exception while deploying my java file as a service using deploy.wsdd by issuing the command "java org.apache.axis.client.AdminClient deploy.wsdd"

"AXISFault Exception Error (404) Resource not found /axis/services/AdminService"

And there is no service named "AdminService" available at the URL http://localhost:8080/axis/service/ except for some "Version".

Could anyone please tell me what am I missing, do I need to go for some other version of Axis?

Cheers,
Bala
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
your question is quite general. because of supporting to you. but clearly your service is not exit
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic