We are new to Biztalk, and need to convert a XML file to an EDI CODECO D95B format. For which we created a Biztalk Application on Biztalk server 2006. We successfully passed the XML Pipeline and orchestration, but couldn’t clear the send pipeline. We used XML Transmit pipeline. Here’s the error message we got in the event viewer:
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: "Example5Send"
URI: "EDI://98765:ZZ:98765"
Reason: This Assembler cannot retrieve a document specification using this type: "EDIFACT".
“EDIFACT” is the root name of our EDI CODECO schema.
Please tell what is wrong, do we need to use any other default pipeline or do we need to
create a custom pipeline for the EDI purpose?
Thank you
With Regards
Gaurav Garg