I did an auto-generation of the xml file from infoPath and add the schema into the project. But all the element field becomes record. Do any ppl here know how not to have the element field become a record as Biztalk cannot distinguish a record field.
I realised that after i generate the schema from the XML file using the BizTalk Schema Generator, if a particular XML tag has no data, the data type of that tag in the schema would be xs:anyType which makes that tag a record. To resolve that, make a default value in the tag and the tag would be in xs:string and this will make that tag an attribute [:)]
Author
Posts
Viewing 1 reply thread
The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.