You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our software, we use IPmodeResolver.getPModeOfID to construct the PMode for any incoming AS4 message.
Anyway, the parameter sAddress, which represents our "own" AS4 endpoint address(es) is always null.
I found out that the address can only be configured globally ("phase4.endpoint.address") and is queried in SOAPHeaderElementProcessorExtractEbms3Messaging.
In our software, we use
IPmodeResolver.getPModeOfID
to construct the PMode for any incoming AS4 message.Anyway, the parameter
sAddress
, which represents our "own" AS4 endpoint address(es) is always null.I found out that the address can only be configured globally ("phase4.endpoint.address") and is queried in
SOAPHeaderElementProcessorExtractEbms3Messaging
.There is one issue: For the BDEW profile, the software manufacturers have to use dynamic
addresses (like https://1111111111111.company.cloud, https://2222222222222.company.cloud) with SNI, so the AS4 endpoint can change with any incoming message.
Could you provide any way (e.g. a callback?) to handle this dynamically?
Kind regards,
Robin
The text was updated successfully, but these errors were encountered: