I have a BizTalk 2009 orchestration with a request-response port type that is published as a WCF Basic-HTTP web service.The port has one operation, and that operation has request and response messages
I have a strange problem , I receive messages using http receive dll on IIS virtual directory and it does not start processing on orchestration until 2 or more minutes after it is received i\'m using
Is there a way to use BTSTask to add a non dll assembly to a BizTalk application? If I use the \"AddReference\" 开发者_高级运维command it seems like it only allows you to add BizTalk assemblies?Yes yo
It seems that when TFS does a build, when it creates the build directory and pulls the files down from source, it is marking all the source files as read only. This is causing a problem with a BizTalk
I developed a BizTalk application that receives as input a file that contains a bunch of messages. I use the BizTalk XML disassembler component to \'debatch\' the file in sepereate messages. Each of t
I\'m fairly new to BizTalk and creating a custom pipeline component.I have seen code in examples that are similar to the following:
Is there a way to calculate the number of files received by a receive location using BAM?开发者_如何学JAVANot really directly, unless you specifically created a metric for that on your observation mod
I am trying to setup up a continuous integration type environment for BizTalk. When source code is checked in, I need it to build then deploy to a build server. I have found BTSTask.exe but this seems
I am using BTSTask and BTSControl to do some deployment operation on a BizTalk 2006.we moved to BizTalk 2009 and these tools seem to n开发者_JAVA技巧ot work with BT2009. are there any specific version
I am using a BizTalk orchestration to kick off an SSIS package. This package is essentially doing transformation on behalf of BizTalk on a very large volume of data. I have run into a problem as to th