Subversion Repositories SmartDukaan

Rev

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

Rev 9917 Rev 10532
Line 475... Line 475...
475
					TransactionClient transactionServiceClient = null;
475
					TransactionClient transactionServiceClient = null;
476
					CatalogClient catalogServiceClient = null;
476
					CatalogClient catalogServiceClient = null;
477
					try {
477
					try {
478
						inventoryServiceClient = new InventoryClient();
478
						inventoryServiceClient = new InventoryClient();
479
						transactionServiceClient = new TransactionClient();
479
						transactionServiceClient = new TransactionClient();
480
						catalogServiceClient = new CatalogClient();
480
						//catalogServiceClient = new CatalogClient();
481
						//catalogServiceClient = new CatalogClient("catalog_service_server_host_amazon","catalog_service_server_port");
481
						catalogServiceClient = new CatalogClient("catalog_service_server_host_amazon","catalog_service_server_port");
482
					} catch (Exception e) {
482
					} catch (Exception e) {
483
						// TODO Auto-generated catch block
483
						// TODO Auto-generated catch block
484
						e.printStackTrace();
484
						e.printStackTrace();
485
					}	
485
					}	
486
					in.shop2020.model.v1.inventory.InventoryService.Client inventoryClient = inventoryServiceClient.getClient();
486
					in.shop2020.model.v1.inventory.InventoryService.Client inventoryClient = inventoryServiceClient.getClient();