57 Commits

Author SHA1 Message Date
5337728368 Automatic verification when call fails 2025-01-25 18:16:06 -05:00
fd18efe4b4 Added more tags to the returned hashMap 2025-01-23 07:28:11 -05:00
69e1eb6b44 Added new configuration option 2025-01-23 07:26:59 -05:00
33dc0592f3 Added trim to all user input 2025-01-19 19:31:11 -05:00
2a233bc5d3 Just a general code cleanup 2025-01-16 07:48:04 -05:00
f20c999933 Add regex condition in to the getCredential method 2025-01-16 07:46:41 -05:00
79cb46092e Add SOAP return details to hashmap
hashMap is used to log more debug information
2025-01-12 21:26:20 -05:00
6f8600057d The option --key is no longer required 2025-01-12 21:24:32 -05:00
baed379a7c Added a new getSize method 2025-01-12 21:23:42 -05:00
ea057ec8d4 Refactored to use just one getCredential method 2025-01-12 21:22:44 -05:00
8e17fd2848 Added code to handle soapProcessor returning Map 2025-01-09 19:30:06 -05:00
db528c70cd Return Map so we can get more information 2025-01-09 19:29:06 -05:00
3f2b24fe19 Removed whitespace 2025-01-09 19:28:12 -05:00
33a8eaa4c5 Added new code to check binary file 2025-01-09 19:27:01 -05:00
f32ef9c56e Merge branch 'main' of https://git.belkast.com/belkast/soapClient 2025-01-09 19:25:10 -05:00
6a17c56410 Renamed class files 2025-01-09 19:24:06 -05:00
9033d81938 Delete src/com/belkast/soap/secretProcessor.java 2025-01-10 00:23:11 +00:00
3abd5906c1 Renamed the class, and therefore orphaned 2025-01-10 00:22:54 +00:00
19554a6acf Renamed the class, and therefore orphaned 2025-01-10 00:22:31 +00:00
d5ed7a9f9e Made the code tighter
Updated 4 files
2025-01-07 15:50:28 -05:00
1c86d5a944 Redid jcommander code 2025-01-07 15:48:26 -05:00
7ea1f88238 Refactored the validFile method
Method is now Java 1.8 compatible
2025-01-07 15:45:55 -05:00
712ddc9421 Refactored the properties file 2025-01-07 15:44:30 -05:00
2d12d9fe02 Added description of new functionality 2025-01-07 15:43:49 -05:00
075e527511 Added new AUTH_REQUIRED parameter 2025-01-06 20:34:34 -05:00
f0a05d8ae2 Added new class functionality 2025-01-06 20:30:13 -05:00
545b6d03d8 New class to ask for Username and Password 2025-01-06 20:28:17 -05:00
a6abf63e8d Added extra checks for file format when verifying 2025-01-04 08:33:21 -05:00
61f3968aaf Added numberOfLines function 2025-01-04 08:31:45 -05:00
96c0742b5e Fixed an error handling gotcha 2025-01-03 11:30:49 -05:00
659493c090 Cleaned up the code in a couple of files 2025-01-02 18:20:24 -05:00
383eaa5cd3 Added check for valid properties file 2025-01-02 16:59:44 -05:00
8b8e7ebab7 Added check for utf-8 file 2025-01-02 16:58:50 -05:00
a372161dd5 Added exception handling for incorrect decryption 2025-01-02 16:10:38 -05:00
9b189174b4 Changed the configuration file format 2025-01-02 13:57:16 -05:00
eb333754a1 Added functionality for missing values 2025-01-02 13:47:47 -05:00
a3d511dc12 Added example files 2025-01-02 08:31:12 -05:00
04cd101cc6 Added some additional text 2025-01-02 08:30:24 -05:00
2c5bf8fe30 Fixed issue with SSL
Override system keystore setting only if local location and local password are not null
2025-01-02 07:37:24 -05:00
9b3cdafc98 Refactored the name of the JAR file. 2025-01-01 16:53:34 -05:00
5286d0b577 Added more information and made things easier to read. 2025-01-01 16:19:43 -05:00
04f9008227 Initial instructions for the program 2025-01-01 15:55:10 -05:00
d61301af6d Catch Exception, which handles all CSV exceptions 2024-12-31 21:50:38 -05:00
00f1357af1 Debug writer update, credentials not required for SOAP, CSV header verification fix 2024-12-31 20:25:19 -05:00
5db076672c Make sure file not found errors are output to the screen 2024-12-31 16:16:46 -05:00
757387b46c Changed Exception to IOException 2024-12-31 16:15:45 -05:00
3175eab2e0 Changed Boolean to boolean 2024-12-31 16:15:06 -05:00
4054a1c84d Handles CSV exceptions correctly
Changed the code so that any exception thrown by the CSVParser is handled correctly
2024-12-31 16:12:44 -05:00
067e878d57 Class rename
Renamed the class to salter
2024-12-31 08:50:19 -05:00
2df3aa348a Now using new encryption routines
Changed to use the new encryption routines
2024-12-31 08:49:46 -05:00