biztalk

Determining the set of message destinations at runtime in BizTalk application

I’m a complete newbie at BizTalk and I need to create a BizTalk 2006 application which broadcasts messages in a specific way. I’m not asking for a complete solution, but for advise and guidelines, which capabilities of BizTalk I should use. There’s a message source, for simplicity, say, a directory where the user adds files to publish t...

Missing EdiMessageContent Table

I've got a new BizTalk group I've just created (with BizTalk Server 2006 R2 SP1). When I go to run the DTA purge job it complains with "Invalid object name 'EdiMessageContent'". This table does not exist in the DTA database. So I compared my setup with another group I have where the purge job does work. Sure enough that one has the t...

delays in receiving and processing BTS message

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 custom pipeline and BizTalk 2009, so anyone can help me please. i found out that what happened is that BizTalk host increase memory usag...

Does BizTalk Server support AES encryption for SMIME messages?

In the following MSDN page it states the encryption algorithms that are supported by BizTalk 2010 http://msdn.microsoft.com/en-us/library/aa559843(v=BTS.70).aspx "BizTalk Server supports RSA and Diffie Hellman encryption certificates. BizTalk Server supports Data Encryption Standard (DES), 3DES, and RC2 encryption algorithms." My que...

Biztalk - possible to create rule/policy programmatically?

It seems that Biztalk only supports making rules via the Business Rules Composer, a design-time tool. Everywhere I see "programmatic" referring to Biztalk's Business Rules Engine (BRE), I only see that you can execute the rules in .NET, but not actually create them. I have found the Microsoft.RuleEngine namespace, but the documentation...

Can BizTalk send to my C# web application an Acknowledgment message?

Good morning guys We are maintaining a C# Web application. This application sends a XML message to BizTalk, but somehow the development team haven't produced yet a feedback message to tell our application something like: <Response> <Request>1</Request> <Message>BizTalk has successfully processed your request.</Message> <D...

Preventing BizTalk from emitting a "To" Soap header in an outgoing request to a WCF BasicHttp service

Using BizTalk 2010 to consume a WCF webservice with BasicHttp binding. My service is rejecting the requests coming from BizTalk. I can see using tracing and soapUI that the reason is the "To" header emitted by BizTalk in the outgoing message: <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"&gt; <s:Header> <To s:mustUnders...

BizTalk Orchestration: Respond with Untyped SOAP Fault

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 with appropriate schemas. After receiving a request on this port, there are a few cases where a fault message should be returned to the...

What's the best way to configure ports to route multiple EDI parties through a single AS2 party in BizTalk?

In our use of BizTalk 2009 we do a lot of EDI transmissions. We often have third party groups, VANs, that supply AS2/EDI services to our partners. Because of this I have cases where two partners use the same AS2 settings, but have different EDI settings for each partner. Currently in these cases I have three parties. One for each partne...

Can anyone tell me of there is a web based Biztalk business rule engine composer???

Hi , Was wondering if anyone can anyone tell me of there is a web based Biztalk business rule engine composer??? thanks Niall ...

WebForm validation in Biztalk

I point out that I'm completely a newbie about Biztalk. I have a C# application (.NET 1.1) with a simple webform. When the user submits this form, I should perform the following: the webform invokes Biztalk2002 with the value/s of one or more texfield/s Biztalk checks if the value of the field passed is correct Biztalk returns a messa...

Sorting subentities in a complex XML in BizTalk

I get some data from a WebService, which looks like this Building Address -> Office Name CreationDate -> Worker Name HiringDate Before doing further processing and transforms on this message, I need to sort the sub-nodes ("Office" and "Worker") so that all Offices are s...