I have an orchestration that I want to expose as a request-reply receive location (WCF). I would like to use direct message box binding for the actual orchestration (defined by filter expressions on the receive port). In the book I'm reading
(SOA best practices) it says that I need to create a correlation set that contains BTS.CorrelationToken, BTS.EpmRPCorrelationToken, BTS.IsRequestResponse, BTS.ReqRespTransmitPipelineID, and BTS.RouteDirectToTP. Then on the Send Port (actually the Send
message shape) set the Intializing Correlation Sets to this.
I'm getting an error in the messagebox that states that these variables are not promoted. Can someone tell me what I'm doing wrong?
Here is a summary:
1 orchestration with direct messagebox bound logical ports (receive port = filtering epxression, send port)
1 physical receive location (WCF binding, request-response)
Thanks in advance,
J