Method OriginateStatus(DEPRECATED)
The OriginateStatus method is used to determine the current status of a prior application submitted to the SBA. One of the three optional parameters must be provided to identify the application.
See Generate_PIN for a description of how to provide the PIN input.
SOAP Component: | http://catweb.sba.gov/elend/ws/etran.wsdl. |
SOAP Method: | OriginateStatus |
REST Component: | /rest/elend/legacy/ |
REST Method: | /rest/elend/legacy/OriginateStatus |
Inputs in the WSDL: | |
Mandatory. CLS login’s username with read permissions in Origination. | |
Mandatory. CLS login’s password with read permissions in Origination. | |
Mandatory. PIN generated by Generate_PIN using the same login. | |
Optional. SBA application number. 1 of these 3 is required. | |
Optional. Lender’s application number. 1 of these 3 is required. | |
Optional. Lender’s loan number. 1 of these 3 is required. | |
Output in the WSDL: | |
XML in SBA_ETran_OrigStat_Response.orig.xsd format. |
One major difference compared to ELend’s OriginateStatus is that all error information has to be returned in the response XML. In case of errors, both the error number and text message will be returned. Generally, the return of errors indicates that the application could not be located. The exception is warning/error messages related to the user’s account and password.
The following are the login status messages that would be returned.
AuthErrorNmb | AuthErrorText | Comment |
---|---|---|
0 | Login Successful | None |
-1 | (debugging information) | Server error. Please send AuthErrorText to SBA. |
2 | Login failed. Reason: 'Your password has expired. | Use PasswordUpdate service to set new password for username parameter. |
99 | (varies) | Miscellaneous error. See AuthErrorText for explanation. |
Error: Invalid PIN | Please give the valid PIN as input to login successfully. | |
You have x days left to start using PIN for authentication | Please give PIN as input to Login Successfully |
Note: All login problems other than password expired are passed back as 99. The only codes with any specific meaning are 0 and 2.