|
Home > Archive > BizTalk Server General > August 2004 > Using promoted properties from a pipeline component at Design time
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 |
Using promoted properties from a pipeline component at Design time
|
|
| Mark Abrams 2004-08-12, 7:49 am |
| I want to write a generic custom pipeline component that writes values into
promoted properties that are defined using a generic schema (e.g.
custompipelineproperties.xsd), i.e. not the schema of the inbound message. I
imagine my component to be very similar to the MIME/SMIME Encoded pipeline
component which promotes values into properties defined by the schema
http://schemas.microsoft.com/BizTal...ime-properties.
I have successfully written the custom pipeline component and it appears to
work, but I cannot access the properties within an Expression shape in the
BizTalk Orchestration designer. The drop-down list for the context properties
of a message include all the properties that are promoted by adapters and
pipeline components (such as the MIME/SMIME Encoded pipeline component). How
can I modify this list such that at design time, the properties in my
custompipelineproperties.xsd are there as well ??
Thanks,
Mark.
| |
| XUEZHAI NI 2004-08-12, 5:52 pm |
| you can try promote the property by creating a property schema,
that will allow you access the properties from orchestration expression;
see the biztalk documention for how to create a property schema
ms-help://BTS_2004/SDK/htm/ebiz_prog_edit_venv.htm;
Ni
--------------------
| Thread-Topic: Using promoted properties from a pipeline component at
Design time
| thread-index: AcSAbmIVsQ1tzlrQS0WQAiPnM+PAPQ==
| X-WBNR-Posting-Host: 158.234.8.25
| From: "=?Utf-8?B?TWFyayBBYnJhbXM=?="
<MarkAbrams@discussions.microsoft.com>
| Subject: Using promoted properties from a pipeline component at Design
time
| Date: Thu, 12 Aug 2004 06:15:05 -0700
| Lines: 19
| Message-ID: <C10F6B42-C859-488F-B904-F8BD8C4F20BC@microsoft.com>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.public.biztalk.general
| NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGXA03.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.biztalk.general:18374
| X-Tomcat-NG: microsoft.public.biztalk.general
|
| I want to write a generic custom pipeline component that writes values
into
| promoted properties that are defined using a generic schema (e.g.
| custompipelineproperties.xsd), i.e. not the schema of the inbound
message. I
| imagine my component to be very similar to the MIME/SMIME Encoded
pipeline
| component which promotes values into properties defined by the schema
| http://schemas.microsoft.com/BizTal...ime-properties.
|
| I have successfully written the custom pipeline component and it appears
to
| work, but I cannot access the properties within an Expression shape in
the
| BizTalk Orchestration designer. The drop-down list for the context
properties
| of a message include all the properties that are promoted by adapters and
| pipeline components (such as the MIME/SMIME Encoded pipeline component).
How
| can I modify this list such that at design time, the properties in my
| custompipelineproperties.xsd are there as well ??
|
| Thanks,
|
| Mark.
|
|
| |
| Martijn 2004-08-14, 7:47 am |
| On Thu, 12 Aug 2004 06:15:05 -0700, Mark Abrams wrote:
> I want to write a generic custom pipeline component that writes values into
> promoted properties that are defined using a generic schema (e.g.
> custompipelineproperties.xsd), i.e. not the schema of the inbound message. I
> imagine my component to be very similar to the MIME/SMIME Encoded pipeline
> component which promotes values into properties defined by the schema
> http://schemas.microsoft.com/BizTal...ime-properties.
>
> I have successfully written the custom pipeline component and it appears to
> work, but I cannot access the properties within an Expression shape in the
> BizTalk Orchestration designer. The drop-down list for the context properties
> of a message include all the properties that are promoted by adapters and
> pipeline components (such as the MIME/SMIME Encoded pipeline component). How
> can I modify this list such that at design time, the properties in my
> custompipelineproperties.xsd are there as well ??
>
> Thanks,
>
> Mark.
Hi Mark,
You might want to read the attached whitepaper about this issue.
kind regards,
Martijn Hoogendoorn
|
|
|
|
|