11-11-05 07:52 AM
From your question i understand that your message may not be XML file.
Incase, it is a non-xml file, you will need to use XML Passthru pipeline.
Passthru pipeline does not require inbound schema as mentioned by Jeff
Lynch. But you will need to code to read the data inside the orchestration.
Passthru pipeline is generally used to pass non-xml data between application
s
thru biztalk.
Hope this helps
Lakshmi
"PjV" wrote:
> We have an orchestration that should start when a message is received on a
> FILE transport.
> The type of the message is a class from a referenced C# assembly.
>
> When we generate an instance of the class and serialize it to the FILE
> location the message is picked up and suspended directly, with this error
> description:
> Error in accessing the part data or one of its fragments. The part or
> fragment may not exist in the database.
>
> For testing we have removed all attributes from the c# class (XmlElement
> etc.), but the error remains.
>
> What are we doing wrong?
>
>
> Peter
>
>
>
[ Post a follow-up to this message ]
|