I need to create a file without namespace and using UTF-8 No BOM to allow a WMS to read the file. (I needed to add the namespace for the mapping because the target schema isn't unique)
I created a custom send pipeline that assembles the XML and then removes the namespace (Using the ESB Remove Namespace component)
I have set it up in a way that i would assume the BOM should be removed but when i check the outbound file, it has changed to an ANSI file (but i specifically say the encoding is UTF-8 in the pipeline component)
Am i doing something wrong? is there a better alternative to this?