Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to Read a Promoted Property(within Pipeline) in Orchestration

1 view
Skip to first unread message

Danky

unread,
Dec 10, 2009, 11:43:01 AM12/10/09
to
Hi,
Inside a Custom Pipeline I promote a Property

inmsg.Context.Promote(

"ISS_MESSAGE_KEY",
"http://KCS.ISS.Biztalk.Schemas.PropertySchema.PropertySchema", "1000");

and I put this ISS_MESSAGE_KEY in the PropertySchema, besides doesnt belongs
to none schema

the issue is how can I read this property inside Orch?
the intellisense doesnt shows me.. I tried with Msg(Namespace.property).

thanks in advanced

Tomas Restrepo [MVP]

unread,
Dec 11, 2009, 5:00:01 PM12/11/09
to
Danky,

Does the project you added the orchestration to have a reference to the
assembly that contains the schema that defines this context property is
defined in?

--
Tomas Restrepo
http://winterdom.com/

"Danky" <Da...@discussions.microsoft.com> wrote in message
news:0EE5281A-66C8-4D07...@microsoft.com...

Danky

unread,
Dec 14, 2009, 6:41:01 PM12/14/09
to
Thanks Tomas... it works....
0 new messages