Method Servicing3(DEPRECATED)

The Servicing2 method, as the name implies, is used to update one or more SBA loans. The fields “LoanName”, “LoanNmb”, are returned to support matching of submitted loans to response. The “LoanNmb” is used for future communication about the loan. The “LoanEtranEmailAdr” will be used as a backup communication path. The “LoanGntyFeeAmt” and “LoanEffectDt” will generally be supplied for all loan changes passing the SBA’s validation rules, however in the event of a shortage of funding authority to complete an increase guaranty amount for the loan, this information will be supplied by e-mail as soon as funding authority is available on a FIFO basis.

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 the SBA’s validation rules. The exception is warning/error messages related to the user’s account and password.

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

See Generate_PIN for a description of how to provide the PIN input.

SOAP Component: http://caweb.sba.gov/elend/ws/etran.wsdl.
SOAP Method: Servicing2
REST Component: /rest/elend/legacy/
REST Method: /rest/elend/legacy/Servicing2
Inputs in the WSDL:
  • Username
  • Mandatory. CLS login’s username with update permissions in Servicing.
  • Password
  • Mandatory. CLS login’s password with update permissions in Servicing.
  • Pin
  • Mandatory. PIN generated by Generate_PIN using the same login.
  • EMail
  • Mandatory. EMail address to receive funding email.
  • LoanXML
  • 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