Click here to Skip to main content
15,881,089 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
<html>
<head>
	<meta name=vs_targetSchema content="http://schemas.microsoft.com/intellisense/ie5">
	<link rel="alternate" type="text/xml" href="TempConvert.disco">
    <style type="text/css">
    
      BODY { margin-left:20px;
             margin-top:0px;
             font-family:"Verdana", sans-serif;
             font-size:xx-small;
      }
      
      #content { font-size:x-small;
                 padding-bottom: 2em;
      }
               
      A:link { color:rgb(78,72,135) }
      A:visited { color:rgb(128,128,200) }
      A:active { color:rgb(241,96,67) }
      A:hover { color:rgb(241,96,67)  }

      pre { background-color: lightgrey; font-size: x-small; }
                          
      h1 { font-size:medium;
           margin-top:1em;
           margin-bottom:.5em;
           border-left:12px solid #000033;
           border-top:1px solid #000033;
           padding-left:4px;
           color:#000033;
      }
             
      h2 { font-size:small;
           margin-bottom:.5em;
           margin-top:1em;
           border-left:10px solid #000033;
           border-top:1px solid #000033;
           padding-left:4px;
           color:#000033;
      }

      h3 { font-size:x-small;
           margin-bottom:.5em;
           margin-top:1em;
           border-left:8px solid #000033;
           border-top:1px solid #000033;
           padding-left:4px;
           color:#000033;
      }

      font.value { color: darkblue; font: bold; }
      font.key { color: darkgreen; font: bold; }

      ul, ol { margin-top:.5em;}
     </style>
    <title>TempConvertService Web Service</title>
  </head>
<body>
<h1 style="font-size:26">Temperature Convert Fahrenheit between Celsius</h1>
<div>
  <p>The following operations are supported.  For a formal definition, please review the 
	<a href="http://ws.bomege.com/bin//TempConvert.dll?Handler=GenTempConvertWSDL" >
Service Description</a>.</p>
	<ul>
		<li>TempConvert: Convert Temperature type Fahrenheit between Celsius</li>
	</ul>
</div>

</body>
</html>

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