Subversion Repositories SmartDukaan

Rev

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

Rev 13479 Rev 13482
Line 316... Line 316...
316
    }
316
    }
317
 
317
 
318
    public static void main (String[] args) throws InterruptedException, FileNotFoundException, IOException, TException, ParseException{
318
    public static void main (String[] args) throws InterruptedException, FileNotFoundException, IOException, TException, ParseException{
319
        String requestId= invokeServiceRequest();
319
        String requestId= invokeServiceRequest();
320
        writeDataToDisk(requestId);
320
        writeDataToDisk(requestId);
321
        //populateAndCommitSale();
321
        populateAndCommitSale();
322
    }
322
    }
323
}
323
}
324
324