Symptom
You are using the Integration center tool creating one Scheduled XML File Output Integration.
Your output XML desired format is:
<contactField name="FirstName">Patrice</contactField>
But seems that the integration center only support the XML format:
<contactField name="FirstName">
<name>Patrice</name>
</contactField>
Example in the screenshot
Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental.
Environment
SuccessFactors - Integration Center
Resolution
It is possible to create such XML format.
You need to add node "contactField" and associate it to first name (or which ever field the data should come from).
Then, you can add Attribute "name" to "contactField" and set default value as "FirstName".
See Also
Integration center handbook
Keywords
different formats in the Scheduled XML File Output Integration - SuccessFactors Integration center, XML tag, output, desired format, generate XML , KBA , LOD-SF-INT-INC , Integration Center , LOD-SF-INT , Integrations , How To