Symptoms
After sending a request to the API, you receive a response with a status message saying "Invalid Login Info".
Causes
- Your username and/or password are incorrect.
- Your XML is not properly formatted.
Resolution
- Ensure that your username and password are correct for your account.
- Ensure that your XML is valid by running it through an XML validator. Also be sure to remove any special characters or convert them to their corresponding HTML entities. The following characters must always be passed using their HTML entity equivalents:
| & |
& |
| < |
< |
| > |
> |
| ' |
' |
| " |
" |