Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
DaveTaylor
Contributor III
Contributor III

Mapper output XML add a namespace xmlns:xsi

So I have a Mapper with an output XML. 
I would like to add a namespace to the root tag; and have not found any setting locations in the map or in the output structure to add a namespace.
Also looked on tHMap, and saw no settings there.

 

Here is my output xml snippet:
<TXLife Version="2.34.00">
<UserAuthRequest>
....etc....

Here is what I would like to get:
<TXLife Version="2.34.00" xmlns="http://ACORD.org/Standards/Life/2">
<UserAuthRequest>
....etc....

Where do I go to add the namespace?

 

 

Labels (3)
1 Reply
Anonymous
Not applicable

Hi,

 

Did you create your namespace in mapping perspective and assign it to your output XML structure ? And did you flag "Generate xsi Namespace Declaration" ?

0683p000009Lrvm.png

 

Regards.

 

Eric