Hi,
I am calling a .NET assembly from within an orchestration.
How do I get a handle to the message context. Specifically, distinguished fields.
The Orchestration message is a schema
The expression shape has the following code
[code:1:39d9845b28]cobraWS = new Elite.BizTalk.CobraEAIModules.CobraWS();
cobraWS.testMethod(TimeLoadXML);[/code:1:39d9845b28]
The .NET assembly has the signature
[code:1:39d9845b28]public void testMethod(XLANGMessage msg)[/code:1:39d9845b28]
Thanks
Scott