In one of my Biztalk application, I have promoted a filed,which can contain
"
"(a single space) or "W' or "N" character in a inbound message. If the
promoted filed contains a single space in a inbound message, Biztalk is
not
promoting the filed. so, my filter condition is getting failed in send
****t
which is subscribing for only messages contains the single space in the
above
filed.
Why Biztalk is not promoting the above filed if it is contain single
space?
Or Is there any way I can use "Not Exist" condtion in filter conditon of
send ****t.
How can the send****t subcribe input message which has space char in the
specified filed element?