BizTalk Server Orchestration - schema mapping question / problem

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server Orchestration > March 2006 > schema mapping question / problem





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author schema mapping question / problem
solid

2006-03-08, 5:53 pm

Basically I'm working on an orchestration that converts a set of old infopath
forms into a new infopath schema. I'm using a schema map in the
orchestration and it seems to be working ok, except for one problem.

Even though my "new" schema has all of the xmlns to define it as an infopath
form, this infomation gets lots when the mapping occurs. My resulting XML
file has the correct data mapped, but loses a number of xmlns attributes,
which make the form unuable and unable to open in infopath.

Here is what gets "lost" in the process:

<xsd:schema
xmlns:my="http://schemas.microsoft.com/office/infopath/2003/myXSD/2005-10-06T21-01-25"
xmlns:xhtml="http://www.w3.org/1999/xhtml"
xmlns:xd="http://schemas.microsoft.com/office/infopath/2003"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:b="http://schemas.microsoft.com/BizTalk/2003"
targetNamespace="http://schemas.microsoft.com/office/infopath/2003/myXSD/2005-10-06T21-01-25"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">


Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com