Cúram Inbound Web Service responds to WID Import request (E)

This is an example of the message that gets sent when the Cúram Inbound Web Service responds to the WID Import (web service client).

HTTP/1.0 200 OK
Content-Type: text/xml; charset=utf-8
Content-Language: en-IE
Content-Length: 720
Date: Thu, 26 Feb 2009 10:28:27 GMT
Server: WebSphere Application Server/6.1

<soapenv:Envelope 
  xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
  xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" 
  xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>
 <soapenv:Header />
 <soapenv:Body>
  <se:operation1Response 
xmlns:se="http://CuramCreateEvidence/SimpleWIDCreateEvidenceService" 
   xmlns:ws="http://ws.curam/EvidenceCreateWS"
  >
    <output1>
      <ws:response>
        <ws:evidenceCreate success="true">
          <ws:evidenceID>-3637782599008518144
          </ws:evidenceID>
          <ws:evidenceType>ET500</ws:evidenceType>
          <ws:evidenceDescriptorID>-5439222449956716544
          </ws:evidenceDescriptorID>
        </ws:evidenceCreate>
      </ws:response>
    </output1>
   </se:operation1Response>
  </soapenv:Body>
</soapenv:Envelope>