Normal xml after using HTML encode:
user
pwd
<Response>
<ReturnCode>0</ReturnCode>
<ErrorMessage>Submit Application Successful</ErrorMessage>
<Details/>
</Response>
Raw format:
user
pwd
<Response>
<ReturnCode>0</ReturnCode>
<ErrorMessage>Submit Application Successful</ErrorMessage>
<Details/>
</Response>