Subversion Repositories SmartDukaan

Rev

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

Rev 9802 Rev 10534
Line 329... Line 329...
329
					TransactionClient transactionServiceClient = null;
329
					TransactionClient transactionServiceClient = null;
330
					CatalogClient catalogServiceClient = null;
330
					CatalogClient catalogServiceClient = null;
331
					try {
331
					try {
332
						inventoryServiceClient = new InventoryClient();
332
						inventoryServiceClient = new InventoryClient();
333
						transactionServiceClient = new TransactionClient();
333
						transactionServiceClient = new TransactionClient();
334
						catalogServiceClient = new CatalogClient();
334
						//catalogServiceClient = new CatalogClient();
335
						//catalogServiceClient = new CatalogClient("catalog_service_server_host_amazon","catalog_service_server_port");
335
						catalogServiceClient = new CatalogClient("catalog_service_server_host_amazon","catalog_service_server_port");
336
					} catch (Exception e) {
336
					} catch (Exception e) {
337
						// TODO Auto-generated catch block
337
						// TODO Auto-generated catch block
338
						e.printStackTrace();
338
						e.printStackTrace();
339
					}	
339
					}	
340
					in.shop2020.model.v1.inventory.InventoryService.Client inventoryClient = inventoryServiceClient.getClient();
340
					in.shop2020.model.v1.inventory.InventoryService.Client inventoryClient = inventoryServiceClient.getClient();