• 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

Axis2- Enabling Admin service

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

I am working Axis2 with Tomcat 5.0.28. I am facing same problem in enabling Admin service, please can any one help me.
I tried with below URL and received “Requested resource not found!”

http://localhost:8080/axis2/services/AdminService?wsdl

when i execute below command
java -cp %AXIS_CLASSPATH% org.apache.axis.client.AdminClient -lhttp://localhost:8080/axis2/services/AdminService E:\Rajesh\learning\webservice\WS-Sample\src\org\logica\wssample\ws\generated\deploy.wsdd

I get error
faultString: The service cannot be found for the endpoint reference (EPR) http://localhost:8080/axis2/services/AdminService

Regards
Rajesh
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic