How to get the right xml body out of an xml schema using Export Mapping?

0
Hello everyone, I would like to use an “Export with Mapping”-activity which uses an xml Schema:   The usage of the schema results in this xml body: But I would like to receive this body, with the addition of a default namespace declaration in the <Root> entity and the dissolution of the namespace in the <Transaction> entity. Is it possible to achieve this by altering the xml schema?  
asked
1 answers
0

Might be easier to do a string function call replaceFirst to replace it with the correct value.

Regards,

Ronald

 

answered