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