InfoPath Auto-Generated Schema Element become Record

Home Page Forums BizTalk 2004 – BizTalk 2010 InfoPath Auto-Generated Schema Element become Record

Viewing 1 reply thread
  • Author
    Posts
    • #21293

      Hi all,

      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.

      Thanks in advance for help

    • #21363

      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 [:)]

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.