Subversion Repositories SmartDukaan

Rev

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

Rev 10529 Rev 10530
Line 202... Line 202...
202
			CatalogClient catalogServiceClient = null;
202
			CatalogClient catalogServiceClient = null;
203
			try {
203
			try {
204
				inventoryServiceClient = new InventoryClient();
204
				inventoryServiceClient = new InventoryClient();
205
				transactionServiceClient = new TransactionClient();
205
				transactionServiceClient = new TransactionClient();
206
				catalogServiceClient = new CatalogClient();
206
				catalogServiceClient = new CatalogClient();
207
				//catalogServiceClient = new CatalogClient("catalog_service_server_host_amazon","catalog_service_server_port");
207
				catalogServiceClient = new CatalogClient("catalog_service_server_host_amazon","catalog_service_server_port");
208
			} catch (Exception e) {
208
			} catch (Exception e) {
209
				// TODO Auto-generated catch block
209
				// TODO Auto-generated catch block
210
				e.printStackTrace();
210
				e.printStackTrace();
211
			}	
211
			}	
212
			in.shop2020.model.v1.inventory.InventoryService.Client inventoryClient = inventoryServiceClient.getClient();
212
			in.shop2020.model.v1.inventory.InventoryService.Client inventoryClient = inventoryServiceClient.getClient();