Click here to Skip to main content
15,879,184 members
Articles / Desktop Programming / ATL

Temperature Convert:An XML Web service Using ATL Server and MFC Client

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
6 Mar 20073 min read 53.5K   707   20  
An XML Web Service using ATL Server and Called by MFC Client
========================================================================
       ATL SERVER : TempConvert Project Overview
========================================================================

AppWizard has created this TempConvert application for you.  This application
not only demonstrates the basics of using the ATL Server Classes but is also a starting 
point for writing your application.

This file contains a summary of what you will find in each of the files that
make up your TempConvert application.

TempConvert.vcproj
    This is the main project file for VC++ projects generated using an Application Wizard. 
    It contains information about the version of Visual C++ that generated the file, and 
    information about the platforms, configurations, and project features selected with the
    Application Wizard.
 
TempConvert.h
    This file contains your ATL Server request handler class customized based on the 
    options you chose in the the ATL Server Wizard.
 
TempConvert.disco
    This file contains information that allows your web service to be exposed via
    web servers supporting the DISCO protocol.
	
TempConvert.htm
    This is a webpage containing a description of your web service.  It is referenced
    in TempConvert.disco.  You should update this file when adding or
    removing methods from your web service.

/////////////////////////////////////////////////////////////////////////////
Other standard files:

StdAfx.h, StdAfx.cpp
    These files are used to build a precompiled header (PCH) file
    and a precompiled types file.

/////////////////////////////////////////////////////////////////////////////

Other notes:
 
AppWizard uses "TODO:" to indicate parts of the source code you
should add to or customize.

/////////////////////////////////////////////////////////////////////////////

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
Web Developer
China China
I am favor to use C\C++,MFC,ATL,COM and JavaScript to program, and interesting in network security as well.In my spare time,I like playingbasketball,Climbing.I now live in Beijing,China.It is nice to go along the red walls around the Forbitten City.

Comments and Discussions