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