05-25-04 12:37 PM
A map is basically just an XSLT. In which case, it would be quite easy to
use it inside C#. If you use functiods inside the map, you might be able to
use debug process, to step thru the flow, and see what Interface or function
Biztalk uses to call it. I have never tried this, so it is only a guess.
--
Todd Sussman
My opinion is neither copyrighted nor trademarked, and it's price
competitive. If you like, I'll trade for one of yours.
Remove The REMOVE! to reply.
"metin" <anonymous@discussions.microsoft.com> wrote in message
news:336815E9-D889-4E02-A8C4-416446C44227@microsoft.com...
> is it possible to call mapping in a c# Program?
>
> There are some utility tools for pipeline and FFDASM.exe, etc in
SDK/utilities. and also it is possible in visual Studio to test the map by
right click.
> I would like to right a program that uses the map without calling the
BizTalk orchestration. It is working if I just define send and receive ports
with a filter, but I wanna use it in a C# code, that I can call it
frequently.
>
> Any ideas? thanks in advance,
> metin
[ Post a follow-up to this message ]
|