Click here to Skip to main content
15,891,943 members
Articles / Productivity Apps and Services / Biztalk

BizTalk ESB Exception Handling – Consuming WCF Services – Part I

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
3 Nov 2012CPOL10 min read 28.2K   197   9  
Managing exceptions when consuming WCF services via the BizTalk ESB Toolkit

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ESB.ExceptionHandling.ServiceModel", "ESB.ExceptionHandling.ServiceModel\ESB.ExceptionHandling.ServiceModel.csproj", "{B733B16C-D09F-4545-BAF4-6431EB4669D4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ESB.ExceptionHandling.Itineraries", "ESB.ExceptionHandling.Itineraries\ESB.ExceptionHandling.Itineraries.csproj", "{FD2B66F8-E63C-491F-ADD9-6BC25889284E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ESB.ExceptionHandling", "ESB.ExceptionHandling\ESB.ExceptionHandling.btproj", "{911F8A93-2D83-40C2-9A84-E1C490304593}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0A21F56D-6F4B-4F86-85FD-0BA117E877F2}"
	ProjectSection(SolutionItems) = preProject
		BizTalk Binding.xml = BizTalk Binding.xml
		Example Resonse Message.xml = Example Resonse Message.xml
		Example Response.xml = Example Response.xml
		machine config.xml = machine config.xml
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{B733B16C-D09F-4545-BAF4-6431EB4669D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{B733B16C-D09F-4545-BAF4-6431EB4669D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{B733B16C-D09F-4545-BAF4-6431EB4669D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{B733B16C-D09F-4545-BAF4-6431EB4669D4}.Release|Any CPU.Build.0 = Release|Any CPU
		{FD2B66F8-E63C-491F-ADD9-6BC25889284E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{FD2B66F8-E63C-491F-ADD9-6BC25889284E}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{911F8A93-2D83-40C2-9A84-E1C490304593}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{911F8A93-2D83-40C2-9A84-E1C490304593}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{911F8A93-2D83-40C2-9A84-E1C490304593}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
		{911F8A93-2D83-40C2-9A84-E1C490304593}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{911F8A93-2D83-40C2-9A84-E1C490304593}.Release|Any CPU.Build.0 = Release|Any CPU
		{911F8A93-2D83-40C2-9A84-E1C490304593}.Release|Any CPU.Deploy.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect Digging Dog Ltd
New Zealand New Zealand
I have almost 20 years commercial software development using a number of languages from C++ to C#/VB. My main focus has been in the Microsoft space and, since the early 2000's, most of this has been in the web or integration arena. Over the past few years I have been focusing on building business solutions using a variety of products such as BizTalk and Share Point.
In terms of SDLC's, I have experience with various methodologies such as Agile, RUP, Iterative and Waterfall.
Lastly, the roles I have had in the last few years have given me the opportunity to gain a lot of experience as a consultant. Since, over the last 18 years, I have worked with many customers this has further given me the chance to enjoy many and varying challenges that have helped me grow in my career.
Today, I spend a lot of time talking, designing, documenting and mentoring team members. I also spend quite a bit of time authoring software and find the combination a perfect fit for me.

Specialties
Consultancy, Solution architecture, Solution design, Project costing and tracking, Team lead, Software development, C#, VB, ASP.NET, HTML, DHTML, JavaScript, BizTalk, SharePoint

Comments and Discussions