WID Export responds to Cúram Outbound Client request (F)

This is an example of the message that gets sent when the WID Export responds to the Cúram Outbound Client request.

HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Language: en-IE
Transfer-Encoding: chunked
Date: Thu, 26 Feb 2009 10:28:28 GMT
Server: WebSphere Application Server/6.1

26b
<?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>
    <ws:CreateEvidenceRootType_element 
      xmlns:ws="CreateEvidenceWS" 
      xmlns:ws_1="http://ws.curam/EvidenceCreateWS"
    >
      <response>
        <evidenceCreate success="true">
          <evidenceID>-3637782599008518144</evidenceID>
          <evidenceType>ET500</evidenceType>
          <evidenceDescriptorID>-5439222449956716544
          </evidenceDescriptorID>
        </evidenceCreate>
      </response>
    </ws:CreateEvidenceRootType_element>
  </soapenv:Body>
</soapenv:Envelope>
0