BizTalk Server Orchestration - Dynamic ??

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server Orchestration > June 2006 > Dynamic ??





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 Dynamic ??
Benny Helander

2006-06-22, 7:19 am

Hey all

I have a XML file with a element that I use to map to a customer XML file.
With 20 customer this gives a lot of send port, as non of the maps are the
same :-(

As many of the customer are going to the same place (Filedrop or e-mail),
are there a better way to make this, then one send port for eatch customer ?


--
Regards
Helander
Matt Milner

2006-06-23, 1:17 pm

You can execute a map dynamically in your orchestration. See the topic
Assigning to Transforms Dynamically in the help. Then your outbound message
can be of type System.XML.XmlDocument. Use your customer information to
figure out which map to execute. You can also dynamically set the address
you are sending to including the adapter to use. You'll have to setup your
port as a dynamic port, which is also documented in the SDK.

One thing to consider is that the business rules engine might help you with
those decisions, but there are other alternatives if you don't want to get
into that.

Matt


"Benny Helander" <BennyHelander@discussions.microsoft.com> wrote in message
news:FDF69B65-F2CB-4EC2-93C7-718FF2A84A9F@microsoft.com...
> Hey all
>
> I have a XML file with a element that I use to map to a customer XML file.
> With 20 customer this gives a lot of send port, as non of the maps are the
> same :-(
>
> As many of the customer are going to the same place (Filedrop or e-mail),
> are there a better way to make this, then one send port for eatch customer
> ?
>
>
> --
> Regards
> Helander



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com