How to disable a BSPRule for incoming messages? #170
-
How can BSPRules be disabled for incoming messages that are reponses for outgoing messages? How can BSPRules be disabled for incoming messages that have been initiated by external market participants? For example |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Well, I never did this before, but this is how it should work, according to the code:
I created an example This |
Beta Was this translation helpful? Give feedback.
-
Hi, thanks for your answer. I tested this with an outgoing message to another market participant that does not write any attributes in the
It seems that
|
Beta Was this translation helpful? Give feedback.
-
Can you please make a breakpoint at |
Beta Was this translation helpful? Give feedback.
-
Thanks for the answer. I fixed this problem by setting a The IAS4DecryptParameterModifier was previously only registered in the |
Beta Was this translation helpful? Give feedback.
Thanks for the answer.
I fixed this problem by setting a
IAS4DecryptParameterModifier
on theBDEWUserMessageBuilder
when generating outgoing messages.The IAS4DecryptParameterModifier was previously only registered in the
AS4XServletHandler
. This is only used for incoming messages.