The document type does not match any of the given schemas

Home Page Forums BizTalk 2004 – BizTalk 2010 The document type does not match any of the given schemas

Viewing 1 reply thread
  • Author
    Posts
    • #25194

      Hi,

      I am working with the Biztalk Server 2009 and get the following error:

      There was a failure executing the send pipeline: “Microsoft.BizTalk.DefaultPipelines.XMLTransmit, Microsoft.BizTalk.DefaultPipelines, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35” Source: “XML assembler” Send Port: “XXXX” URI: “XXXX” Reason: The document type “XXX#Schema” does not match any of the given schemas.

      I have a receive pipeline where a flat file disassembler disassemble a flat file to xml, then in the orchestration i send the xml message to a wcf service with (XMLTransmit Sendport, because I want to have the context informations when I receive the message from WCF service).

      In the XML Transmit Sendport i get the error above. In my custom receivepipeline I have also a context adder component.

       

      Thank you in advance

      Aleks

    • #25210

      Hi Aleks,

       

         Based on the error that you are getting, check your orchestration to make sure that the message type associated with the logical Send port (for transmitting XML message to WCF service) has the expected “Namespace#Rootnode” of the schema that you are sending to that port.

       

         Daniel.

       

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