Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Receive Pipeline Error › Re: Receive Pipeline Error
Great advice.
This piece of the application reads the XML file, maps it to another message that will be passed to a web service. I'll get a response back, but I only check it for verification/debugging. This whole process is in its own orchestration and is very simple at this point. The rest of the orchestration should work (famous last words) if I could only get past loading my XML file.
The overall application will be handling a few different XML files. All of the XML files have a root element of "Header". I started using the default XMLReceive pipeline, but since all of the XML files coming in have the same root element it seemed that I needed to create a custom pipeline for each XML file type. There are not many schemas that I'm working with, so I don't have a problem with multiple custom receive pipelines.
I just tried adding an inbound map to the receive port. The same error came up as before ("No Disassemble stage components can recognize the data.").
Your suggestions and questions are a great help. Much appreciated.