This is an example of the message that gets sent when the WID Import (a web service client) invokes the Cúram Inbound web service. Creating the WID Import is covered in Creating an Import in WID. Creating the Cúram Inbound Web Service is outside the scope of this document.
POST
/CuramCreateEvidenceWeb/sca/SimpleWIDCreateEvidenceExport HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept:
application/soap+xml, application/dime, multipart/related, text/*
User-Agent: Axis/1.4
Host: localhost:1000
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: ""
Content-Length: 1036
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>
<soapenv:Body>
<operation1
xmlns="http://CuramCreateEvidence/SimpleWIDCreateEvidenceService"
>
<input1 xmlns="">
<ns1:evidence
xmlns:ns1="http://ws.curam/EvidenceCreateWS"
>
<ns1:evidenceData>
<ns1:evidenceDetails>
<ns1:caseID>5594596637100998656</ns1:caseID>
<ns1:evidenceType>ET500</ns1:evidenceType>
<ns1:receivedDate>2009-02-26
</ns1:receivedDate>
<ns1:effectiveDate>2009-02-26
</ns1:effectiveDate>
<ns1:participantID>8837188368807755776
</ns1:participantID>
</ns1:evidenceDetails>
<ns1:dataObjects>
<ns1:dataItem name="caseParticipantRoleID">0
</ns1:dataItem>
<ns1:dataItem name="sportingActivityType">SA2
</ns1:dataItem>
<ns1:dataItem name="sportingAwardType">SAT1
</ns1:dataItem>
<ns1:dataItem name="paymentAmount">50
</ns1:dataItem>
</ns1:dataObjects>
</ns1:evidenceData>
</ns1:evidence>
</input1>
</operation1>
</soapenv:Body>
</soapenv:Envelope>