Duplicate Schemas side by side

Home Page Forums BizTalk 2004 – BizTalk 2010 Duplicate Schemas side by side

Viewing 1 reply thread
  • Author
    Posts
    • #21805

      I have two schemas that share the same root node and target namespace. One exists in a .NET 2.0 assembly the other in .NET 1.1 (BizTalk 04) – these assemblies are versioned 1.1.0.0 & 2.0.0.0 . I have an older orchestration (BizTalk 04) that receives one of these messages via a request-response port, however, when it receives the message it appears to automatically default to the 2.0.0.0 version even though it references the the older 1.1.0.0 assembly and therefore throws the exception below. Is there a way to run these side-by-side without changing the root node or target namespace?

      Message : Received unexpected message type ‘SARB.Interface.Common.Schemas.WINS.WINSResponseSchema, SARB.Interface.Common.Schemas.WINS, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b593e508e47f3a3e’ does not match expected type SARB.Interface.Common.Schemas.WINS.WINSResponseSchema, SARB.Interface.Common.Schemas.WINS, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b593e508e47f3a3e’.

       

    • #21808

      Have you tried using a receive pipeline with the XML disassembler and setting the right schema version on the disassembler properties?

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