I'm trying to figure out how to create a XML Source Definition that will pick up the attributes of an XML element. When GP creates the definition from the 'Template', it simply creates a record set node and then adds a field to that which contains only a single value for what should be a child record set with it's own fields.
How do I configure the XML Source Definition to pick up the 'type' and 'isPrimary' attributes as fields inside a record set object?
<ReferenceNumber type="Load ID" isPrimary="true">LD766</ReferenceNumber>
In GP Integration Manager (XML Source Defintion):
From XML Notepad:
*This post is locked for comments