Hi ,
Can somebody help me out with this problem? I have my deploy.wsdd file in the same folder as the class I want to deploy for the webservice(it is also called WebService ). But I keep getting the errot that the class is not found. It executes in the command prompt giving the message done Processing but hen I try to see it through the web browser,it gives me the following error.:
Fault - Could not find class for the service named: WebService 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: WebService
