Hello All,In Designer, I create a new data connection (XML Schema), and
bind 3 fields to the nodes, these 3 fields have default value in order
to distinguish each form. For example, formLanguage=E,
formVersion=1.0.0, formType=form1.After applying reader extension to the
form, I use web service API to export the form data to XML
("soap/services/FormDataIntegration?blob=mtom").In the XML, i cannot
find the default value of 3 fields. the nodes are empty.In order to see
the value of them reflected i...