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

What are convoys

2 Answers   KPIT,


Can we get messages to Orchestration without using schema?

7 Answers  


What is biztalk server? : biztalk server

0 Answers  


what is custom pipeline and the use of custom pipeline ? why and how we use custom pipeline?

2 Answers  


Explain why messages are immutable inside biztalk?

0 Answers  






What is document schema?

0 Answers  


define mapping,orchestration ,schema,adapters.pipelines,BRE,HAT,BAM ?

2 Answers  


what is the difference between promoted and distinguished property?

5 Answers   ABC,


What is custom pipeline and the use of custom pipeline?

0 Answers  


What is bam?

0 Answers  


Explain about biztalk orchestration?

0 Answers  


Explain about biztalk server messaging services?

0 Answers  


Categories