Click or drag to resize

Transmitter5ReplyDialog Method

Send dialog replies.

Namespace: SwissDecTX
Assembly: SwissDecTX.Transmitter5 (in SwissDecTX.Transmitter5.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax
public void ReplyDialog(
	XmlDocument xmlDoc,
	XmlDocument plausibility,
	string domainString,
	DialogMessageType[] messages,
	out XmlDocument result,
	out XmlDocument messageSent,
	out XmlDocument messageReceived,
	out XmlDocument replyDialogResult
)

Parameters

xmlDoc  XmlDocument
The salary declaration.
plausibility  XmlDocument
The plausibility of the declaration, as returned by the server.
domainString  String
The domain from which to retrieve data, one of AHV-AVS, UVG-LAA, UVGZ-LAAC, KTG-AMC, BVG-LPP, FAK-CAF, TaxAtSource or Statistic. When there are multiple possible entries for a domain, concatenate the desired institution ID without any blank, as in TaxAtSource#KantonBE
messages  DialogMessageType
The dialog messages. The format is derived from DialogMessageType. See the file DialogMessages.xml (from the SwissDecTX transmitter documentation) for an example.
result  XmlDocument
The server's reply, contains the result of the operation or any error that might occur during the validation, transmission and processing.
messageSent  XmlDocument
The signed message containing the declaration, just before it was encrypted and sent.
messageReceived  XmlDocument
The signed raw server reply just after decryption.
replyDialogResult  XmlDocument
Exceptions
ExceptionCondition
ArgumentNullException
TransmitterException
See Also