| Author |
Outbound MessageID in Orchestration?
|
|
| Jeff Lynch 2004-09-22, 9:52 pm |
| I'm doing some work with the cXML schemas and I'd like to assign the
outbound MessageID context property to the payloadID (required) field in my
XML message so that the payloadID inside the message and the %MessageID%.xml
filename are the same.
Is it possible to access this context property and assign it using an
expression shape or does this property get created in the outbound port?
--
Jeff Lynch
"A BizTalk Enthusiast"
http://dotnetjunkies.com/WebLog/jlynch/
| |
| larry franks 2004-09-24, 5:49 pm |
| Sorry for the late reply on this Jeff. Everett is out of the office and I
just caught this today that this hadn't been responded to.
Did some checking around and it doesn't look like we can grab the outbound
messageid in an orchestration. It appears to be created as it goes out the
send port.
I would recommend creating a custom encoding component that grabs the
messageid as the document passes through the pipeline and use this to
insert the value into the data.
Larry Franks
This posting is provided "AS IS" with no warranties,and confers no rights.
Subscribe at
http://support.microsoft.com/defaul...msdn/nospam.asp
&SD=msdn
--------------------
| From: "Jeff Lynch" <jeff.lynch@houston-lynch.com>
| Subject: Outbound MessageID in Orchestration?
| Date: Sun, 19 Sep 2004 20:20:15 -0500
| Lines: 15
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
| X-RFC2646: Format=Flowed; Original
| Message-ID: <eSi17$qnEHA.2900@TK2MSFTNGP09.phx.gbl>
| Newsgroups: microsoft.public.biztalk.general
| NNTP-Posting-Host: cs24160104-76.houston.rr.com 24.160.104.76
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.biztalk.general:19666
| X-Tomcat-NG: microsoft.public.biztalk.general
|
| I'm doing some work with the cXML schemas and I'd like to assign the
| outbound MessageID context property to the payloadID (required) field in
my
| XML message so that the payloadID inside the message and the
%MessageID%.xml
| filename are the same.
|
| Is it possible to access this context property and assign it using an
| expression shape or does this property get created in the outbound port?
|
| --
| Jeff Lynch
| "A BizTalk Enthusiast"
| http://dotnetjunkies.com/WebLog/jlynch/
|
|
|
|
| |
| Jeff Lynch 2004-09-24, 8:48 pm |
| Thanks Larry.
I thought this might be the case. I'll code this up this weekend and post my
results in my blog.
--
Jeff Lynch
"A BizTalk Enthusiast"
http://dotnetjunkies.com/WebLog/jlynch/
""larry franks"" <larryfr@online.microsoft.com> wrote in message
news:dRpvDfnoEHA.3468@cpmsftngxa06.phx.gbl...
> Sorry for the late reply on this Jeff. Everett is out of the office and I
> just caught this today that this hadn't been responded to.
>
> Did some checking around and it doesn't look like we can grab the outbound
> messageid in an orchestration. It appears to be created as it goes out
> the
> send port.
> I would recommend creating a custom encoding component that grabs the
> messageid as the document passes through the pipeline and use this to
> insert the value into the data.
>
> Larry Franks
>
> This posting is provided "AS IS" with no warranties,and confers no rights.
> Subscribe at
> http://support.microsoft.com/defaul...msdn/nospam.asp
> &SD=msdn
> --------------------
> | From: "Jeff Lynch" <jeff.lynch@houston-lynch.com>
> | Subject: Outbound MessageID in Orchestration?
> | Date: Sun, 19 Sep 2004 20:20:15 -0500
> | Lines: 15
> | X-Priority: 3
> | X-MSMail-Priority: Normal
> | X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
> | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
> | X-RFC2646: Format=Flowed; Original
> | Message-ID: <eSi17$qnEHA.2900@TK2MSFTNGP09.phx.gbl>
> | Newsgroups: microsoft.public.biztalk.general
> | NNTP-Posting-Host: cs24160104-76.houston.rr.com 24.160.104.76
> | Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.phx.gbl
> | Xref: cpmsftngxa06.phx.gbl microsoft.public.biztalk.general:19666
> | X-Tomcat-NG: microsoft.public.biztalk.general
> |
> | I'm doing some work with the cXML schemas and I'd like to assign the
> | outbound MessageID context property to the payloadID (required) field in
> my
> | XML message so that the payloadID inside the message and the
> %MessageID%.xml
> | filename are the same.
> |
> | Is it possible to access this context property and assign it using an
> | expression shape or does this property get created in the outbound port?
> |
> | --
> | Jeff Lynch
> | "A BizTalk Enthusiast"
> | http://dotnetjunkies.com/WebLog/jlynch/
> |
> |
> |
> |
>
|
|
|
|