AssessmentService


Click here for a complete list of operations.

GetMails

Get a list of all mail headers available

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /WebEnterpriseServer37/AssessmentService.asmx HTTP/1.1
Host: mobile.ax-aee.co.uk
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/GetMails"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetMails xmlns="http://tempuri.org/">
      <sessionId>guid</sessionId>
      <obId>guid</obId>
    </GetMails>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GetMailsResponse xmlns="http://tempuri.org/">
      <GetMailsResult>
        <IsOk>boolean</IsOk>
        <ReturnMessage>string</ReturnMessage>
        <MachineName>string</MachineName>
        <Result>Ok or Exception or InvalidSessionId or InvalidSnapshotId or AssessmentLockedBySystem or AssessmentLockedByUser or AssessmentComplete or AssessmentParked or AssessmentNumberInUse or NoAssessmentNumbersLeftInPrefix or AssessmentNotParked or ErrorGettingMailHeaders or InvalidImageId or LogonOK_NewSession or LogonOK_SessionResumed or AlreadyLoggedIn or AccountLocked or InvalidLogon or AccountSuspended or PasswordExpired or UnableToContactServer or InvalidUser or NoEmailAddress or PasswordsDontMatch or PasswordAlreadyUsed or PasswordDoesntConform or InvalidCurrentPassword or PasswordNotDifferentEnough or TooManyRows or CalculationEngineError or AssessmentCheckedOut or UserOnlineOnly or RestrictedUserOnlineOnly or ProxyAuthenticationRequired or UserMustHavePreviouslyLoggedOnline or TTSAssessmentTypeNotSupported or ManualEstimateNotConfigured or CreateManualEstimatesNotConfigured or InvalidAttachmentId or VirusScanFailed or RestrictedMimeType or WorkproviderReferenceNumberInUse or NoWorkproviderReferenceNumbersLeft or TmisPdfGenerationError or PartialCalculationDecision or LightEstimateCannotBeCheckedOut or NoJobReferenceForVehicle or TMISUnavailable or VistaDBPasswordNotAvailable or CustomClientMessage</Result>
      </GetMailsResult>
      <mails>
        <MailSummary>
          <MailId>guid</MailId>
          <MailType>Uninitialised or Standard or InterimAdvice or SalvageNotification or InstructionForm or CourtesyCarForm or AuthorisationMessage or AuthorityNote or SalvageInstruction or EngineersSalvageMessage or AdministrationMessage or AIDAAssignment or AIDARCA or AIDAInvoice or MailConfirmation or AgreedCostsNote or AssessorResponse or SupplementaryApproval or PNETMail or AssessmentCancallation or AdministrationExtMessage</MailType>
          <Subject>string</Subject>
          <DateCreated>dateTime</DateCreated>
          <Unread>boolean</Unread>
          <MailStatus>Unitialised or Partial or Completed or Transmitted or Received or Viewed or Printed</MailStatus>
        </MailSummary>
        <MailSummary>
          <MailId>guid</MailId>
          <MailType>Uninitialised or Standard or InterimAdvice or SalvageNotification or InstructionForm or CourtesyCarForm or AuthorisationMessage or AuthorityNote or SalvageInstruction or EngineersSalvageMessage or AdministrationMessage or AIDAAssignment or AIDARCA or AIDAInvoice or MailConfirmation or AgreedCostsNote or AssessorResponse or SupplementaryApproval or PNETMail or AssessmentCancallation or AdministrationExtMessage</MailType>
          <Subject>string</Subject>
          <DateCreated>dateTime</DateCreated>
          <Unread>boolean</Unread>
          <MailStatus>Unitialised or Partial or Completed or Transmitted or Received or Viewed or Printed</MailStatus>
        </MailSummary>
      </mails>
    </GetMailsResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /WebEnterpriseServer37/AssessmentService.asmx HTTP/1.1
Host: mobile.ax-aee.co.uk
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetMails xmlns="http://tempuri.org/">
      <sessionId>guid</sessionId>
      <obId>guid</obId>
    </GetMails>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetMailsResponse xmlns="http://tempuri.org/">
      <GetMailsResult>
        <IsOk>boolean</IsOk>
        <ReturnMessage>string</ReturnMessage>
        <MachineName>string</MachineName>
        <Result>Ok or Exception or InvalidSessionId or InvalidSnapshotId or AssessmentLockedBySystem or AssessmentLockedByUser or AssessmentComplete or AssessmentParked or AssessmentNumberInUse or NoAssessmentNumbersLeftInPrefix or AssessmentNotParked or ErrorGettingMailHeaders or InvalidImageId or LogonOK_NewSession or LogonOK_SessionResumed or AlreadyLoggedIn or AccountLocked or InvalidLogon or AccountSuspended or PasswordExpired or UnableToContactServer or InvalidUser or NoEmailAddress or PasswordsDontMatch or PasswordAlreadyUsed or PasswordDoesntConform or InvalidCurrentPassword or PasswordNotDifferentEnough or TooManyRows or CalculationEngineError or AssessmentCheckedOut or UserOnlineOnly or RestrictedUserOnlineOnly or ProxyAuthenticationRequired or UserMustHavePreviouslyLoggedOnline or TTSAssessmentTypeNotSupported or ManualEstimateNotConfigured or CreateManualEstimatesNotConfigured or InvalidAttachmentId or VirusScanFailed or RestrictedMimeType or WorkproviderReferenceNumberInUse or NoWorkproviderReferenceNumbersLeft or TmisPdfGenerationError or PartialCalculationDecision or LightEstimateCannotBeCheckedOut or NoJobReferenceForVehicle or TMISUnavailable or VistaDBPasswordNotAvailable or CustomClientMessage</Result>
      </GetMailsResult>
      <mails>
        <MailSummary>
          <MailId>guid</MailId>
          <MailType>Uninitialised or Standard or InterimAdvice or SalvageNotification or InstructionForm or CourtesyCarForm or AuthorisationMessage or AuthorityNote or SalvageInstruction or EngineersSalvageMessage or AdministrationMessage or AIDAAssignment or AIDARCA or AIDAInvoice or MailConfirmation or AgreedCostsNote or AssessorResponse or SupplementaryApproval or PNETMail or AssessmentCancallation or AdministrationExtMessage</MailType>
          <Subject>string</Subject>
          <DateCreated>dateTime</DateCreated>
          <Unread>boolean</Unread>
          <MailStatus>Unitialised or Partial or Completed or Transmitted or Received or Viewed or Printed</MailStatus>
        </MailSummary>
        <MailSummary>
          <MailId>guid</MailId>
          <MailType>Uninitialised or Standard or InterimAdvice or SalvageNotification or InstructionForm or CourtesyCarForm or AuthorisationMessage or AuthorityNote or SalvageInstruction or EngineersSalvageMessage or AdministrationMessage or AIDAAssignment or AIDARCA or AIDAInvoice or MailConfirmation or AgreedCostsNote or AssessorResponse or SupplementaryApproval or PNETMail or AssessmentCancallation or AdministrationExtMessage</MailType>
          <Subject>string</Subject>
          <DateCreated>dateTime</DateCreated>
          <Unread>boolean</Unread>
          <MailStatus>Unitialised or Partial or Completed or Transmitted or Received or Viewed or Printed</MailStatus>
        </MailSummary>
      </mails>
    </GetMailsResponse>
  </soap12:Body>
</soap12:Envelope>