Method Originate3(DEPRECATED)

Originate3 attempts to input one or more loan application(s) in “SBA_ETran” XML format. The XML may be any currently-supported version, and all XML elements for each version are also supported. Each application is its own transaction to the SBA database, independent of other applications in the same XML files. Each application may be for any processing method that you and your LocationId are allowed to originate.

This method has largely been taken over by the flexible interface, ELend, Originate3. Use of the legacy interface is deprecated.

SOAP Component: http://caweb.sba.gov/elend/ws/etran.wsdl
SOAP Method: Originate3
REST Component: /rest/elend/legacy/
REST Method: /rest/elend/legacy/Originate3
Inputs in the WSDL:
  • Username
  • Mandatory. CLS login’s username with update permissions in Origination.
  • Password
  • Mandatory. CLS login’s password with update permissions in Origination.
  • EMail
  • Mandatory. EMail address to receive funding email.
  • LoanAppXML
  • Mandatory. XML in SBA_ETran format.
  • SoftwareVendorCode
  • Mandatory. A private code that authorizes use of SoftwareVendorName.
  • SoftwareVendorName
  • Mandatory. Value from Code Tables, Vendor Table.
  • RespFrmt
  • Optional. 1 (English) or 2 (XML, default) names in validation error messages.
    Output in the WSDL:
    XML in SBA_ETran_Response.xsd format.

    See “Notes on SBA_ETran_Response formatted XML”, Notes on SBA_ETran_Response

    One major difference compared to ELend’s Originate3 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 for each error. Generally, the return of errors indicates that the application failed to pass SBA’s validation rules. 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.