BizTalk Server General - BTS 2006: How to create IBaseMessage?

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server General > February 2006 > BTS 2006: How to create IBaseMessage?





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author BTS 2006: How to create IBaseMessage?
Vasily

2006-02-21, 5:51 pm

How to create IBaseMessage in custom Disassebler pipeline component (GetNext
method)?

Regards,
Vasily
gustavo echeverry

2006-02-21, 5:51 pm

hi Vasily

you could do using something like:

public void Disassemble(IPipelineContext pContext, IBaseMessage pInMsg){
.....
IBaseMessage outMsg;
outMsg = pContext.GetMessageFactory().CreateMessage();
......
}


"Vasily" <Vasily@discussions.microsoft.com> wrote in message
news:511AA52D-FB05-4BA8-B17B-86B0F55E5347@microsoft.com...
> How to create IBaseMessage in custom Disassebler pipeline component
> (GetNext
> method)?
>
> Regards,
> Vasily



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com