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 10533
Line 140... Line 140...
140
			TransactionClient transactionServiceClient = null;
140
			TransactionClient transactionServiceClient = null;
141
			CatalogClient catalogServiceClient = null;
141
			CatalogClient catalogServiceClient = null;
142
			try {
142
			try {
143
				inventoryServiceClient = new InventoryClient();
143
				inventoryServiceClient = new InventoryClient();
144
				transactionServiceClient = new TransactionClient();
144
				transactionServiceClient = new TransactionClient();
145
				catalogServiceClient = new CatalogClient();
145
				//catalogServiceClient = new CatalogClient();
146
				//catalogServiceClient = new CatalogClient("catalog_service_server_host_amazon","catalog_service_server_port");
146
				catalogServiceClient = new CatalogClient("catalog_service_server_host_amazon","catalog_service_server_port");
147
			} catch (Exception e) {
147
			} catch (Exception e) {
148
				// TODO Auto-generated catch block
148
				// TODO Auto-generated catch block
149
				e.printStackTrace();
149
				e.printStackTrace();
150
			}	
150
			}	
151
			in.shop2020.model.v1.inventory.InventoryService.Client inventoryClient = inventoryServiceClient.getClient();
151
			in.shop2020.model.v1.inventory.InventoryService.Client inventoryClient = inventoryServiceClient.getClient();