Hi,
I realize that BizTalk does not support W3C schema, but not sure about namespace and namespace prefix.
I have been struggling to figure out a problem. It is about namespace.
Say I have a very simple source message specification called Source.xml.
<Person>
<LastName>Xu</LastName>
<FirstName>Michael</FirstName>
</Person>
I need to map it to the destination specification called Target.xml. Or maybe I should say that my expected output file after mapping should be like the below structure.
<ODIerson targetNamespace=" xmlns:ODI= <ODI:LastName>Xu</ODI:LastName>
<ODI:FirstName>Michael</ODI:LastName>
</ODIerson>
In my work, I need to proof the concept that the current version of BizTalk can do it, with or without additional programming (I am just guessing.)
My question is if this is doable??? If it is doable, can someone kindly provide me with a simple sample?
Thanks in advance.
Michael
I realize that BizTalk does not support W3C schema, but not sure about namespace and namespace prefix.
I have been struggling to figure out a problem. It is about namespace.
Say I have a very simple source message specification called Source.xml.
<Person>
<LastName>Xu</LastName>
<FirstName>Michael</FirstName>
</Person>
I need to map it to the destination specification called Target.xml. Or maybe I should say that my expected output file after mapping should be like the below structure.
<ODIerson targetNamespace=" xmlns:ODI= <ODI:LastName>Xu</ODI:LastName>
<ODI:FirstName>Michael</ODI:LastName>
</ODIerson>
In my work, I need to proof the concept that the current version of BizTalk can do it, with or without additional programming (I am just guessing.)
My question is if this is doable??? If it is doable, can someone kindly provide me with a simple sample?
Thanks in advance.
Michael