Click here to Skip to main content
15,897,704 members
Articles / Web Development / ASP.NET

Web Services For Ecologists

,
Rate me:
Please Sign up or sign in to vote.
4.20/5 (10 votes)
27 May 2008CPOL17 min read 39.8K   231   35  
A framework for distributing scientific models over the web
========================================================================
       ATL SERVER : RandomNumberService Project Overview
========================================================================

AppWizard has created this RandomNumberService 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 RandomNumberService application.

RandomNumberService.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.
 
RandomNumberService.h
    This file contains your ATL Server request handler class customized based on the 
    options you chose in the the ATL Server Wizard.
 
RandomNumberService.disco
    This file contains information that allows your web service to be exposed via
    web servers supporting the DISCO protocol.
	
RandomNumberService.htm
    This is a webpage containing a description of your web service.  It is referenced
    in RandomNumberService.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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Other
United States United States
Andrew Birt is a Research Ecologist with interests in the development of models and software to support ecological decision making.

He currently works at Texas A&M University in the Knowledge Engineering Laboratory (KEL) of the Department of Entomology.

Written By
Software Developer Environmental Systems Research Institute (Intern)
United States United States
Rahul Ravikumar is currently a Master's student at the Department of Geography at Texas A&M University.

His interests lie in the areas of Geographic Information Systems, Remote Sensing and Digital Image Processing.

Comments and Discussions