The Soap_Response_Login object is the response for the Login function.
Soap_Response_Login contains the following properties:
| Property name | Type | Description | 
| token | string | Token of logged in user if the Login function was successful. The token is a 40-character random string that will remain active for 3 hours, and must be used in all other vendor API actions. | 
| result_code | integer | Soap response status code, as described in SOAP API return codes. | 
| result_string | string | Additional information or text sent in response. |