System.out.println("*** DEBUG *** Perform test 1");
Object res1 = client.call(ResourcePath.ProductList, "");
System.out.println("*** DEBUG *** result 1: " + res1.toString());
System.out.println("*** DEBUG *** Perform test 2");
Object res2 = client.call(ResourcePath.ProductList, "");
System.out.println("*** DEBUG *** result 2: " + res2.toString());
System.out.println("*** DEBUG *** Perform test 3");
Object res3 = client.call(ResourcePath.ProductList, "");
System.out.println("*** DEBUG *** result 3: " + res3.toString());