Message Passing to an Assembly. How to do it.
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > BizTalk Server > BizTalk Server > Message Passing to an Assembly. How to do it.




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Message Passing to an Assembly. How to do it.  
Eduardo Sobrino


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
10-16-04 02:11 AM

I have not been able to find any information on how I pass a message from an
orchestration into a "Method Call" the samples in Bt SDK don't provide such
sample.  The idea is to get some info from the message and react upon it on
an external method on an assembly.  Can anyone point me to one (or more), or
can provide one?

Help is appreciated.









[ Post a follow-up to this message ]



    RE: Message Passing to an Assembly. How to do it.  
Gilles [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
10-16-04 02:11 AM

Hello,

>I have not been able to find any information on how I pass a message from a
n
>orchestration into a "Method Call" the samples in Bt SDK don't provide such
>sample.  The idea is to get some info from the message and react upon it on
>an external method on an assembly.  Can anyone point me to one (or more), o
r
>can provide one?

Perhaps this page is what you need: http://msdn.microsoft.com/library/d...g_orch_btam.asp
You should pass messages as XLANGMessage:

MyMethod(XLANGMessage myMsg)
{
XLANGPart myPart = myMsg["Part1"];
XmlDocument xmlDoc = (XmlDocument) myPart.RetrieveAs(typeof(XmlDocument));
}

Thanks,
-Gilles.






[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 12:25 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register