sTicket - Ticket returned by AuthService.asmx.
<result status="OK"> <list> <edoc docid={GUID representing EDoc} doc_type={Document Type} folder_name={Folder Name} application={Application Name} description={EDoc description} doc_type_id={An integer representing the Document Type} doc_status={An integer representing the Document Status} created_date={The Document's Creation Date}/ > <edoc docid=.../ > <edoc docid=.../ > ... </list> </result>In the case of an error, the XML will be in the following format:
<result status="ERROR"> <error>{Description of Error}</error> </result>
<result status="OK"> <list> <edoc docid={GUID representing EDoc} doc_type={Document Type} folder_name={Folder Name} application={Application Name} description={EDoc description} doc_type_id={An integer representing the Document Type} doc_status={An integer representing the Document Status} created_date={The Document's Creation Date}/ > <edoc docid=.../ > <edoc docid=.../ > ... </list> </result>In the case of an error, the XML will be in the following format:
<result status="ERROR"> <error>{Description of Error}</error> </result>
<modified_edocs last_modified_date={Time that the last modified EDoc was modified}> <eDoc LoanNumber={Loan Number} FolderName={Folder Name} DocTypeName={Document Type Name} BorrowerName={Borrower Name} Description={EDoc Description} Comment={Comments on EDoc} NumPages={Number of Pages} LastModifiedDate={Date the EDoc was last modified} DocumentId={A Unique ID for the EDoc} <eDoc LoanNumber=.../ > <eDoc LoanNumber=.../ > ... </modified_edocs>