Давно хотел этим заняться. Вот небольшая зарисовка. По-прежнему, как добраться до not promoted context properties from orchestration мне не ясно.
[13.6.2005] Из документации на WSE 2.0 Adapter for BizTalk: (доступ из pipeline)
object soapAction = inmsg.Context.Read(“SoapAction”, “http://schemas.microsoft.com/BizTalk/2003/wse-properties”);
inmsg.Context.Write(“SoapAction”, “http://schemas.microsoft.com/BizTalk/2003/wse-properties”, soapAction);
inmsg.Context.Promote(“SoapAction”, “http://schemas.microsoft.com/BizTalk/2003/wse-properties”, soapAction);