Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SendPort node of a binding file contains specific information about a send port that is exported with the binding file.
Nodes in the SendPort node
The following table lists the properties that can be set for this node of a binding file:
| Name | Node Type | Data Type | Description | Restrictions | Comments |
|---|---|---|---|---|---|
| Name | Attribute | xs:string | Specifies the name of the send port. | Not required | Default value: empty |
| IsStatic | Attribute | xs:boolean | Specifies whether the send port is static or dynamic. | Required | Default value: none |
| IsTwoWay | Attribute | xs:boolean | Specifies whether the send port is one way or is solicit-response (two way). | Required | Default value: none Possible values are in the MSBTS_SendPort.IsTwoWay Property (WMI). |
| BindingOption | Attribute | xs:int | Specifies the type of binding for the orchestration port. | Required | Default value: none Possible values are in the Microsoft.BizTalk.ExplorerOM.BindingType enumeration. |
| Description | Element | xs:string | Specifies a description for the send port. | Required | Default value: empty |
| TransmitPipeline (SendPort Node) | Record | PipelineRef (ComplexType) | Specifies the send pipeline associated with the send port. | Not required | Default value: none |
| SendPipelineData | Element | xs:string | Specifies the custom configuration specific to this instance of the usage of the pipeline. | Not required | Default value: empty. |
| PrimaryTransport | Record | TransportInfo (ComplexType) | Specifies information about the primary transport that the send port is configured to use. | Not required | Default value: none |
| SecondaryTransport | Record | TransportInfo (ComplexType) | Specifies information about the secondary transport that the send port is configured to use. | Not required | Default value: none |
| EncryptionCert | Record | CertificateInfo (ComplexType) | Specifies information about the encryption certificate used with the send port. | Not required | Default value: none |
| ReceivePipeline | Record | PipelineRef (ComplexType) | Specifies information about any receive pipelines used with the send port. | Not required | Default value: none |
| ReceivePipelineData | Element | xs:string | Specifies the custom configuration specific to this instance of the usage of the pipeline. | Required | Default value: empty |
| Tracking | Element | xs:int | Specifies the level of document tracking for the send port | Required | Default value: none Possible values are in the Microsoft.BizTalk.ExplorerOM.TrackingTypes enumeration. |
| Filter | Element | xs:string | Specifies the name of the optional filter expression used on this send port. | Required | Default value: empty Possible values are in the MSBTS_SendPort.Filter Property (WMI) |
| Transforms (SendPort Node) | Record | ArrayOfTransform (ComplexType) | Specifies the collection of outbound transforms of a one way send port. | Not required | Default value: none |
| InboundTransforms | Record | ArrayOfTransform (ComplexType) | Specifies the collection of inbound transforms of a two-way send port. | Not required | Default value: none |
| OrderedDelivery | Element | xs:boolean | Specifies whether or not the send port orders the delivery of messages. | Required | Default value: none Possible values are in the MSBTS_SendPort.OrderedDelivery Property (WMI) |
| Priority | Element | xs:int | Specifies the priority of the send port. | Required | Default value: 5 Possible values are in the MSBTS_SendPort.Priority Property (WMI) |
| StopSendingOnFailure | Element | xs:boolean | Specifies whether or not the send port stops sending messages on a failure. | Required | Default value: none Possible values are in the MSBTS_SendPort.StopSendingOnFailure Property (WMI) |
| RouteFailedMessage | Element | xs:boolean | Specifies whether or not failed messages are routed to failed message subscribers. | Required | Default value: none Possible values are in the MSBTS_SendPort.RouteFailedMessage Property (WMI) |
| ApplicationName | Element | xs:string | Specifies the name of the application associated with the send port. | Required | Default value: empty Possible values are in the ISSOMapping.ApplicationName Property in the UI guidance and developers API namespace reference. |
See also
More details on the these properties in the UI guidance and developers API namespace reference.