Biztalk editor - validating root
hello all,
i'm working with biztalk 2002 and i need to map a xml order document. When i try to import the xml from the Biztalk Editor it gives me the following error:
-"The document being imported uses namespace(s). It will not validate against the imported schema."
And i try to validate the instance file it gives me this one:
-"Validate failed because the root element had no associated DTD/schema." - I think it's because the Biztalk changes the root element "from ns0:Order" to "ns0_Order".
I've tried to configure the namespaces but with no sucess. This is the beginning of the XML:
<ns0:Order xmlns:ns0="http://MCH.NEF.POrder.schemas.OrderSonae"><OrderHead><Ver sion>1.1</Version><OrderType Code="50E" Codelist="EAN"></OrderType><OrderCurrency>...
The root element is <ns0:Order xmlns:ns0="http://MCH.NEF.POrder.schemas.OrderSonae"> and i can´t manege to configure the namespaces.Can you please help?
Thank you,
Gustavo
|