Transmitter5ReplyDialog Method |
Send dialog replies.
Namespace: SwissDecTXAssembly: SwissDecTX.Transmitter5 (in SwissDecTX.Transmitter5.dll) Version: 5.0.0.0 (5.0.0.0)
Syntaxpublic void ReplyDialog(
XmlDocument xmlDoc,
XmlDocument plausibility,
string domainString,
DialogMessageType[] messages,
out XmlDocument result,
out XmlDocument messageSent,
out XmlDocument messageReceived,
out XmlDocument replyDialogResult
)
Public Sub ReplyDialog (
xmlDoc As XmlDocument,
plausibility As XmlDocument,
domainString As String,
messages As DialogMessageType(),
<OutAttribute> ByRef result As XmlDocument,
<OutAttribute> ByRef messageSent As XmlDocument,
<OutAttribute> ByRef messageReceived As XmlDocument,
<OutAttribute> ByRef replyDialogResult As XmlDocument
)
public:
virtual void ReplyDialog(
XmlDocument^ xmlDoc,
XmlDocument^ plausibility,
String^ domainString,
array<DialogMessageType^>^ messages,
[OutAttribute] XmlDocument^% result,
[OutAttribute] XmlDocument^% messageSent,
[OutAttribute] XmlDocument^% messageReceived,
[OutAttribute] XmlDocument^% replyDialogResult
) sealed
function ReplyDialog(xmlDoc, plausibility, domainString, messages, result, messageSent, messageReceived, 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
See Also