12-07-05 12:55 PM
>
> I am trying to create a dynamic port on an orchestration to allow
> passing in a filepath and sending to different loactions. The problem
> is there doesn't seem to be a seperate dynamic port shape in the
> toolbox, and the only availavle port shape doesn't seem to have any
> properties that allow me to configure it to be dynamic.
>
> If I use the standard port I get the following error on compilation
>
> pCostOutCSV: property 'Microsoft.XLANGs.BaseTypes.Address' is read-only
> for non-dynamic ports
>
> and this is linked to the expression shape where I am setting the out
> location
> pCostOutCSV(Microsoft.XLANGs.BaseTypes.Address) =
> msgCostReportIn.LocationCSV;
>
>
> please forgive me if this is obvious - I am a biztalk newbie
The easiest way to create a dynamic port is by using the wizard: Just right
click on the port surface in the designer and select "Create new Configured
Port". Now, just on the third screen of the wizard (I believe), there should
be an option for making the port an early bound, late bound, direct bound,
or _dynamic_, if you selected it as a send only port.
--
Tomas Restrepo
tomasr@mvps.org
http://www.winterdom.com/
[ Post a follow-up to this message ]
|