Click here to Skip to main content
15,881,204 members
Articles / Programming Languages / C#

WebService DIME Bridge

Rate me:
Please Sign up or sign in to vote.
4.76/5 (17 votes)
27 May 2004CPOL7 min read 124.3K   1.6K   48  
The DIME Bridge transferring a web service response (any serializable object) in the binary format across the Internet. It's a full transparent loosely coupled solution between the web service and its consumer - just injecting the bridge in their config files.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DimeBridge", "DimeBridge.csproj", "{E0F6CB90-7663-4A1F-9399-1C3745DCE21A}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup", "Setup\Setup.vdproj", "{63DB5D92-2BCC-41AF-AF95-E1200FF5754A}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{E0F6CB90-7663-4A1F-9399-1C3745DCE21A}.Debug.ActiveCfg = Debug|.NET
		{E0F6CB90-7663-4A1F-9399-1C3745DCE21A}.Debug.Build.0 = Debug|.NET
		{E0F6CB90-7663-4A1F-9399-1C3745DCE21A}.Release.ActiveCfg = Release|.NET
		{E0F6CB90-7663-4A1F-9399-1C3745DCE21A}.Release.Build.0 = Release|.NET
		{63DB5D92-2BCC-41AF-AF95-E1200FF5754A}.Debug.ActiveCfg = Release
		{63DB5D92-2BCC-41AF-AF95-E1200FF5754A}.Release.ActiveCfg = Release
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	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
Software Developer (Senior)
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions