Browse by Tags

All Tags » BizTalk (RSS)

BizTalk Server future sneak peak

Well some people are still not convinced BizTalk is here to stay, today some very nice information popped up in bloglines (my favorite RSS reader) about the futur of BizTalk. Almost every new technology MS has released are mentioned, to name a few: WCF...
Posted by Patrick Wellink | with no comments
Filed under: ,

Gjeeeeez, Guidance automation and VS 2008 SP1, Thank Google for that !

When you are working with the Guidance Automation toolkit, you are creating all kind of wizards yoursef. Currently I am in the middle of doing so and after adding a specific recipe to create a Biztalk Project I got the following error :" project...

Custom BAM and making it really work

I have a solution where I use BAM to build a complete audit trail of a message flow. Custom components write a message to a predefined BAM view whenever you want it to. Normal points where you would use this functionality is in receive & send pipelines...
Posted by Patrick Wellink | with no comments
Filed under: ,

Building your own Adapter. Serious Pitfals / Adapter WOES !!

This blog post is about several experiences I had when building my own Sybase adapter. Normally i would suggest to the customer that they should buy an adapter, but in this case that was not possible since the only good working Adapter for Sybase was...
Posted by Patrick Wellink | 2 comment(s)
Filed under: ,

The transport proxy method DeleteMessage() failed for adapter XYZ (Bug in Codeplex Adapter Wizard)

Ok, I have seen this error a couple of times on the internet. They all have to do with the same issue. And in my current project i stumbled upon this problem. I found a solution and thought it would be nice to share this with the community You have created...
Posted by Patrick Wellink | 4 comment(s)
Filed under:

Cannot add (custom) pipeline component to the toolbox (You have selected an invalid pipeline component assembly. Please check security settings for the assembly if you are loading it from an UNC path)

If you created a pipeline component with the Pipeline componet wizard it will probably run just fine. But then comes that moment in time that yoy want to create a new pipeline component that looks just like an already created pipeline, so you decide to...
Posted by Patrick Wellink | 1 comment(s)
Filed under:

BizTalk HotRod number 5 is now online !

Topics covered : Application Servers: BizTalk vs. Dublin Unit Testing in BizTalk Server 2009 Monitoring a WCF Service Using BAM: A Walkthrough Operations Management for BizTalk Governing the SOA Runtime with AmberPoint BizTalk monitoring and exception...
Posted by Patrick Wellink | with no comments
Filed under: , ,

Excellent post about Synchronous To Asynchronous Flows Without An Orchestration

While writing my previous blog posting, I remembered that Paolo Salvatori had posted about another very usefull " Synchronous To Asynchronous Flows Without An Orchestration "scenario. So again I can recommend the article found >> Here...
Posted by Patrick Wellink | with no comments
Filed under:

Excellent post about BizTalk Protocol Transition

Today I found an excellent post about BizTalk Protocol transition by Paolo Salvatori . It's absolutely worth reading if you have to work with Webservices / Single Sign On. He covers 3 scenarios: Scenario 1 – Messaging Only Scenario with a SOAP...
Posted by Patrick Wellink | with no comments
Filed under: ,

Interesting post about Schema versioning in BizTalk

Today I found a very intersting post about schema vesrioning and BizTalk >> Here << Basically it says, if you have schema versioning, just increase the version number of your DLL with the schema. BizTalk will then resolve automatically to...
Posted by Patrick Wellink | with no comments
Filed under: ,

Excellent post of Charles Young about Dublin and BizTalk

I was reading the post of Charles Young about Dublin and BizTalk Server - What's the difference? I can only say, it's really worth a read, and after reading it, you will probably know you will still be doing BizTalk and XLANG for a long time....
Posted by Patrick Wellink | 3 comment(s)
Filed under: , ,

How to expose an old style WSDL (Flattened) with the schema's included from BizTalk 2006 R2 with a WCF adapter

It is really nice to have WCF around. With WCF you are ready for the future. Unfortunaltely this is only true in a Microsoft landscape. The new style WSDL with the schema's no longer included is one of those enhancements that should be really nice...
Posted by Patrick Wellink | 3 comment(s)
Filed under: ,

Interesting stuff coming with the BizTalk Adaper Pack

I really can't wait for the BizTalk Adapter pack. Finally we get a good SQL adapter capable of almost everything. I had concurrency problems in the past cause the Adapter always has a transaction level Serializable. Now with the new SQL Adapter the...
Posted by Patrick Wellink | with no comments
Filed under: , ,

HowTo define a Custom Soap Header in BizTalk. Expose it, Consume it , even map them..

1. Create the schema that defines your custom header. This schema should be a NORMAL schema. (Give it a decent rootnode name) 2. Create a PROPERTY schema with TargetNamespace : http://schemas.microsoft.com/BizTalk/2003/SOAPHeader . 3. Make sure you define...
Posted by Patrick Wellink | 1 comment(s)
Filed under: ,

New Style SSO Available on Codeplex

If you are working with BizTalk you know the dilemma, where do I store my configuration data. Could be on several locations. Have a read of this article to have some in-dept information . I created a base class SSOBaseFunctionality thad deals with storing...
Posted by Patrick Wellink | with no comments
Filed under: ,
More Posts Next page »