Method PasswordUpdate(DEPRECATED)

The PasswordUpdate method, as the name implies, is used to change the user’s SBA application password. In case of errors, both an error number and text message will be returned. Passwords must be a minimum of 8 characters long, containing at least 3 of the 4 character classes (uppercase letter, lowercase letter, numeric digits and special characters).

This method has largely been taken over by the flexible interface, ELend, PasswordUpdate. 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: PasswordUpdate
REST Component: /rest/elend/legacy/
REST Method: /rest/elend/legacy/PasswordUpdate
Inputs in the WSDL:
  • Username
  • Mandatory. CLS login’s username
  • Password
  • Mandatory. CLS login’s password
  • Pin
  • Mandatory. PIN generated by Generate_PIN using the same login.
  • NewPassword
  • Mandatory. CLS login’s Newpassword
    Output in the WSDL:
    XML in SBA_ETran_Password_Response.xsd format.
    <?xml version="1.0" encoding="UTF8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="SBA_ETran_Password_Response"> <xs:complexType name="SBA_Pswd_Resp"> <xs:attribute name="ErrorNmb" type="xs:unsignedByte" /> <xs:attribute name="ErrorText" type="string" maxLength="80"/> </xs:complexType> </xs:element> </xs:schema>