12-21-04 10:51 PM
This is what the custom object (probably want to place it at the
pre-assemble stage) Execute method would look like.
public IBaseMessage Execute(IPipelineContext pContext, IBaseMessage pInMsg)
{
pInMsg.Context.Write("SOAPAction",
"http://schemas.microsoft.com/BizTalk/2003/system-properties","http://mysoap
action");
return pInMsg;
}
If you need a full sample ping me directly via email
Jon Flanders
http://staff.develop.com/jfland/
"Silly_King" <SillyKing@discussions.microsoft.com> wrote in message
news:4A4A51A3-5B0D-47BD-AEA1-83EE189458E9@microsoft.com...
> Do you have any examples on how a custom send pipeline can add a custom
HTTP[vbcol=seagreen]
> header to an outgoing message?
>
> thank you!
>
>
> "Jon Flanders" wrote:
>
soap[vbcol=seagreen]
in[vbcol=seagreen]
SOAP[vbcol=seagreen]
to[vbcol=seagreen]
party.[vbcol=seagreen]
web[vbcol=seagreen]
age[vbcol=seagreen]
reference[vbcol=seagreen]
an[vbcol=seagreen]
the[vbcol=seagreen]
[ Post a follow-up to this message ]
|