This blog is to explain various ports and port Bindings in Orchestration. There are two types of ports in BizTalk. Logical Ports: Ports which are used in OrchestrationPhysical Ports: Ports which are used in BizTalk admin console Each logical port (Except Direct Binding) should have binding with a physical port in BizTalk admin console Since … Continue reading BizTalk Logical Ports & Port Bindings
BizTalk Dynamic Send Ports For Rest Services
Dynamic send ports are used to send the BizTalk messages dynamically from orchestration to destination systems based on some conditions. Two Way Dynamic Send Port Two-way dynamic sendports are used for request and response messages. We need to create logical dynamic sendport with port direction as dynamic. We need to construct the message with all … Continue reading BizTalk Dynamic Send Ports For Rest Services