Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home >Search > Downloads > BizTalk Server


Search:
What's New - What's Hot
Mocking the Unmockable: Using Microsoft Moles with Gallio  Version: 0.00     Price: $0.00  
Total Hits: 8  |  Today: 0Author: Thomas Weller      Rating:  
Read Reviews | Write Review |  Your Rating: 

In contrary to what I initially stated in this post, Moles is not only available as part of the Pex framework, but also stand-alone on Visual Studio Gallery, and this is completely free (no MSDN subscription required). - Thanks to Peli for the correction......

Use NHibernate with BizTalk  Version: 0.00     Price: $0.00  
Total Hits: 10  |  Today: 0Author: Ahmed Kahwaji      Rating:  
Read Reviews | Write Review |  Your Rating: 

Quick note:

To use Nihibernate with BizTalk , please store the following files under the BizTalk folder (and GAC):...

HTTPs using BizTalk 2009 HTTP adapter on Windows 2008 R2  Version: 0.00     Price: $0.00  
Total Hits: 9  |  Today: 0Author: Ahmed Kahwaji      Rating:  
Read Reviews | Write Review |  Your Rating: 

How to configure BizTalk 2009 HTTP sending adapter to use HTTPs under Windows 2008 R2, Please follow below steps

1. Certificates:

a. Install the server certificate under the below certificate stores

i. BizTalk host user (Current User)

1. Personal...

Connect To Mainframe Apps With BizTalk Adapters and .NET  Version: 0.00     Price: $0.00  
Total Hits: 6  |  Today: 0Author: Bashar "Bash" Badawi      Rating:  
Read Reviews | Write Review |  Your Rating: 

Imagine you were a bank CEO back in the 1970s. Your customer base was growing rapidly, and keeping paper records was proving to be an expensive and a risky business. Where could you go to automate record-keeping? What were your options for more efficient storage?...

How to configure BizTalk Server 2006 R2 to start working with it  Version: 0.00     Price: $0.00  
Total Hits: 15  |  Today: 0Author: SheoNarayan      Rating:  
Read Reviews | Write Review |  Your Rating: 

I had a chance to work on BizTalk and I found it very difficult to start with as there are several security considerations that needs a lot of attention. In this article, I am going to explain how to configure BizTalk server and its related components to work with BizTalk Server 2006 R2....

BizTalk: Incorporating conditional If / Else Functoid Logic in a map.  Version: 0.00     Price: $0.00  
Total Hits: 25  |  Today: 0Author: BiZTech Know      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article will explain how to create conditional If / Else logic in a BizTalk map using out of the box functoids. This example will take in a Xml file containing Films and their receipts and create a destination file whose structure id dependent on the incoming data....

BizTalk: Writing and using a custom referenced functoid.  Version: 0.00     Price: $0.00  
Total Hits: 20  |  Today: 0Author: BiZTech Know      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article will show how to develop a custom referenced functoid and how to include and use it in a map. A referenced functoid is one that is coded using a .Net language to create a class file that is referenced by the functoid at run time. As such it has access to the full .Net framework. This example will use a simple method within the functoid that will take in a string of words as an input and return the words and the letters within the words, reversed....

How to Use BizTalk 2006 with Windows SharePoint Services 3.0  Version: 0.00     Price: $0.00  
Total Hits: 20  |  Today: 0Author: Arnulfo Wing      Rating:  
Read Reviews | Write Review |  Your Rating: 

Microsoft provides adapters that allow you communicate to almost any data repository available. Windows SharePoint Services is a free add-on to Windows Server. This new version has a lot more extensibility than the previous version. Microsoft has put a lot of effort into providing more functionality back into the hand of the developers. For instance, Windows SharePoint Services (WSS) 3.0 has 30+ namespaces that you can reference on your code, versus WSS 2.0 which only had less than 15 namespace...

Deployment Process in BizTalk Server 2004/2006  Version: 0.00     Price: $0.00  
Total Hits: 21  |  Today: 0Author: Naveen Karamchetti      Rating:  
Read Reviews | Write Review |  Your Rating: 

For several medium to large sized BizTalk Projects, it is very essential to have a BizTalk deployment process in place. This will help to track and monitor the BizTalk deployments on a regular basis. It can also help revert back deployments to its previous state in case of any issues or problems. This article shall explain the BizTalk Deployment process in an Organization in great detail....

Updating Tables Using a Single Updategram Message in BizTalk Server 2004 and 2006  Version: 0.00     Price: $0.00  
Total Hits: 25  |  Today: 0Author: Naveen Karamchetti      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article shows how to manually create an Updategram that will update multiple master and detail tables....

Business Activity Monitoring (BAM) with BizTalk Server 2006 from Start to Finish  Version: 0.00     Price: $0.00  
Total Hits: 16  |  Today: 0Author: Naveen Karamchetti      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article describes the most vital feature of BizTalk Server 2006 known as BizTalk Activity Monitoring (BAM). 2006 has several improvements in the BAM area....

Workflow and You: No, an SEP Field Won’t Make It Go Away  Version: 0.00     Price: $0.00  
Total Hits: 11  |  Today: 0Author: J. Ambrose Little      Rating:  
Read Reviews | Write Review |  Your Rating: 

Workflow and WinWF are here to stay. Take a gander at what Ambrose has to say about it, and if nothing else, look at his fine collection of links in the related resources....

Automate Your Business Processes with Human Workflow Services and Visual Studio  Version: 0.00     Price: $0.00  
Total Hits: 16  |  Today: 0Author: Chris Whytock      Rating:  
Read Reviews | Write Review |  Your Rating: 

In February of this year, Microsoft released the latest version of its BizTalk® server software, BizTalk Server 2004. BizTalk is the Enterprise Application Integration (EAI) tool that enables businesses to connect their diverse applications and graphically define processes that use the services provided by those applications. This enables a business to automate processes that involve multiple software applications and gain all the benefits that process automation provides, such as consistent pro...

Preserve trailing spaces in a flat file schema  Version: 0.00     Price: $0.00  
Total Hits: 95  |  Today: 0Author: Abdul_Rafay      Rating:  
Read Reviews | Write Review |  Your Rating: 

If the trailing spaces of your flat file message is being truncated by BizTalk, then the workaround to this is to add the pad_char_type="none" attribute to the schemainfo and fieldinfo tags. I used the flat file schema wizard to generate the schema....

BizTalk does not recognize change in Web Services  Version: 0.00     Price: $0.00  
Total Hits: 86  |  Today: 0Author: Abdul_Rafay      Rating:  
Read Reviews | Write Review |  Your Rating: 

I was redeploying my BizTalk project after making a little change in my orchestration. I tested my Web Service, and eventually I got the following error in my error log....

BizTalk Custom Pipeline Components - Framework Overview Part-1  Version: 0.00     Price: $0.00  
Total Hits: 36  |  Today: 0Author: Nilay Parikh      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this article I am trying to put consolidated information for developing custom pipeline components. Hope you like my efforts; frankly, there is nothing new in the article but it's all together. Receive and Send pipeline performs below basic operations in BizTalk Solution, - Encrypt outgoing and decrypt income message - Handle digitally signed messages and verify them - Validation - Handling promotion - Disassembling and assembling coming or processed messages. - Wrapping header and footer int...

BizTalk 2009 Application Monitor  Version: 0.00     Price: $0.00  
Total Hits: 71  |  Today: 0Author: mohamad      Rating:  
Read Reviews | Write Review |  Your Rating: 

I have wrote this post to tell you how to retrieve all BizTalk 2009 Applications with some important information.
I am using BizTalk ExplorerOM assembly it is allow me to access BizTalk Application objects,so i have created simple windows application that show all BizTalk application with status in DataGridView.Red faced="#unknown" /...

Using Polling Statement and Executing Custom SQL using BizTalk Oracle Adapter  Version: 0.00     Price: $0.00  
Total Hits: 33  |  Today: 0Author: Abdul_Rafay      Rating:  
Read Reviews | Write Review |  Your Rating: 

The BizTalk oracle adapter can be used to poll a table after specific intervals. The oracle adapter transport properties must be set to poll the specific table. Username, password and Service Name (The TNS alias used in the TNS file) should be configured along with the Bin Path of the Oracle Client installed. You can check whether all the properties are configured properly by clicking the ellipsis in the managing events property in the Oracle transport property. Select the SQLNative as receive p...

Installing Microsoft BizTalk Accelerator for SWIFT 2007 Message Pack     
Total Hits: 83  |  Today: 0Author: Microsoft Coproration      Rating:  
Read Reviews | Write Review |  Your Rating: 

In order to provide industry-standard compliance with the SWIFT 2007 Standards Release Guide (SRG) specification, Microsoft has released the Microsoft® BizTalk® Accelerator for SWIFT 2007 Message Pack (A4SWIFT 2007 Message Pack). Upgrading to this new release provides the compatibility required for ongoing use of the SWIFT standard to be imposed starting in October 2007. This document provides upgrade guidance to ensure minimum downtime. It also describes the behavior changes in the release so y...

BizUnit Context Tutorial  Version: 0.00     Price: $0.00  
Total Hits: 3  |  Today: 0Author: Santosh Benjamin      Rating:  
Read Reviews | Write Review |  Your Rating: 

BizUnit is a very extensible testing framework. One of the core elements of BizUnit is the Context object. Unfortunately, the documentation does not explain how users can take advantage of it, and it is left to developers to try and understand it from some of the code snippets provided in the NDoc documentation....


1  2  3  4  5  6  7  8  9  10  Next >> 


Disclaimer - Privacy
© 2002-2012 DevASP.net