| Line 315... |
Line 315... |
| 315 |
TransactionClient transactionServiceClient = null;
|
315 |
TransactionClient transactionServiceClient = null;
|
| 316 |
CatalogClient catalogServiceClient = null;
|
316 |
CatalogClient catalogServiceClient = null;
|
| 317 |
try {
|
317 |
try {
|
| 318 |
inventoryServiceClient = new InventoryClient();
|
318 |
inventoryServiceClient = new InventoryClient();
|
| 319 |
transactionServiceClient = new TransactionClient();
|
319 |
transactionServiceClient = new TransactionClient();
|
| 320 |
catalogServiceClient = new CatalogClient();
|
320 |
//catalogServiceClient = new CatalogClient();
|
| 321 |
//catalogServiceClient = new CatalogClient("catalog_service_server_host_amazon","catalog_service_server_port");
|
321 |
catalogServiceClient = new CatalogClient("catalog_service_server_host_amazon","catalog_service_server_port");
|
| 322 |
} catch (Exception e) {
|
322 |
} catch (Exception e) {
|
| 323 |
// TODO Auto-generated catch block
|
323 |
// TODO Auto-generated catch block
|
| 324 |
e.printStackTrace();
|
324 |
e.printStackTrace();
|
| 325 |
}
|
325 |
}
|
| 326 |
in.shop2020.model.v1.inventory.InventoryService.Client inventoryClient = inventoryServiceClient.getClient();
|
326 |
in.shop2020.model.v1.inventory.InventoryService.Client inventoryClient = inventoryServiceClient.getClient();
|