IHDSvc GetAnswers Method
This web service returns a BinaryObject containing an answer collection created by successively overlaying each of the supplied answer collections on top of each other.

Namespace: HotDocs.Sdk.Server.Contracts
Assembly: HotDocs.Sdk.Server.Contracts (in HotDocs.Sdk.Server.Contracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

BinaryObject GetAnswers(
	BinaryObject[] answers
)

Parameters

answers
Type:  HotDocs.Sdk.Server.Contracts BinaryObject 
An array of answer collections. Each element in this array can be either an XML answer collection or an encoded answer set as posted from a browser interview.

Return Value

Type: BinaryObject
A BinaryObject containing a single XML answer file.
Remarks

This web method will overlay an array of answer collections.
See Also