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

Define pipelines

0 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  


How many ways to restart the host instance in biztalk?

2 Answers   Accenture,


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

6 Answers  


Difference between field and promoted property?

0 Answers  






who is best faculty for BizTalk in hyderbad

3 Answers  


i have one applition in biztalk, how to run anohther server

0 Answers   IBM,


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

0 Answers   CTS,


Why and how we use custom pipeline?

0 Answers  


What is Message routing?

0 Answers  


what is the difference between promoted and distinguished property?

5 Answers   ABC,


When we are promote the fields as quick promote then they are stored in property schema,when we promote as distinguished fields then where the fields stored?

3 Answers   Mind Tree,


Categories