Evidence - CreateEvidence

Service URL: https://api.learningassistant.com/webservices/soap/EvidenceService.cfc?wsdl

Request
<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:Header>
    <authToken loggedin="YES" soapenv:actor="" soapenv:mustUnderstand="0" xmlns="https://api.learningassistant.com" xmlns:ns1="https://api.learningassistant.com">
      <id type="xsd:string"> {ID} </id>
      <uuid type="xsd:string"> {UUID} </uuid>
    </authToken>
  </soapenv:Header>
   <soapenv:Body>
      <api:CreateEvidence soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
         <CreateEvidenceArguments xsi:type="evid:Type_CreateEvidence" xmlns:evid="http://evidenceservice.types.soap.webservices">
            <Tasks xsi:type="api:ArrayOf_tns1_Tasks" soapenc:arrayType="evid:Tasks[]"/>
            <EvidenceTypes xsi:type="api:ArrayOf_tns1_EvidenceTypes" soapenc:arrayType="evid:EvidenceTypes[]"/>
            <UUIDCourse xsi:type="xsd:string"> {UUIDCourse} </UUIDCourse>
            <szUploadResponse xsi:type="xsd:string"> {szUploadResponse} </szUploadResponse>
            <szDescription xsi:type="xsd:string"> {szDescription} </szDescription>
            <szEvidenceTitle xsi:type="xsd:string"> {szEvidenceTitle} </szEvidenceTitle>
            <UUIDUser xsi:type="xsd:string"> {UUIDUser} </UUIDUser>
         </CreateEvidenceArguments>
      </api:CreateEvidence>
   </soapenv:Body>
</soapenv:Envelope>
Response
<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:Header>
      <ns1:authToken loggedin="YES" soapenv:actor="" soapenv:mustUnderstand="0" xmlns="https://api.learningassistant.com" xmlns:ns1="https://api.learningassistant.com">
         <ns1:id type="xsd:string"> {ID} </ns1:id>
         <ns1:uuid type="xsd:string"> {UUID} </ns1:uuid>
      </ns1:authToken>
   </soapenv:Header>
   <soapenv:Body>
      <ns2:CreateEvidenceResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="https://api.learningassistant.com">
         <CreateEvidenceReturn xsi:type="ns3:Type_CreateEvidenceReturn" xmlns:ns3="http://evidenceservice.types.soap.webservices">
            <ErrorDescription xsi:type="xsd:string"/>
            <Success xsi:type="xsd:boolean"> {Success} </Success>
            <UUIDEvidence xsi:type="xsd:string"> {UUIDEvidence} </UUIDEvidence>
         </CreateEvidenceReturn>
      </ns2:CreateEvidenceResponse>
   </soapenv:Body>
</soapenv:Envelope>
Request Fields
Response Fields