Run the Test Process

  1. Right click the server and select Launch > Websphere Business Choreographer Explorer
  2. Click Yes
  3. Logon using admin/admin
  4. Click on My Process Templates on the top left
  5. Tick your process and click Start Instance
  6. Click Edit Source and paste in a valid XML request.
    Note: In this instance, caseID, a participantID and a caseParticipantRoleID are required in order to create evidence. These IDs must be valid and on the Cúram database. At this point, you should create an empty Sport Grant Sample Case using James Smith and note these three IDs to use in your request document.
    <?xml version="1.0" encoding="UTF-8"?>
    <p:CreateEvidenceRootType 
      xsi:type="p:CreateEvidenceRootType" 
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
      xmlns:p="http://ws.curam/EvidenceCreateWS">
      <p:evidence 
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:p="http://ws.curam/EvidenceCreateWS">
        <p:evidenceData>
          <p:evidenceDetails>
            <p:caseID>8323778011287519232</p:caseID>
            <p:evidenceType>ET500</p:evidenceType>
            <p:receivedDate>2009-02-23</p:receivedDate>
            <p:effectiveDate>2009-02-23</p:effectiveDate>
            <p:participantID>101</p:participantID>
          </p:evidenceDetails>
          <p:dataObjects>
            <p:dataItem 
              name="caseParticipantRoleID">-106960491150049280
            </p:dataItem>
            <p:dataItem 
              name="sportingActivityType">-SA1
            </p:dataItem>
            <p:dataItem 
              name="sportingAwardType">SAT1
            </p:dataItem>
            <p:dataItem 
              name="paymentAmount">1
            </p:dataItem>
          </p:dataObjects>
        </p:evidenceData>
      </p:evidence>
    </p:CreateEvidenceRootType>
  7. Click Validate if you want to ensure it's a valid message
  8. Click Submit