Hi all,
I have an XSD. Its sample namespace is.
When I create a document type from this XSD. The document type values are containing bb in front of each field. But I want to generate an XML which do not contain bb in front of the fields.
Now it is this way,
bb:name
bb:age
bb:location
But I want an xml which has
name
age
location
Can you please suggest how to remove namespace. I do not want to change the XSD.
Please help.
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services