Jochen Wiedmann a écrit :

Eric BOYER wrote:

Server :
   public void testVector(Vector vec) {
       System.out.println("testVector(vec)");
       System.out.println("vec : "+vec);
   }

   public String testVector() {
       System.out.println("testVector()");
       return "OK";
   }


What happens, if you remove testVector()?

Fault: Code: -1 Reason 'java.lang.NoSuchMethodException: fr.insat.aladin.XMLRPCJava.HelloWorld2.testVector()'

Besides, can you trace the servers input? For example, by using tcpmon, or ethereal?

My client and server is on the same PC. When I use ethereal, I don't see any paquet about XMLRPC, even when I have a good answer with simple type !
What should look like my filter ?




Jochen



Reply via email to