}
stub.ItemCustomerStub.SearchProduct searchProduct = new stub.ItemCustomerStub.SearchProduct();
searchProduct.setDescription("cacat2");
// gb.setAccountId(id);
// gb.setPassword("1");
stub.ItemCustomerStub.SearchProductResponse search = stub
.searchProduct(searchProduct);
String result = search.get_return();
System.out.println(searchProduct.getDescription() + ": " + result);
} catch (AxisFault e) {