Unable to do Property Transfer from the Xml response - Please help
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<evaluateCIPStoreScoreEventResponse xmlns="http://eh.abc.com">
<evaluateCIPStoreScoreEventReturn xmlns="">
<additionalData xsi:nil="true" xmlns="http://eh.abc.com"/>
<message xmlns="http://eh.abc.com">AIS invocation return with success</message>
<returnCode xmlns="http://eh.abc.com">0</returnCode>
</evaluateCIPStoreScoreEventReturn>
<additional_questions_flag xmlns="">false</additional_questions_flag>
<questions xmlns=""/>
<score xmlns="">150</score>
</evaluateCIPStoreScoreEventResponse>
</soap:Body>
</soap:Envelope>