E-Boks doc2mail

From TempusServa wiki
Revision as of 07:58, 25 February 2020 by old>Admin (→‎Test setup)
Jump to navigation Jump to search

Install components

Before you start ensure Java 8 is the default

Certificate

Ensure you have a valid certificate

 sudo nano /mnt/sda/certs/doc2mail.pke

Copy paste contents of the certificate

 sudo chmod 777 /mnt/sda/certs/doc2mail.pke

Binaries

Download OneTooX implementation

 cd /mnt/sda/deploy
 sudo wget https://www.tempusserva.dk/install/doc2mail/doc2mail.zip
 unzip doc2mail.zip
 sudo mv lib doc2mail
 cd doc2mail
 sudo chmod 777 *

Test setup

In this step you will configure and test the configuration for the commandline

Update the parameters below

  • i: Location of a test PDF
  • t: Name of the document type
  • r: A real CPR number

Execute the following command

  java -cp .:/mnt/sda/deploy/doc2mail/* dk.doc2mail.client.FileUploaderClient --address "https://privat.doc2mail.dk/delivery/FileUploader.asmx" --certificate "/mnt/sda/certs/doc2mail.pke" -i "/tmp/eboks_test.pdf" --title "Oplysningsskemaet" -d ebokskmdprint -u "domainX\userY" -t "tempus serva" --ss "Oplysningsskema" --testmode 3 -r 1234561234 --rt CPR

A success messag will look something like

 <uploadStatus>
   <deliveryInformation>
       <destination>5</destination>
       <errorCode>0</errorCode>
       <id>148069122</id>
       <mailPriority>B</mailPriority>
       <responseInfo>No response</responseInfo>
       <status>OK</status>
       <succeeded>true</succeeded>
   </deliveryInformation>
   <message>OK</message>
   <success>true</success>
   
 </uploadStatus>

Server configuration

Make the following substitutions

  • i: @@DOCUMENT@@
  • title: @@TITLE@@
  • r:@@CPR@@
  • testmode: 0

The connection string should look something like

  java -cp .:/mnt/sda/deploy/doc2mail/* dk.doc2mail.client.FileUploaderClient --address "https://privat.doc2mail.dk/delivery/FileUploader.asmx" --certificate "/mnt/sda/certs/doc2mail.pke" -i "@@DOCUMENT@@" --title "@@TITLE@@" -d ebokskmdprint -u "domainX\userY" -t "tempus serva" --ss "Oplysningsskema" --testmode 0 -r @@CPR@@ --rt CPR

Finally copy this value to the server configuration parameter: eboksIntegrationTemplate