Click or drag to resize

Transmitter5GetDialog Method

Get dialog messages.

Namespace: SwissDecTX
Assembly: SwissDecTX.Transmitter5 (in SwissDecTX.Transmitter5.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax
public void GetDialog(
	XmlDocument xmlDoc,
	XmlDocument plausibility,
	string domainString,
	out XmlDocument result,
	out XmlDocument messageSent,
	out XmlDocument messageReceived,
	out XmlDocument getDialogResult
)

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
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.
getDialogResult  XmlDocument
The server's reply.
Exceptions
ExceptionCondition
ArgumentNullException
TransmitterException
See Also