Namespace during XSD import
Hi,
I am trying to import an xsd through connector and metadata wizard. By default it maps elements and nodes to relevant namespace. Now the consumer of the generated xml does not want the name space reference to be added before each element (e.g. ns1, ns2). The stream generated is pretty big and making it optional element by element in nested structure will take lot of time and prone to manual error. Can we generate the xml using the stream that got generated by wizard without adding these namespace before each elements?
Thanks,
Sayan