Hi,
I'm attempting to utilize RecordToXml with attributes, but I'm facing difficulties in configuring the AttributeXmlConfig correctly.
Could someone please share an example demonstrating the proper configuration for AttributeXmlConfig?
The expected XML output is outlined in the following snippet:
<Application attribute1="" attributeN="">
<Request function1="" functionN=""> Value </Request>
</Application>
What I get is:
<Application>
<Request> Value </Request>
Thank you
Hi Ricardo,For what you are trying to achieve you need a structure similar to this one:The names of the Attributes need to start with "Attr_" because that's the prefix for attributesAnd then the output will be