Subversion Repositories SmartDukaan

Rev

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

Rev 10530 Rev 10531
Line 201... Line 201...
201
			TransactionClient transactionServiceClient = null;
201
			TransactionClient transactionServiceClient = null;
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
			}