tags:

views:

77

answers:

0

Hi

I have an "enevelope" schema and a body schema and I have setup the correct properties on the "envelope" to point to the body. I also have a property schema for promoting a value in the body message so that i can route on it.

I set up a File drop receive location and two send ports. Each send port subscribing on a different value of the promoted property. The receive location uses XmlReceive and the send ports both use XmlTransmit.

When i drop one envelope message at the Rcv location, Bts picks it up, splits it, promotes the property and my send ports pick up the relevant messages and do their thing.

File drop was fine for testing, but the real scenario is slightly different. I want clients to submit "envelope" schemas containing multiple document elements via Wcf

So i published the envelope schema as a Wcf endpoint using the publishing wizard. Let it create the new Receive location. Wired up a Wcf client to talk to this endpoint and submitted a message.

Without changing anything on the Send ports in BizTalk I expected the same result; However I now get a routing failure.

If i remove the extra filter in the Send port that filters on the promoted property it works, no routing failure.

So ... it would appear that the promoting of my property is not happening on the Wcf receive location. I have checked; the Wcf receive location is using XmlReceive.

What gives? How do i fix this?