| 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.
|
 |
 |
|
|
subject: Unable to deploy the generated SoapBindingSkeleton using apache axis and tomcat
|
|
|