Click here to Skip to main content
15,892,517 members
Articles / Desktop Programming / MFC

Consuming Web Services from a Win Forms Application

Rate me:
Please Sign up or sign in to vote.
3.78/5 (40 votes)
14 Aug 20023 min read 490.2K   11.4K   107  
How to access and use a web service from a C# application, using the CodeProject Web Services.
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CPConsumer", "CPConsumer.csproj", "{D050DACD-2A1F-45F7-AE14-906A8544BA7A}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{D050DACD-2A1F-45F7-AE14-906A8544BA7A}.Debug.ActiveCfg = Debug|.NET
		{D050DACD-2A1F-45F7-AE14-906A8544BA7A}.Debug.Build.0 = Debug|.NET
		{D050DACD-2A1F-45F7-AE14-906A8544BA7A}.Release.ActiveCfg = Release|.NET
		{D050DACD-2A1F-45F7-AE14-906A8544BA7A}.Release.Build.0 = Release|.NET
	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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Software Developer (Senior)
United States United States
I have been a professional developer since 1996. I live in Illinois, in the USA. I am married and have four children.

Comments and Discussions