Skip to content
Swiss federal authorities

Installation check

To verify that the sedex-Client has been installed and configured correctly, the following steps can be executed:

  1. Start the sedex-Client
  2. Send a test message
  3. Check if the test message was sent and received

Note

Sending and receiving a message as described below only applies to the file interface. Sending and receiving messages using the Messaging REST API is described here.

Start the sedex-Client🔗

To start the sedex-Client, execute the steps described in Manual start and stop.

If the sedex-Client is configured correctly, the main process (the sedex Controller) starts and automatically starts the sedex Adapter as a new process. The sedex Adapter (the messaging process) should then continuously be polling for waiting inbound and outbound messages.

Open the sedex-Client’s technical log file:

<sedex_home>\logs\adapter\adapter-technical.log

The sedex Adapter runs a connection check while starting up. If everything has been configured correctly, the sedex Adapter should be able to connect to the sedex server. In this case, you will find the following lines in the technical log:

[...] Connection test for <https://sedex-service.admin.ch/sedex-clientServices-ws/clientServices?WSDL> :passed
[...] Connection test for <https://sedex-service.admin.ch/osci-manager-entry/externalentry> : passed
[...] Connection test finished successfully

As a further test, you can check if the sedex Adapter was able to report its software version to the sedex server. If it was, you will find the following line in the technical log:

[...] c.a.b.s.c.ConfigurationService: Submitting Adapter - Version was successful

If this line is missing, there may be an installation or configuration error. Check the log files for error messages. Most often, the reason is an incorrect configuration. Client Configuration and Troubleshooting describe the sedex-Client configuration and common mistakes.

Send a Test Message🔗

After the sedex-Client has been started successfully, a test message can be sent.

See here for instructions.

Verify if the Test Message was Sent and Received🔗

Once the test message is sent, confirm that it has been received correctly.

See here for instructions.