Castle ServiceSetORRInfo:Password:UserName: Expected Format Below

<?xml version='1.0' encoding='UTF-8'?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<SOAP-ENV:Body>
<return xsi:type="xsd:string">
&lt;ORRInfo&gt;
&lt;ExamineeID&gt;123&lt;/ExamineeID&gt;
         &lt;ExamineeLastName&gt;John Doe&lt;/ExamineeLastName&gt;
        &lt;ApplicationID&gt;3333&lt;/ApplicationID&gt;

        &lt;ORRExam&gt;11/01&lt;/ORRExam&gt;
        &lt;StartDate&gt;2001-12-25T15:30:47.0Z&lt;/StartDate&gt;
        &lt;EndDate&gt;2002-01-24T15:30:47.0Z&lt;/EndDate&gt;
        &lt;OverallScore&gt;10&lt;/OverallScore&gt;
                &lt;Modules&gt;
         &lt;Module&gt;
                  &lt;ModuleID&gt;BAS&lt;/ModuleID&gt;
                  &lt;ModuleGrade&gt;0&lt;/ModuleGrade&gt;
                &lt;/Module&gt;
        &lt;/Modules&gt;
        &lt;/ORRInfo&gt;
        </return>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>