AS4 Outbound - Unable to capture recipient AP gateway from logs #155
Replies: 3 comments
-
I am not sure if I understand the question - Can you elaborate, please? |
Beta Was this translation helpful? Give feedback.
-
Hi @FrodeBjerkholt ,
|
Beta Was this translation helpful? Give feedback.
-
I am not sure. This is a question that belongs at the oxalis main repository, since this logging would be independent of the transport profile. I see that the TransmissionTask.java logs the endpoint: log.debug(String.format("Message using messageId %s sent to %s using %s was assigned transmissionId %s took %dms\n",
transmissionResponse.getHeader().getIdentifier().getIdentifier(),
transmissionResponse.getEndpoint().getAddress(),
transmissionResponse.getProtocol().getIdentifier(),
transmissionResponse.getTransmissionIdentifier(),
durartionInMs
)); Example from my log: 2020-03-17 09:22:31,912 DEBUG [eu.sendregning.oxalis.TransmissionTask] Message using messageId a6db5790-cd5f-4d8d-95af-8683f7e0245f sent to http://localhost:8080/as4 using peppol-transport-as4-v2_0 was assigned transmissionId 45f035f4-47d9-4cd0-8b14-04b59e56bfaf@host.docker.internal took 1264ms I also see other log statements that contain the URL of the AP, |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm unable to capture the recipient access point gateway from the oxalis logs when sending invoices with oxalis standalone.
I'm running
java -cp <path-to-oxalis>/oxalis-distribution/bin/*:<path-to-oxalis>/oxalis-as4-dist/* eu.sendregning.oxalis.Main -f <file-name>
Is there any way to get the recipient AP gateway from oxalis or am I missing something.
Kindly help.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions