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()? Besides, can you trace the servers input? For example, by using tcpmon, or ethereal?
Jochen
