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 bre?

0 Answers  


What is bam?

0 Answers  


How to create dynamic ports?

4 Answers   ESH,


What is document schema?

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 messagetype in biztalk server? : biztalk server

0 Answers  


What is correlation in context of biztalk server? : biztalk server

0 Answers  


What is property schema?

0 Answers  


What are convoys

2 Answers   KPIT,


Is there any possibility in the biztalk FIFO(first-in-first-out) without use the orchestration? how to implement explain?

0 Answers   HCL, IBM,


How to version your schema?

4 Answers  


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

0 Answers   IBM,


Categories