aspose file tools
The moose likes Web Services and the fly likes Unable to deploy the generated SoapBindingSkeleton  using apache axis and tomcat 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 "Unable to deploy the generated SoapBindingSkeleton  using apache axis and tomcat" Watch "Unable to deploy the generated SoapBindingSkeleton  using apache axis and tomcat" New topic
Author

Unable to deploy the generated SoapBindingSkeleton using apache axis and tomcat

rai talari
Ranch Hand

Joined: Jan 31, 2006
Posts: 34
am trying to define a web service using WSDL -> using wsdl2java generate the server side skeleton -> provide implementation for the web service.
I am having a wsdl file namely calc.wsdl and given to WSDL2Java in org.apache axis.wsdl
it auto generates many files
Among them calcSoapBindingSkeleton.java and calcSoapBindingImpl.java deploy.wsdd,undeploy.wsdd are useful to me and i implemented the methods in calcSoapBindingImpl.java compiled all classes
if I try to deploy the process it is not able to deploy properly and giving error as

AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
faultSubcode:
faultString: Could not find class for the service named: localhost.axis.services.calc.calcSoapBindingSkeleton
Hint: you may need to copy your class files/tree into the right location (which depends on the servlet system you are using).; nested exception is:
java.lang.ClassNotFoundException: localhost.axis.services.calc.calcSoapBindingSkeleton
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}hostname:




in my deploy.wsdd i gave the class name correctly and the calcSoapBindigSkeleton.class is in my class path still it is giving the above error
are there any dependecies ? please fix the problem
[ November 22, 2006: Message edited by: rai talari ]

nothing is impossible in the world even the word impossible sounds as I'M'Possible.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Unable to deploy the generated SoapBindingSkeleton using apache axis and tomcat
 
Similar Threads
How to deploy a WSDL to Axis 1.4
Problem While Deploying the WebService
deployment question
Depolying Web Services
Axis 1.3 - WSDL2JAVA issue