Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Orchestration exposed as a WCF service problem › Re: Orchestration exposed as a WCF service problem
Hey Daniel,
Thanks for the reply. Yes, passing the message as a string in the service proxy method call does work. The problem with this is that the message gets suspended when the adapter tries to publish to the message box. The error is saying no subscribers to this message can be found. I am using a passthrough pipeline componenet and within the messages tab of the wcf adapter configuration I’m using the path option with a xpath expression (Node encoding is set to string). When the message get’s suspended, I can see that the body of the message is a properly formatted xml doc. Since the orchestration that I exposed is taking untyped messages, shouldln’t the orchestration subscribe to the message and process it?