How to create dynamic ports?

Answers were Sorted based on User's Feedback



How to create dynamic ports?..

Answer / imran shirolkar

The dynamic port property is available only while creating
a send port. The simplest way to create a dynamic send port
by is by selecting the "New configured port" option in the
orchestration designer port window.
Select the send port binding property as "Dynamic in
the configuration wizard. You can also specify the pipeline
to be used in the port. The Dynamic send port will be
created as well as a physical port will be automatically
created once you deploy the application. Bind the
orchestration logical port and physical send port

Create an expresion shape and set the address where the
files are to be submitted example :
Microsoft.XLANGs.BaseTypes.Address="FILE://C:\\OUTPUT_FILES\
INVOICE.txt";

You can also promote a schema element and assign its value
in a variable and pass it as address information so that
the file location can be selected at run time depending on
the values in the element.

Is This Answer Correct ?    11 Yes 0 No

How to create dynamic ports?..

Answer / krishna rathi

BIZTALK SERVER dynamic ports .
Create a port and give the port information by using
expression.It works when the orchestrtion runs being
dynamic in nature.
Drag a expression shape from the tool bar write code for
configuration.

Is This Answer Correct ?    5 Yes 0 No

How to create dynamic ports?..

Answer / shri

create one port, port type as dynamic.
Drag one expression shape in orchastration.
in that type, Portname(Microsoft.XLANGS.BaseTypes.Addresses)
= Address url.

Is This Answer Correct ?    5 Yes 2 No

How to create dynamic ports?..

Answer / dinesh

Create a port and give the port information by using
expression.It works when the orchestrtion runs being
dynamic in nature.
Drag a expression shape from the tool bar write code for
configuration.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More BizTalk Interview Questions

Did you deploy BizTalk more than one machine?

0 Answers  


Explain the flow of messages in biztalk server engine?

0 Answers  


in which case you have to use updategram and stored procedure?

6 Answers  


I have a receive port and send port whose message types are different.When I receive a message in my receive port,my process starts.I will construct my out message and give this to my send port.I am configuring a send port group to the logical send port.TO the send port group I have added many send ports with filters.The message in the send ports are not getting filtered based on my filters. Help will be highly appreciated. Thanks in advance

2 Answers  


You have two schemas that need to be represented with the same root node and same namespace or different namespace, is it possible?

5 Answers  






who is best faculty for BizTalk in Bangalore

3 Answers  


What is the difference between a "message assignment" shape and an "expression" shape? : biztalk server

0 Answers  


In orchestration dynamic send port generally we have to give destination path details i.e provided by client, but my question is how to get that particular address from where and where is it stored?

1 Answers   Cognizant,


What is bam?

0 Answers  


Define bre?

0 Answers  


If we are using single send port in two different host instances then either two copies of message will send or single copy will send to subscribers?

2 Answers   Sonata,


Define orchestration

0 Answers  


Categories