Background: I have exposed a Biztalk application as a rest endpoint.Promoted a property in the request schema.I have used this property in the Web Http Adapter-Variable Mapping.I want to use this in the Send Port Filter as well. Sample REST url- xxx.svc/getdetails/{bid}
Error:The published message could not be routed because no subscribers were found.
Issue:
The message context contains the value of the Promoted property but the Type is Not promoted. Please help to resolve this issue.I have also tried setting the Property schema base type:MessageDataPropertyBase/PartContextPropertyBase.
UPDATE I have used a Pass Through receive pipeline.Could that be an issue??
Double clicked on the Suspended Service Instance
Message Screenshot :
UPDATE I have used a Pass Through receive pipeline.Could that be an issue??
Yes. This is the issue.
Read this: https://learn.microsoft.com/en-us/biztalk/core/default-pipelines
Because it does not contain a disassembler, the pass-through receive pipeline cannot be used to route messages to orchestrations.