How to remove signed upload within Bizconnect


Summary:

The below instructions can be used to adjust the configuration in the Bizconnect software. This guide will allow you to remove the signed upload which uses a lightweight certificate to put an electronic signature over the file that you want to upload.

Additional Information:

The paths used in this guide are the default installation directories but might be different in your local installation.
Default installation directory is "C:\Bizconnect" and the scripts we're looking for will be located in the "Scripts" folder.

Bizconnect client:

The script for Bizconnect client will mention a configuration entry as shown in the below example. The part in bold is the part which we are looking for:

 <message smime="signed">
            <locallocation>./data/out</locallocation>
            <localmask>*.mrt</localmask>
            <contenttype>application/mrt</contenttype>
            <remotemask/>
            <targetlocation>./data/out/done</targetlocation>
            <errorlocation>./data/out/error</errorlocation>
</message>

The part in bold marked in the above example, should be replaced by the bold part in the below example:


<message>
            <locallocation>./data/out</locallocation>
            <localmask>*.mrt</localmask>
            <contenttype>application/mrt</contenttype>
            <remotemask/>
            <targetlocation>./data/out/done</targetlocation>
            <errorlocation>./data/out/error</errorlocation>
  < /message>

 

Once these actions are performed, please contact Basware support and mention your username to confirm that signed upload has been disabled.