How to bring attachments back to customers for pull requests #131
Unanswered
TMain-Tomi
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Yes, it is tricky to find a PMode for a SignalMessage. This interface offers exactly one method: @Nullable
IPMode findPMode (@Nonnull Ebms3SignalMessage aSignalMessage); and you can provide the one that suits you best. hth |
Beta Was this translation helpful? Give feedback.
0 replies
-
Dear @phax ,
But when I add the code, it was error.
error msg:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear @phax ,
I overrite method processAS4SignalMessage when customer send a pull request to phase4, and my code are as follow:
when I annotated aUserMessage.setPayloadInfo (aEbms3PayloadInfo), it worked normal. But customer can't received the attachments only received the Messaging:
And when I open aUserMessage.setPayloadInfo (aEbms3PayloadInfo), it was error:
May you give me some advice? thanks.
Best Regards,
Tomi Lin
Beta Was this translation helpful? Give feedback.
All reactions