dynamic schema usage in biztalk

Home Page Forums BizTalk 2004 – BizTalk 2010 dynamic schema usage in biztalk

Viewing 1 reply thread
  • Author
    Posts
    • #21634

      Hi all,

      First of all I’m a biztalk newbie, we run 2006 here with plans to migrate to 2006 R2 in the future. I have a schema that I need to work with called Siri, which is public at:

      http://www.kizoom.com/standards/siri/schema/1.0/siri-1.0.zip or http://www.kizoom.com/standards/siri/schema/1.0/siri.xsd for the root xsd document.

      I have sucessfully imported this schema into my biztalk project, however, I am finding it difficult to get my head wrapped around how to use this since there are so many xsd:choice and xsd:group nodes. Also there is only one targetnamespace at the root element.

      My project is to consume estimatedtimetables of buses and then insert it into a database. Working with the schema I’m finding it difficult to promote elements in order to filter and create/work with mappings (haven’t really got that far yet).

      Can anyone point me in the right direction in some documentation/websites? has anyone worked with a schema like this? I can post up a sample xml payload if anyone would like to have a look..

      thanks for the help in advance..

    • #21780

      try to create the class object for the schema using xsd command in the command promt. Use C# code to construct the result you want. This is the solution if you find difficult to process your schemas in the biztalk project

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