Hello Everyone,
I’m currently experiencing some issues with the SAP Adapter. I set up my solution to have a single orchestration that receives all input from SAP (Debitor, Financial, Order, …). It is first received as an xml document and then converted into the according Schema. After this, the message is passed to the according orchestrations.
The issue that I experience concerns some elements that are supposed to have no value but contain some kind of special characters. When I convert the message to xml in SQL Server, the tag is closed properly (e.g.: <TAG\>). But when the orchestration processes the message, it handles the element as if it holds a value…
This is not always the case and occurs only every now and then. I was not able to find any relations concerning when and how this is possible. But since some of my logic is based on this, I run into problems…
Did anyone else have similar problems? Or does anyone have suggestions what I could do to avoid this problem? Any help is appreciated.
Regards,
Julian