Losing the xml tag when sending document #210
Answered
by
L3Mars
yvansteene
asked this question in
Q&A
-
Hello, when sending an XML, we lose the tag at the beginning of the document, which causes issues for some of our receiver. Any idea where the problem can be? |
Beta Was this translation helpful? Give feedback.
Answered by
L3Mars
Jan 18, 2024
Replies: 1 comment 6 replies
-
Can you please be a more specific what "Losing" means in this context? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks ! we are so dumb..
when receiving document, there's is a specific configuration of the serializer for remove xml declaration
Removing the last line fix the problem.
Sorry for the inconvenience.