I have a stream that contains text, now I want to edit some text (replace some values) in that stream.
Is it possible to use the suspend shape in an orchestration that makes use of some kind of timer? For sequence purpose开发者_高级运维s I suspend the orchestration when it is not in sequence, but if th
We are currently working on an BizTalk solution that should return binary data as a XOP attachement through an webservice request. BizTalk have MTOM support through WCF adapters, but I can\'t figure o
I have an odd situation that has only come up in this one orchestration I\'m working on. I have a Receive message come in.I use an Expression shape and write it to a variable \"xmlDoc\" so I can veri
I am getting started with Biztalk 2010 for the first time. I looked at this article (http://www.codeproject.com/KB/biztalk/开发者_Python百科BRE.aspx) for making a custom action to fire against a con
I need to call a method in an external assembly from a scripting functoid in a BizTalk map, in particular a Enumerated type is 开发者_如何学运维a parameter in a C# assembly. Is this even possible? I h
What I need to do to send a request and to receive answer from the Web Service that I want to consume.
I tried to follow the tutorial to send an SMTPemail form an orchestration, I attaches the link: Sending SMTP email from within BizTalk Orchestration (eggheadcafe.com)
http://blogs.msdn.com/b/brajens/archive/2006/07/20/biztalk-custom-receive-pipeline-component-to-batch-messages.aspx
My 开发者_StackOverflow社区question is how can i get the information (Node of my schema) of my orchestraction biztalk in the web Services that i went to build.