MIME Message, SOAP Adapter, Web Service with multiple input arguments - BizTalk Messaging-Only (CBR) solution.

Posted at: 12/21/2006 at 7:25 PM by saravana
In my previous post we have seen how you can call a web service which expects a single argument using SOAP adapter with a .NET proxy client in a BizTalk messaging only scenario (aka Content based routing) without using any orchestration. In Step 4 of my previous post I explained how the IBaseMessage from Biztalk is translated into corresponding Web Service arguments in the proxy class. Basically, when we submit the sample message (CustomerInfo) via a Receive Location, BizTalk c... [More]
Tags: | |  Categories: BizTalk General
Actions: Email this article Email | Kick it! | DZone it! | Save to del.icio.us | Technorati Links
Post Information: Permanent LinkPermalink | CommentsComments(27) | Comments RSS

BizTalk 2006 SOAP Adapter (Web Service call) in Messaging Only Scenario.

Posted at: 12/20/2006 at 7:30 PM by saravana
Web Services support in BizTalk is not a new topic, it's already mentioned heavily in few of the famous blogs like Darren Jefford , Aaron Skonnard, Biztalk Server Team Blog etc In this entry I'll explain how you can use the out of the box SOAP adapter to call a web service in a messaging only scenario (aka Content based routing),  BizTalk 2004 SOAP adapter didn't have this functionality, we need to use orchestrations along with SOAP adapters to call a Web Servic... [More]
Tags: | |  Categories: BizTalk General
Actions: Email this article Email | Kick it! | DZone it! | Save to del.icio.us | Technorati Links
Post Information: Permanent LinkPermalink | CommentsComments(8) | Comments RSS

BizTalk 2006 SOAP Adapter (Web Service call) in Messaging Only Scenario.

Posted at: 12/20/2006 at 7:30 PM by saravana
Web Services support in BizTalk is not a new topic, it's already mentioned heavily in few of the famous blogs like Darren Jefford , Aaron Skonnard, Biztalk Server Team Blog etc In this entry I'll explain how you can use the out of the box SOAP adapter to call a web service in a messaging only scenario (aka Content based routing),  BizTalk 2004 SOAP adapter didn't have this functionality, we need to use orchestrations along with SOAP adapters to call a Web Servic... [More]
Tags: | |  Categories: BizTalk General
Actions: Email this article Email | Kick it! | DZone it! | Save to del.icio.us | Technorati Links
Post Information: Permanent LinkPermalink | CommentsComments(13) | Comments RSS

"Schema Detector" tool for Biztalk Development

Posted at: 12/19/2006 at 8:09 PM by saravana
How often have you seen error messages like this There was a failure executing the receive pipeline: "Microsoft.BizTalk.DefaultPipelines.XMLReceive, Microsoft.BizTalk.DefaultPipelines, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Source: "XML disassembler" Receive Port: "ReceivePort3" URI: "C:\BTSSamples\SOAPMessagingOnly\FileDrops\MSG_IN\ *.xml" Reason: Cannot locate document specification because multiple schemas matched the ... [More]
Tags:  Categories: BizTalk General
Actions: Email this article Email | Kick it! | DZone it! | Save to del.icio.us | Technorati Links
Post Information: Permanent LinkPermalink | CommentsComments(9) | Comments RSS

GAC your assemblies with one click!!

Posted at: 12/19/2006 at 8:04 PM by saravana
  We BizTalk developers often get frustrated with this assembly GACking stuff. Here is a cool registry setting which will make our life little bit easier. Copy and paste the code into a notepad file and save it with extension .reg. Double click on the file and its all done. ------------------------------------------------------- Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\dllfile\shell\GAC-It\command] @="c:\\windows\\Microsoft.NET\\Framework\... [More]
Tags: |  Categories: .NET
Actions: Email this article Email | Kick it! | DZone it! | Save to del.icio.us | Technorati Links
Post Information: Permanent LinkPermalink | CommentsComments(15) | Comments RSS

Message Debatching inside Biztalk Orchestration, with TargetNamespace.

Posted at: 12/18/2006 at 6:08 PM by saravana
Recently I end up in a scenario where I need to debatch a message inside the orchestration to produce multiple messages based on XPATH. There are already quite few articles about it, one good one is from Stephen Thomas hands on lab. Only problem with this lab is, the examples are based on schemas without any TargetNamespace. In a real world situation its hard to imagine a schema without a TargetNamespace, so I spend some time to enhance the sample with TargetNamespace. I'll highl... [More]
Tags: |  Categories: BizTalk General
Actions: Email this article Email | Kick it! | DZone it! | Save to del.icio.us | Technorati Links
Post Information: Permanent LinkPermalink | CommentsComments(26) | Comments RSS