Previous Topic

Next Topic

Book Contents

Response XML format—Submissions

Response message parameters

Response XML parameters

Name

Description

WSODMXMLSubmitResult

Top-level element with the PROCESSED attribute, which indicates whether the request was processed.

  • TRUE—Request was processed successfully.

    The SubmitStatus parameter appears and displays text that indicates that the request was processed.

  • FALSE—Request was not processed successfully.

    The Error parameter appears and displays text that indicates why the request was not processed.

Error

Appears if the PROCESSED attribute for WSODMXmlSubmitResult is set to FALSE.

Contains information about why the web message could not be processed.

SubmitResults

Appears if the PROCESSED attribute for WSODMXmlSubmitResult is set to TRUE.

Contains the FileOID, ReceivedDateTime, and ProcessStartDateTime.

SubmitStatus

Appears if the PROCESSED attribute for WSODMXmlSubmitResult is set to TRUE.

Contains the FileOID, ReceivedDateTime, and ProcessStartDateTime.

SubmitReport

Appears if the PROCESSED attribute for WSODMXmlSubmitResult is set to TRUE.

Contains the FileOID, ReceivedDateTime, and ProcessStartDateTime.

MessageID

HRESULT error code, which can occur at the web service or the Clinical Data API interface.

Note: Appears only when the STATUS attribute for SubmitStatus is set to FAILED.

Message

English text of the MessageID.

Note: Appears only when the STATUS attribute for SubmitStatus is set to FAILED.

ActivityGUID

Corresponds to the InForm ActivityGUID when an error appears in the event log.

Note: Appears only when the STATUS attribute for SubmitStatus is set to FAILED.

Send Feedback