I have developed a custom pipeline that processes pop3 messages and calls a custom class. Is there a way to create an IBaseMessage with message parts (including attachments) and pass it to my custom class?
Is there anyway of creating a message from the BizTalk SQL database?
You could try my PipelineTesting library. It allows you do do precisely this: Create a message, execute an entire pipeline with it and check out the resulting message. It also has a bunch of extra features to make testing easier. You can find an introduction to it here, and more proper documentation here.
Hope you find it useful!
Author
Posts
Viewing 1 reply thread
The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.