I receive this error from my send pipeline when trying to run messages through BizTalk 2006.
“Document type “Development.POI.Pathology_In#Pathology_In” does not match any of the given schemas.”
The problem is that I’m not referencing pathology_in in my send pipeline.
My project works like this.
Schema Pathology In is Mapped to a schema.clinic, which is mapped to schema.clinicout
In the document collection for my send pipeline I reference schema.clinic (I need to use a promoted property in the filters for the send port and the second map is the outbound map on that sendport)
The problem is in the assembly used in the pipeline.
If I set the pipeline to passthru I get no errors, but all I get is a copy of my inbound message
The same thing happens if I remove the assembly from the pipeline or set the document in the assembler to the Pathology_In schema.
I’m lost, can anyone help?