Subversion Repositories SmartDukaan

Rev

Rev 8363 | Rev 8422 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8363 Rev 8373
Line 315... Line 315...
315
					TransactionClient transactionServiceClient = null;
315
					TransactionClient transactionServiceClient = null;
316
					CatalogClient catalogServiceClient = null;
316
					CatalogClient catalogServiceClient = null;
317
					try {
317
					try {
318
						inventoryServiceClient = new InventoryClient();
318
						inventoryServiceClient = new InventoryClient();
319
						transactionServiceClient = new TransactionClient();
319
						transactionServiceClient = new TransactionClient();
320
						catalogServiceClient = new CatalogClient();
320
						//catalogServiceClient = new CatalogClient();
321
						//catalogServiceClient = new CatalogClient("catalog_service_server_host_amazon","catalog_service_server_port");
321
						catalogServiceClient = new CatalogClient("catalog_service_server_host_amazon","catalog_service_server_port");
322
					} catch (Exception e) {
322
					} catch (Exception e) {
323
						// TODO Auto-generated catch block
323
						// TODO Auto-generated catch block
324
						e.printStackTrace();
324
						e.printStackTrace();
325
					}	
325
					}	
326
					in.shop2020.model.v1.inventory.InventoryService.Client inventoryClient = inventoryServiceClient.getClient();
326
					in.shop2020.model.v1.inventory.InventoryService.Client inventoryClient = inventoryServiceClient.getClient();