Quote:
Originally Posted by david123
Can you please suggest how to remove namespace. I do not want to change the XSD.
|
Hi David
I don't think you can remove the namespace prefix without changing the XSD. The namespace prefix is a part of the element name now. For example:
"bbb:Customer" is not the same as "Customer", as these two elements may belong to difference namespaces.
You can try to change the element names manually in Developer, but I am not sure if this will work. Another workaround you can use is to define your own data format (canonical or internal), and then map the XSD format into this before doing any further mapping/transformations.
Regards,
Hido