HotDocs_Online.InterviewResponse Object

An InterviewResponse provides a method for converting HTTP POST data into an XML string suitable to be passed to the AnswerCollection.SetXMLAnswers method. Normally, you would use InterviewResponse after the user has completed the interview and submitted the answers to your host application. Because the set of answers returned by the interview contains only answers for questions asked during the interview, this object allows you to merge the user's answers back into the original AnswerCollection. It would then contain answers for any variables that were not asked during the interview (but which already existed in the answer file), as well as the answers from the interview.

Interface Information

ProgID: HotDocs_Online.InterviewResponse.10.1
Version Independent ProgID: HotDocs_Online.InterviewResponse
CLSID: {488F6A02-2739-48D4-8CA5-2610361320D0}
_InterviewResponse Interface: IID: {3F566974-8FEE-42F3-B5EE-90FDBAE0A701}
_InterviewResponseEvents Interface: IID: {4E2B77F9-00B9-48E8-A40B-3AF69DA45A26}

Methods

Method Description
GetRequestString This method parses the data returned by the HTML interview and creates an XML document that can be passed to AnswerCollection.SetXMLAnswers().