- Jul 09, 2015
-
-
Andrew Hoffmann authored
Add ping method
-
- Jul 08, 2015
-
-
Andrew Hoffmann authored
Created an integration test for ping(). found out it doesn't return a result code, so I can only go off of the "version" string for success. Updated client accordingly. ACCTREC-299
-
Andrew Hoffmann authored
ACCTREC-299
-
Andrew Hoffmann authored
-
- Jul 06, 2015
-
-
Andrew Hoffmann authored
-
Andrew Hoffmann authored
ACCTREC-299: Represent Wiscard as string instead of integer
-
Andrew Hoffmann authored
Changed the $wiscard parameter to a string in checkLOA() to match the WSDL and to avoid integer overflow with 11 digits. ACCTREC-299
-
Andrew Hoffmann authored
-
- May 11, 2015
-
-
Andrew Hoffmann authored
-
Andrew Hoffmann authored
-
Andrew Hoffmann authored
ACCTREC-280: Return false instead of exceptions for 4xx in checkLOA
-
Andrew Hoffmann authored
When receiving 4xx responses from checkLOA, the client will return a RpcNetidStructValidationResponse with valid = false instead of throwing an exception. 4xx are not considered "unexpected states". We need to be consistent on the return type at some point. (405 returns an integere, all the rest return a string).
-
Andrew Hoffmann authored
-
- Apr 29, 2015
-
-
Andrew Hoffmann authored
-
Andrew Hoffmann authored
-
Andrew Hoffmann authored
ACCTREC-254: checkLOA web service
-
- Apr 28, 2015
-
-
Andrew Hoffmann authored
requires one.
-
Andrew Hoffmann authored
-
Andrew Hoffmann authored
check for complexity requirements. Added a check for the 400 return value, even though it is not documented in the WSDL. (I encountered it in the past.)
-
Andrew Hoffmann authored
issues in Test. I'm considering the checkLOA method to be correct.
-
Andrew Hoffmann authored
when a user requires a Wiscard and one is not provided. Updated .gitignore to ignore Mac OSX .DS_Store files.
-
Andrew Hoffmann authored
Added a constant to the RpcNetidStructValidationResponse class to strictly represent the reason that a user needs to enter in a Wiscard. Updated the WSDL in the test resources to reflect the new checkLOA method.
-
Andrew Hoffmann authored
skeleton implementation in RpcNetidClientSoap. Created the unit tests for the new method, which are all failing at this point.
-
- Mar 11, 2015
-
-
Nicholas Blair authored
Remove original history and start new.
-