Orchestration Message Schema reference

Home Page Forums BizTalk 2004 – BizTalk 2010 Orchestration Message Schema reference

Viewing 1 reply thread
  • Author
    Posts
    • #15487

      I’m new to Biztalk 2006 and am working thru the tutorials. I’ve run into a problem creating the Message when I get the schemas from referenced project. THe project has two schemas orderIn and orderOut. OrderOut shows up fine in the schema list but orderIn shows up as an expanded list of all of its fields/attributes. So I can select orderOut for a message but can only select one field for the OrderIn schema as the right pane shows all the attributes. I had some issues importing/validating the OrderIn schema but it finally validated fine. Any ideas on what would cause the schema to explode into it’s definition ?

      Thanks

    • #15488

      This could be caused by the schema definition.
      Some schemas have many top level elements defined, including the actual root
      e.g.

      <element name=\”root\”>
      <complextype>
      <element ref=\”child1\”>
      <element ref=\”child2\”>
      <element ref=\”child3\”>
      </complextype>
      </element>
      <element name=\”child1\”/>
      <element name=\”child2\”/>
      <element name=\”child3\”/>

      You may like to open the schema definition and set the Root Reference property on the <schema> node to be OrderIn.

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