|
Home > Archive > BizTalk Server General > June 2006 > Subscription Error
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Subscription Error
|
|
|
| Hi,
I have a project that is exposed as web service. I added at the recieve port
a filter expression, to get messages with a specific context property.
When I invoke it, subscription error is occured (no subscribers). I wrote a
recv pipline that promote the context properties (don't use the pass
through). When I removed the filter, and printed out to the event log the
context property, the same value I added to the filter was there.
Any ideas what can be the problem?
TIA,
Shiri
| |
| Mike Watson 2006-06-15, 7:20 am |
| you need to make sure that you have a message type as a context property. if
not then then subscription will fail. have a look in BAM (biztalk 2004) or
biztalk adminsitrator (biztalk 2006).
cheers,
- mike
"Shiri" wrote:
> Hi,
> I have a project that is exposed as web service. I added at the recieve port
> a filter expression, to get messages with a specific context property.
> When I invoke it, subscription error is occured (no subscribers). I wrote a
> recv pipline that promote the context properties (don't use the pass
> through). When I removed the filter, and printed out to the event log the
> context property, the same value I added to the filter was there.
> Any ideas what can be the problem?
> TIA,
> Shiri
>
>
>
|
|
|
|
|