Transmitter5File2FileReplyDialog Method |
Send dialog replies.
Namespace: SwissDecTXAssembly: SwissDecTX.Transmitter5 (in SwissDecTX.Transmitter5.dll) Version: 5.0.0.0 (5.0.0.0)
Syntaxpublic void File2FileReplyDialog(
string sourceFilePathName,
string plausibilityPathName,
string domainString,
string messagesFile,
string resultFile,
string messageSentFile,
string messageReceivedFile,
string replyDialogResultFile
)
Public Sub File2FileReplyDialog (
sourceFilePathName As String,
plausibilityPathName As String,
domainString As String,
messagesFile As String,
resultFile As String,
messageSentFile As String,
messageReceivedFile As String,
replyDialogResultFile As String
)
public:
virtual void File2FileReplyDialog(
String^ sourceFilePathName,
String^ plausibilityPathName,
String^ domainString,
String^ messagesFile,
String^ resultFile,
String^ messageSentFile,
String^ messageReceivedFile,
String^ replyDialogResultFile
) sealed
function File2FileReplyDialog(sourceFilePathName, plausibilityPathName, domainString, messagesFile, resultFile, messageSentFile, messageReceivedFile, replyDialogResultFile);
Parameters
- sourceFilePathName String
- The salary declaration.
- plausibilityPathName String
- The plausibility data that was returned from the call to DeclareSalary(XmlDocument, XmlDocument, XmlDocument, XmlDocument, String, DateTime)
- 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
- messagesFile String
- The dialog messages. The format is derived from DialogMessageType. See the file DialogMessages.xml (from the SwissDecTX transmitter documentation) for an example.
- resultFile String
- The server's reply, contains the result of the operation or any error that might occur during the validation, transmission and processing.
- messageSentFile String
- The signed message, just before it was encrypted and sent.
- messageReceivedFile String
- The signed raw server reply just after decryption, for logging purposes.
- replyDialogResultFile String
- The server's reply.
Exceptions
See Also