XML request message arrives at Cúram Inbound BPO (C)

The Cúram Inbound Web Service infrastructure extracts a subset of the SOAP message that comes in over the wire. It passes this into the service 's BPO. Here is an example of this XML:

<?xml version="1.0" encoding="UTF-8"?>
<ws_1:evidence>
  <ws_1:evidenceData>
    <ws_1:evidenceDetails>
      <ws_1:caseID>5594596637100998656</ws_1:caseID>
      <ws_1:evidenceType>ET500</ws_1:evidenceType>
      <ws_1:receivedDate>2009-02-26</ws_1:receivedDate>
      <ws_1:effectiveDate>2009-02-26</ws_1:effectiveDate>
      <ws_1:participantID>8837188368807755776
      </ws_1:participantID>
    </ws_1:evidenceDetails>
    <ws_1:dataObjects>
      <ws_1:dataItem name="caseParticipantRoleID">0
      </ws_1:dataItem>
      <ws_1:dataItem name="sportingActivityType">SA2
      </ws_1:dataItem>
      <ws_1:dataItem name="sportingAwardType">SAT1
      </ws_1:dataItem>
      <ws_1:dataItem name="paymentAmount">50
      </ws_1:dataItem>
    </ws_1:dataObjects>
  </ws_1:evidenceData>
</ws_1:evidence>