10-22-04 07:46 AM
i all,
i have a problem with the nil attributes.
When i want to use the biztalk mapp, i don't know how to pass the nil
attribute from my source to my destination.
now i have
source: <field xsi:nil="true" />
destination <newfield></newfield>
and i want
source: <field xsi:nil="true" />
destination <newfield xsi:nil="true" ></newfield>
my source schema
<field xsi:nillable="true">
my destination schema
<newfield xsi:nillable="true">
[ Post a follow-up to this message ]
|