Hi Javier,
Should be something like below
Specifications in the Module Configuration of Module Pocessor
Module Key | Parameter Name | Parameter Value | |
Plain2XML | Transform.Class | com.sap.aii.messaging.adapter.Conversion | |
Plain2XML | Transform.ContentType | text/xml;charset=utf-8 | |
Plain2XML | xml.conversionType | SimplePlain2XML | |
Plain2XML | xml.processFieldNames | fromConfiguration | |
Plain2XML | xml.documentName | INT00_Interface_MT | |
Plain2XML | xml.documentNamespace | urn:xxxx.com:xxx:xxxx | |
Plain2XML | xml.structureTitle | Calendar | |
Plain2XML | xml.fieldNames | field-name1,field-name2,field-name3 | |
Plain2XML | xml.fieldSeparator | | | |
I am not sure why you have nested Calendar under Calendars. You can simply have a data type without node Calendars. Calendar should be 1...unbounded.
Ambrish