01-28-06 02:27 AM
Matt,
Thanks for your answer!
I guess a .Net component in the orchestration will do just fine. The
component will only work in this solution, so there's no point making an
adapter then.
To answer my own question, I guess that .Net components in orchestrations
does what AICs did in BTS 2002. At least in the aspect of what my needs are.
Anyway.
.Net components in orchestrations. What are they called within the Biztalk
sphere? What would I use to hook them up? Is there anything in particular I
need to implement? Docs.?
Thanks!
::m
"Matt Meleski" <MattMeleski@discussions.microsoft.com> wrote in message
news:E9621ACC-5989-4F5C-B1EF-ED9EA991DE96@microsoft.com...
> First of all, you do not necessarily have to create an
> adapter to do what you want. If your messages(s) are coming into an
> orchestration, then you can always call a .Net component or Web Service
> directly within you orchestration and pass the message(s) to the .Net
> Component or Web Service from the orchestration, then this .Net component
> would do your AIC work. If this functionality is used in a number of
> different places, then creating an adapter might prove to be beneficial,
as
> you can resue and configure the adapter in each situation. If you do want
to
> go the adapter route, I would start off using the Adapter wizard ->
>
http://www.gotdotnet.com/Community/...r />
3b02f57c1
>
> Additionally if you are doing heavy duty Sql Server interaction from an
> orchestration via the Sql Adapter, you can use OpenXML functionality in a
> stored procedure to shred complex passed XML document(s) from BizTalk into
a[vbcol=seagreen]
> series of Temp Tables in a Stored procedure and then let your stored
> procedures do the work. You can find an example of using t-sql openxml and
> BizTalk here:
>
> http://objectsharp.com/blogs/matt/a...08/31/3209.aspx
>
> Matt
>
> "Mikael Östberg" wrote:
>
for[vbcol=seagreen]
preferably[vbcol=seagreen]
using[vbcol=seagreen]
.CAD[vbcol=seagreen]
all[vbcol=seagreen]
[ Post a follow-up to this message ]
|