then assigned the value of the custom property in the message assignment shape like
Message_1 (mycustomproperty.customertotalamout) = 100;
i did this because i wanted to route my messages on the basis of the "customertotalamout" ..
everything is fine till this point.
then i added a
correlation set
Correlation_1
then when i tried to set the property at send port to follow the correlation set,
the compiler gave me following error
"
i had no idea what it was happening..
then i saw some post on net.. and figured out that i was doing this in a scope and there was already a global correlation set defined.
then
i defined the co
and then it worked........
Hope this will help someone..
1 comment:
this is good
Post a Comment