Re: method not founded

2004-10-26 Thread Francesco Dipalo
Thanks for the help, now I try as you tell TIA - Original Message - From: "Scott Nichol" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 26, 2004 6:28 PM Subject: Re: method not founded Two typical causes of this problem: 1. The servizio.class file is more than one pla

Re: method not founded

2004-10-26 Thread Scott Nichol
Two typical causes of this problem: 1. The servizio.class file is more than one place, with an older version with a different method signature being loaded by Tomcat. 2. You changed servizio.java, compiled to a new servizio.class, copied the file to .../webapps/soap/WEB-INF/classes, but did no

AW: urgently Help needed (SDK Version Trouble)

2004-10-26 Thread Malte Kempff
Hi to all, I could now fix the trouble. I am using Tomcat as service on a windows plattform so there is not very much influence on changed os-variables. I fortunately found a very helpful link: http://web.bvu.edu/staff/david/index.jsp?section=software&subsection=tcservc fg&page=overview Now my soap

method not founded

2004-10-26 Thread Francesco Dipalo
I have written this client: import java.net.*;import java.util.*;import java.io.*;import org.apache.soap.*;import org.apache.soap.rpc.*;public class Client {   public static void main(String[] args)   throws Exception {  String c_Nomefile="";  String [] lista = new File(".").li

WG: urgently Help needed (SDK Version Trouble)

2004-10-26 Thread Malte Kempff
Hi to all, I 've got following problem: I obviously need a new Java-SDK Version installed on the server-side because of a deprecated method. I am using Tomcat 4.0.5 with Apache-SOAP. I have read that I need to set up the JAVA_HOME Variable to tell Tomcat using the new JDK. Everytime I try to run my