There are two types of dynamic ports in BizTalk 2004. They are Dynamic One-Way Port and Dynamic Solicit-Response Port. The following sample is based on Dynamic One-Way Port, using the other one will be very similar. 1. Create a new BizTalk project.2. Create a schema to the new project. 3. Promote “Destination” to be a distinguished field.4. Create an orchestration to the project. “DynamicSendPort” is a configure port with “Dynamic” port binding. 5. Add the following ......