Skip to content

AS4_ERROR_MESSAGE_RECEIVED #97

Answered by phax
MakakWasTaken asked this question in Q&A
Aug 30, 2022 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

The "Error Message Received" error comes only when sending messages.

So you can configure the sender builder with the following options:

  1. Either use rawResponseConsumer with a callback of the type IAS4RawResponseConsumer that will give you access to the byte[] content of the response received or
  2. use signalMsgConsumer with a callback of the type IAS4SignalMessageConsumer that will give you access to the parsed EBMS3 SignalMessage (of type Ebms3SignalMessage). Please consider that this method may not be called, if the received byte[] does not conform to the Signal Message layout

hth

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@MakakWasTaken
Comment options

@phax
Comment options

phax Aug 31, 2022
Maintainer

@MakakWasTaken
Comment options

@phax
Comment options

phax Aug 31, 2022
Maintainer

Answer selected by MakakWasTaken
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