Skip to content

Testing a clearing-house structure with the IDS-Messaging-Service #427

Answered by tmberthold
boxer-code asked this question in Q&A
Discussion options

You must be logged in to vote

Hello and welcome!

The idea of the system behind it is actually quite simple:

Receiving IDS-messages -> receiving a request and sending a response (Step 4):
In order to receive and process incoming IDS-messages, in addition to an IDS-endpoint (/api/ids/data), so-called message-handlers are also required, which take care of processing of the incoming messages. The sample implementation shown in step 4 can handle incoming IDS-messages of type RequestMessage, see the SupportedMessageType annotation. The handleMessage method must be implemented, which executes certain logic when an IDS-message of this RequestMessage-type arrives. Once the logic has been processed, a response must be returned …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tmberthold
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants