| Whitebear 2004-12-28, 2:49 am |
| Hello!
I recently posted a message here about strange exception in biztalk mapper.
It appears when I use a schema that has two elements: parent record with
not-empty namespace ("aaa" for example) and child element is imported from
schema with empty namespace. Here is an example of XML document (generated
with BizTalk):
<ns0:b xmlns:ns0="bbb">
<e>e_0</e>
</ns0:b>
When I try to use this schema in map I get error "Cannot use a prefix with
an empty namespace" that do not depends on contents of map. I can simply
create empty map, use this schema as destination and any schema as a source
stub, write a constant value to element "e" and error appears again! This
problem distresses me very much, because this bug don`t let me use BizTalk
server ((( My inputs and outputs are blackboxes and I can`t add non-empty
namespace to "e" element... Please, help!
|