Hi guys - I have a problem with the name of my MT name being part of the internal XML structure.
I have an incoming XML message from a 3rd. party supplier wich looks lige this:
<?xml version="1.0" encoding="UTF-8" ?>
- <Header>
- <Lines>
After seting this up in PI my own xml structure looks like this:
<?xml version="1.0" encoding="UTF-8" ?>
- <MT_BYGLET_ORDER> (I have to call my message type something!)
- <Header>
- <Lines>
As the two structures are not alike, becaouse of the MT name, my mapping is not working.
Any good ideas how I can make these to stuctures work together.
Thanks 😊