Subversion Repositories SmartDukaan

Rev

Rev 676 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 676 Rev 679
Line 44... Line 44...
44
		try {
44
		try {
45
			tsc = new TransactionServiceClient();
45
			tsc = new TransactionServiceClient();
46
			csc = new CatalogServiceClient();
46
			csc = new CatalogServiceClient();
47
			lsc = new LogisticsServiceClient();
47
			lsc = new LogisticsServiceClient();
48
		} catch (Exception e) {
48
		} catch (Exception e) {
49
			// TODO Auto-generated catch block
-
 
50
			e.printStackTrace();
49
			e.printStackTrace();
51
		}
50
		}
52
	}
51
	}
53
 
52
 
54
	public ByteArrayOutputStream generateManifestFile(long warehouseId,	long providerId) {
53
	public ByteArrayOutputStream generateManifestFile(long warehouseId,	long providerId) {