Hi All,
I'm newbie in BTS, and trying figure out the next scenario:
I got xml with some data and need to insert this data to my DB, for
this reason i can use sql adapter in biztalk, but i want to create my custom
.net dll (Class Library ) that will perform inserts to my data base.
How i perform this issue??
call to dll and pass params, or maybe array of some custom class that represent data from xml
or even to path xml, in this dll i'll parse this xml and perfrom inserts.
is it possible??
TNX in advance