<?xml version="1.0" encoding="UTF-8"?>
<RESPONSE>
    <STATUS status_time="2013-05-23 18:35:18">
        <STATUS_MESSAGE>Authentication ( 2 ) errors occurred.  See ERRORS for more details.</STATUS_MESSAGE>
        <STATUS_CODE>-1</STATUS_CODE>
        <HASERRORS>1</HASERRORS>
        <ERRORS count="2">
            <ERROR>
                <ErrorType>Authentication</ErrorType>
                <ErrorMessage>username input parameter is required.</ErrorMessage>
                <ErrorDetails>No username was passed in the post parameters in the body of the request.</ErrorDetails>
            </ERROR>
            <ERROR>
                <ErrorType>Authentication</ErrorType>
                <ErrorMessage>password input parameter is required.</ErrorMessage>
                <ErrorDetails>No password was passed in the post parameters in the body of the request.</ErrorDetails>
            </ERROR>
        </ERRORS>
        <RESULTS>0</RESULTS>
    </STATUS>
    <DATA></DATA>
</RESPONSE>