Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Namespace

Status
Not open for further replies.

MichaelXu

Programmer
Dec 5, 2002
1
US
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.

<ODI:person targetNamespace=&quot; xmlns:ODI= <ODI:LastName>Xu</ODI:LastName>
<ODI:FirstName>Michael</ODI:LastName>
</ODI:person>

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 do have exact same issue now.Did u ever find out the solution for it? If so it would be great if u can add it here.or send it to me.
Thanks
sri
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top