Send Port as an Itinerary Service Subscriber

In order for a send port to subscribe, it has to filter messages dynamically, based on several Itinerary schema properties (as described in documentation). Properties and values are:

  • IsRequestResponse = False
  • ServiceName = Some_Service_Name
  • ServiceState = Pending
  • ServiceType = Messaging

Filtering is done on promoted property from Microsoft.Practices.ESB application. In order to use those promoted properties, first Microsoft.Practices.ESB application should be referenced. Basic knowledge for an experienced BizTalk developer, but wheel spinning time for someone new.

No Comments