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
Displaying Messages and Its Flow from BizTalk Message Tracking Databases  Version: 0.00     Price: $0.00  
Total Hits: 3  |  Today: 0Author: tiwarivishnu      Rating:  
Read Reviews | Write Review |  Your Rating: 

Sometimes, in BizTalk development, a developer needs to develop an out of the box solution for message tracking, etc. Even though the BizTalk Server itself provides an excellent tool such as BAM for Business Analyst (precise to say) and HAT for developer, we encountered the same kind of problem where client wanted us to develop such kind of custom solution to display the message body and message flow....

Using Dynamic Maps in BizTalk  Version: 0.00     Price: $0.00  
Total Hits: 2  |  Today: 0Author: _ABHILASH_MS_      Rating:  
Read Reviews | Write Review |  Your Rating: 

If you have used maps in BizTalk, by now, you must know that maps are used to transform an XML message into another format. I do not intend to go into the details about BizTalk maps here, but in essence, a map is a transformation on your existing data to the output format you desire. In this article, I will illustrate an interesting feature called Dynamic Maps in BizTalk. If you are a C++ fan like me, you would be amazed at the power of polymorphism and how a call to a function, say Shape.Draw()...

A Simple BizTalk Hands-On Example  Version: 0.00     Price: $0.00  
Total Hits: 3  |  Today: 0Author: _ABHILASH_MS_      Rating:  
Read Reviews | Write Review |  Your Rating: 

Sometime back, I wrote an article on CodeProject titled "Explaining the BizTalk Architecture to your Grandma". This article got me a lot of feedback for a real hands-on example, and I committed to it at that time. So this article is delivering on that note. The target audience for this article is a BizTalk beginner, and the article is going to address two simple scenarios based on Content Based Routing (CBR) where the messages are directly subscribed between send and receive ports using filters ...

Invoking a Web Service without using a Proxy by using WCF Adapter in BizTalk Server 2006 R2  Version: 0.00     Price: $0.00  
Total Hits: 2  |  Today: 0Author: Naveen Karamchetti      Rating:  
Read Reviews | Write Review |  Your Rating: 

The BizTalk Adapters for Windows Communication Foundation (WCF) allow Microsoft BizTalk Server 2006 R2 to communicate with WCF-based applications. The BizTalk WCF adapters include five physical adapters that represent the WCF predefined bindings....

Calling external assemblies from orchestrations  Version: 0.00     Price: $0.00  
Total Hits: 6  |  Today: 0Author: John Charles Olamendy      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this article, I will cover how to call business logic contained in external assemblies from orchestration in order to reuse this component's logic. For the solution, I will create a library with a component which implements the string concatenation logic. Then this assembly will be referenced from an orchestration and the underlying method will be invoked....

Creating Oracle Adapter Metadata from Visual Studio in BizTalk 2006 – Points to consider in Enterprise  Version: 0.00     Price: $0.00  
Total Hits: 29  |  Today: 0Author: Abdul_Rafay      Rating:  
Read Reviews | Write Review |  Your Rating: 

1- Build a separate project for Oracle adapter metadata which gives auto-generated schema types and port types because if any one else in the enterprise uses the same table it will be generated with the default target namespace “http://schemas.microsoft.com/[OracleDb://{ServiceName}/{TableName}]#{Operation}” and if both the projects gets deployed on the same server you will get a routing failure. For e.g. the mostly used schema is the NativeSQL for generic SQL statements and of course used f...

.NET vs .NET CF Development     
Total Hits: 113  |  Today: 0Author: Vladimir Gregor      Rating:  
Read Reviews | Write Review |  Your Rating: 

Development of desktop and mobile .NET applications is nowadays more-or-less the same. Microsoft Visual Studio and .NET can be used to develop for both platforms. Even though the .NET Compact Framework is a subset of large .NET Framework, it allows developing mobile applications in a same way as the desktop ones. In addition, developer can use well known programming languages, such as C# or Visual Basic....

BizTalk The Practical Course Code     
Total Hits: 98  |  Today: 0Author: Moustafar      Rating:  
Read Reviews | Write Review |  Your Rating: 

BizTalk is a Business Process Management; Service Oriented Architecture (SOA), or an Enterprise Services Bus (ESB) platform. You can think of BizTalk as a group of tools and application services that facilitate the rapid creation of integration solutions. Most enterprises are looking for BizTalk to enable unrelated and disconnected systems to exchange data in a standard, consistent, and reliable way. The tools that BizTalk provides allow you to design reliable and robust solutions faster than is...

Stress and Performance Testing BizTalk Applications     
Total Hits: 81  |  Today: 0Author: Robin_Roy      Rating:  
Read Reviews | Write Review |  Your Rating: 

One of my team members asked for my suggestion regarding the task for stress and performance testing of the BizTalk Application that the team has developed for multi-platform data integration across servers. I studied the architecture and by doing some research I found Microsoft BizTalk LoadGen 2007 Tool is a nice tool for such requirement. In this article, let me give a brief background of the tool....

Executing Stored Procedure using BizTalk Oracle Adapter     
Total Hits: 110  |  Today: 0Author: Abdul_Rafay      Rating:  
Read Reviews | Write Review |  Your Rating: 

Stored procedures from the Oracle adapter can only be called when they are within a package, this is due to the Oracle driver that does not provide the list of parameters. Visit Microsoft MSDN to read more about Oracle adapter calling the stored procedure....

BizTalk Error – Please verify that the receive location exists, and that the isolated adapter runs under an account that has access to the BizTalk dat     
Total Hits: 19  |  Today: 0Author: Abdul_Rafay      Rating:  
Read Reviews | Write Review |  Your Rating: 

As this is a permission issue the error occurs because the web service is running on the application pool which security account user is not a member of the BizTalk Isolated Host Users group. To solve this issue check the application pool security user account in the IIS. Add that user account into the BizTalk Isolated Host Users group. Or change the application pool to the pool which user is already a member of the BizTalk Isolated Host Users Group....

Sending an HTML-Formatted E-Mail Message from BizTalk     
Total Hits: 112  |  Today: 0Author: Abdul_Rafay      Rating:  
Read Reviews | Write Review |  Your Rating: 

Text emails from BizTalk are really simple to send; you can easily configure the SMTP adapter in BizTalk and send text emails. You can also use the XSLT Transform Pipeline component (BizTalk Server Example) which is a Microsoft Sample Pipeline component that converts your XML that contains data into HTML. You can use the similar solution by changing the XSL template and extract relevant data from your XML. Make sure about the path of your XSL file in the component. For practice use the same solu...

SOA Capabilities in BizTalk Server 2009: WCF SQL Server Adapter     
Total Hits: 45  |  Today: 0Author: Swati      Rating:  
Read Reviews | Write Review |  Your Rating: 

Many of the patterns and capabilities shown in this article are compatible with the last few versions of the BizTalk Server product. So what's new in BizTalk Server 2009?` BizTalk Server 2009 is the sixth formal release of the BizTalk Server product. This upcoming release has a heavy focus on platform modernization through new support for Windows Server 2008, Visual Studio.NET 2008, SQL Server 2008, and the .NET Framework 3.5. This will surely help developers who have already moved to these plat...

Consuming Web Services without web references in BizTalk     
Total Hits: 82  |  Today: 0Author: Abdul_Rafay      Rating:  
Read Reviews | Write Review |  Your Rating: 

Last week, I came across a scenario where I had to call the card verification service before updating the credit/debit card status. This was the first time I was consuming a Web Service in an orchestration, so I had a little trouble in the beginning. Very innocently, I made request and response messages of the schema types which I got from the WSDL, made a request-response port, and deployed the project. I configured the port to use the SOAP adapter, and gave the URI of the Web Service. I tested...

Parsing BizTalk messages in .NET Components through Orchestration     
Total Hits: 70  |  Today: 0Author: Abdul_Rafay      Rating:  
Read Reviews | Write Review |  Your Rating: 

In most of our orchestrations where we need to parse a message, let's say for storing data from the message in a database to loop through the records in the message, we use XML parsing. For that, we have the XpathNavigator class, or we can use XMLDocument's SelectNodes method which returns an iterator, and we can iterate the records in the XML. But, consider a complex XML, e.g., if there are many parent child nodes, and we have to dig deeper into the nodes, come back again to the parent, and use...

Consuming Web Services without web reference in BizTalk     
Total Hits: 69  |  Today: 0Author: Abdul_Rafay      Rating:  
Read Reviews | Write Review |  Your Rating: 

Last week I came across a scenario where I had to call the card verification service before updating the credit/debit card status. This was the first time I was consuming a web service in an orchestration so I had a little trouble in the beginning. Very innocently I made request and response messages of the schema types which I got from the wsdl, made a request-response port and deployed the project. Configured the port to use the SOAP adapter and gave the URI of the web service. I tested my orc...

BizTalk Orchestration Example: Automating the Procurement Process     
Total Hits: 81  |  Today: 0Author: Brian Loesgen      Rating:  
Read Reviews | Write Review |  Your Rating: 

The purpose of this white paper is to illustrate usage of various elements of Microsoft® BizTalk™ Server 2000. It highlights the following key technologies:
* Automatic schedule instantiation
* Importing flat files
* BizTalk Orchestration timed transactions
* Schedule correlation with a non-instantiating COM component
* BizTalk Orchestration while loops
* Dynamic document routing...

BizTalk Messaging: Building BizTalk Server Custom Parsers and Serializers     
Total Hits: 43  |  Today: 0Author: Microsoft Corporation      Rating:  
Read Reviews | Write Review |  Your Rating: 

BizTalk Server 2000 includes interfaces that allow developers to add proprietary parsers and serializers for specialize incoming and outgoing file formats. This article discusses and defines custom BizTalk Server 2000 parsers and serializers, the purposes they serve, and the interfaces required to implement them. It also walks you through a simple parser and serializer pair implementation....

Implementing Service Contracts with BizTalk Server 2004     
Total Hits: 45  |  Today: 0Author: Aaron Skonnard, Pluralsight      Rating:  
Read Reviews | Write Review |  Your Rating: 

Microsoft BizTalk Server 2004 offers development tools for designing and implementing business processes as orchestrations. Once you've implemented a BizTalk orchestration, you can publish the orchestration as a Web service through the built-in Web Services Publishing Wizard. The wizard generates an ASP.NET Web services (ASMX) endpoint based on the schema types used in the orchestration. Then consumers can query the generated ASMX endpoint to retrieve the Web Services Description Language (WSDL)...

How to Trigger a BizTalk Orchestration from SAP     
Total Hits: 40  |  Today: 0Author: Abhishek Nigam; Teekam Chand Goyal      Rating:  
Read Reviews | Write Review |  Your Rating: 

Today, SAP is one of the world’s most popular Enterprise Resource Planning (ERP) products. A large number of SAP customers are also dependent on a variety of complementary applications built on other platforms like Microsoft .NET and J2EE. These organizations also run a variety of other packaged products for specialized tasks. More often than not, these applications need to exchange data between themselves, and with SAP. A SAP transaction often impacts a business process, which then spurs a rela...


1  2  3  4  5  6  7  8  9  10  


Disclaimer - Privacy
© 2002-2012 DevASP.net