<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>ATL Server Library and Tools</title><link>http://www.codeplex.com/AtlServer/Project/ProjectRss.aspx</link><description>ATL Server is a library of C&amp;#43;&amp;#43; classes that allow developers to build both client and server parts of service-type C&amp;#43;&amp;#43; applications and web services. It provides much of the functionality required ...</description><item><title>CREATED ISSUE: Missing CHttpServer</title><link>http://www.codeplex.com/AtlServer/WorkItem/View.aspx?WorkItemId=6115</link><description>Microsoft eliminated the MFC ISAPI class CHttpServer and related headers&amp;#47;libs from Visual Studio 2008. &lt;br /&gt;&lt;br /&gt;Pages like this one seem to imply they can be found in your project&amp;#58; http&amp;#58;&amp;#47;&amp;#47;forums.microsoft.com&amp;#47;MSDN&amp;#47;ShowPost.aspx&amp;#63;PostID&amp;#61;2470867&amp;#38;SiteID&amp;#61;1&amp;#38;pageid&amp;#61;0&lt;br /&gt;&lt;br /&gt;However, I don&amp;#39;t see CHttpServer in the AtlServer project anywhere&amp;#63; Can someone elaborate on this issue&amp;#63; Where can we get CHttpServer support in VS 2008, and why was it removed without warning by Microsoft&amp;#63;&lt;br /&gt;</description><author>thomasmxrd</author><pubDate>Tue, 06 May 2008 02:44:23 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Missing CHttpServer 20080506A</guid></item><item><title>NEW POST: Is ATL Server still alive?</title><link>http://www.codeplex.com/AtlServer/Thread/View.aspx?ThreadId=25071</link><description>&lt;div class="wikidoc"&gt;
The ATL Server source files have not been updated for a year.&lt;br /&gt;I doubt this project is still working.&lt;br /&gt;Should I start to think rewriting the vast amounts of source codes I've written to make use of ASP.NET technology? &lt;br /&gt;
&lt;/div&gt;</description><author>Ranja</author><pubDate>Tue, 01 Apr 2008 06:27:17 GMT</pubDate><guid isPermaLink="false">NEW POST: Is ATL Server still alive? 20080401A</guid></item><item><title>CREATED ISSUE: CMimeHeader::SetSenderName() doesn't Q encode non US-ASCII</title><link>http://www.codeplex.com/AtlServer/WorkItem/View.aspx?WorkItemId=5731</link><description>While CMimeHeader&amp;#58;&amp;#58;SetSenderName&amp;#40;&amp;#41; converts from Unicode, it does not perform the appropriate encoding for non US-ASCII characters.&lt;br /&gt;</description><author>b3nt_pin</author><pubDate>Thu, 13 Mar 2008 19:11:46 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: CMimeHeader::SetSenderName() doesn't Q encode non US-ASCII 20080313P</guid></item><item><title>NEW POST: SOAP 1.2  Support?</title><link>http://www.codeplex.com/AtlServer/Thread/View.aspx?ThreadId=23588</link><description>&lt;div class="wikidoc"&gt;
Does the current release support SOAP 1.2?&lt;br /&gt;
&lt;/div&gt;</description><author>ruili</author><pubDate>Fri, 07 Mar 2008 20:31:54 GMT</pubDate><guid isPermaLink="false">NEW POST: SOAP 1.2  Support? 20080307P</guid></item><item><title>NEW POST: ATL SOAP Server in VS2008?</title><link>http://www.codeplex.com/AtlServer/Thread/View.aspx?ThreadId=22054</link><description>&lt;div class="wikidoc"&gt;
I hope also that a solution for &amp;quot;ATL Server attributes&amp;quot; for VS2008 will be found by someone  in a near future (Microsoft ?) ! The /FX option produce unreadable code !&lt;br /&gt; &lt;br /&gt;We have a very large project (over 2000 sources files.) with more than 30 web service functions and very complex data structure being used by these functions.&lt;br /&gt; &lt;br /&gt;So, in the mean time, we isolated attributes reference in only two files (a .cpp an a .h)  These two files are compiled with the /FX option with VS 2005, and the mrg files produces are used instead in our VS2008 project.&lt;br /&gt; &lt;br /&gt;Since the definition of web services does not change often, we will not have to recompile with VS2005 too often.&lt;br /&gt;
&lt;/div&gt;</description><author>Plurilogic</author><pubDate>Tue, 04 Mar 2008 21:32:46 GMT</pubDate><guid isPermaLink="false">NEW POST: ATL SOAP Server in VS2008? 20080304P</guid></item><item><title>NEW POST: Errors with Exchange WSDL</title><link>http://www.codeplex.com/AtlServer/Thread/View.aspx?ThreadId=22823</link><description>&lt;div class="wikidoc"&gt;
Hello,&lt;br /&gt; &lt;br /&gt;I want to generate proxy class for Exchange Server 2007 SP1 web services. The error I get from sproxy.exe is: &lt;br /&gt; &lt;br /&gt;SDL1029: no web service methods to generate&lt;br /&gt; &lt;br /&gt;If I add the web service method to the downloaded Services.wsdl file, I receive another error:&lt;br /&gt; &lt;br /&gt;SDL1000: Unknown error&lt;br /&gt; &lt;br /&gt;I have tried to debug sproxy.exe but I don't think I will find the cause very soon :-)&lt;br /&gt;Could someone help me? I can send the Services.wsdl file, the messages.xsd and the types.xsd files for Exchange Server.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;Thank you.&lt;br /&gt;
&lt;/div&gt;</description><author>mcanti</author><pubDate>Mon, 25 Feb 2008 19:52:35 GMT</pubDate><guid isPermaLink="false">NEW POST: Errors with Exchange WSDL 20080225P</guid></item><item><title>NEW POST: ATL SOAP Server in VS2008?</title><link>http://www.codeplex.com/AtlServer/Thread/View.aspx?ThreadId=22054</link><description>&lt;div class="wikidoc"&gt;
jpsanders, &lt;br /&gt;Thanks for your reply. Unfortunately, this is the &amp;quot;solution&amp;quot; I already found as indicated in my original post. I can get it to build in VS2008, that was not the problem. The problem is that this solution is not workable. &lt;br /&gt; &lt;br /&gt;When you replace the attributes with the code that they inject, you get lots of unmaintainable machine generated spaghetti code defining the SOAP map, data types, the interface, etc (over 13,000 lines in my case.)  Look at this generated code for a non-trivial web service and imagine trying to add new SOAP data types (e.g., structs and enums) and/or methods to your interface, or modifying an existing data type or method. Imagine trying to write a brand new SOAP web service in C++ with ATLServer. It's theoretically possible, but certainly not practical.&lt;br /&gt; &lt;br /&gt;Also, sure, I could use managed code with or without interop to access a webservice. But I am talking about implementing a web service, not accessing one. Sure, I could expend valuable time and effort rewriting the entire web service in managed code, but that is not my first choice either.  &lt;br /&gt; &lt;br /&gt;My conclusion is that VS2008+ATLServer no longer support native C++ web services and I will not be upgrading to VS2008 at this time.  Perhaps someone will add some kind of support for this to ATLServer in the future. But it is unfortunate that MS did not do anything to preserve backward compatibility in this area. &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>pbarnes</author><pubDate>Wed, 20 Feb 2008 15:49:45 GMT</pubDate><guid isPermaLink="false">NEW POST: ATL SOAP Server in VS2008? 20080220P</guid></item><item><title>NEW POST: ATL SOAP Server in VS2008?</title><link>http://www.codeplex.com/AtlServer/Thread/View.aspx?ThreadId=22054</link><description>&lt;div class="wikidoc"&gt;
I was able to build a couple of ATLServer projects successfully.  It was a little painful but ultimately I succeeded.  I blogged my experiences here:  &lt;br /&gt;(http://blogs.msdn.com/jpsanders/archive/2008/01/17/building-with-atlserver-based-soap-project-with-visual-studio-2008.aspx)&lt;br /&gt; &lt;br /&gt;Alternatively, use the Managed classes and wizards in Visual Studio 2008 to access Web Services.  You may use COM Interop to use this managed code inside your unmanaged C++ code.  COM Interop is discussed here: http://msdn2.microsoft.com/en-us/library/zsfww439.aspx&lt;br /&gt;
&lt;/div&gt;</description><author>jpsanders</author><pubDate>Wed, 20 Feb 2008 13:04:59 GMT</pubDate><guid isPermaLink="false">NEW POST: ATL SOAP Server in VS2008? 20080220P</guid></item><item><title>NEW POST: ATL SOAP Server in VS2008?</title><link>http://www.codeplex.com/AtlServer/Thread/View.aspx?ThreadId=22054</link><description>&lt;div class="wikidoc"&gt;
I have a SOAP Service with nearly 100 SOAP methods, implemented with ATL Server in VS2005. In trying to port this to VS2008, which does not support attributes, I found the discussion on this site at &lt;a href="http://www.codeplex.com/AtlServer/Thread/View.aspx?ThreadId=12010" class="externalLink"&gt;http://www.codeplex.com/AtlServer/Thread/View.aspx?ThreadId=12010&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.  After following the instructions there to use the /Fx switch to inject the code that the attributes would inject, I end up with nearly 13,000 lines of injected, unmaintainable spaghetti code. &lt;br /&gt; &lt;br /&gt;Surely this is not the way to write SOAP Services with ATL Server in VS2008.  Surely there are some convenient macros that replace the soap_handler and soap_method attributes of VS2003/2005; something like DECLARE_SOAP_METHOD(...) that allow writing SOAP Services without attributes. Right?? The documentation at &lt;a href="http://msdn2.microsoft.com/en-us/library/d73hf29a(VS.80).aspx" class="externalLink"&gt;http://msdn2.microsoft.com/en-us/library/d73hf29a(VS.80).aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; does not mention any such macros. Where is ATL Server documentation now that it is not part of VS2008?  &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>pbarnes</author><pubDate>Wed, 13 Feb 2008 14:58:19 GMT</pubDate><guid isPermaLink="false">NEW POST: ATL SOAP Server in VS2008? 20080213P</guid></item><item><title>CREATED ISSUE: CNTLMAuthObject constructor does not initialize m_bProxy</title><link>http://www.codeplex.com/AtlServer/WorkItem/View.aspx?WorkItemId=5266</link><description>In &amp;#60;atlhttp.inl&amp;#62;, there are two constructors for CNTLMAuthObject.  The default constructor sets m_bProxy to false, but the constructor that accepts a &amp;#40;possibly NULL&amp;#41; IAuthInfo interface pointer does not initialize m_bProxy.  It&amp;#39;s set in Authenticate&amp;#40;&amp;#41;, but seeing this as &amp;#96;true&amp;#96; until that time is confusing.&lt;br /&gt;&lt;br /&gt;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&lt;br /&gt;&amp;#47;&amp;#47;&lt;br /&gt;&amp;#47;&amp;#47; CNTLMAuthObject&lt;br /&gt;&amp;#47;&amp;#47; NTLM Security Authorization functions&lt;br /&gt;&amp;#47;&amp;#47;&lt;br /&gt;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&amp;#47;&lt;br /&gt;inline CNTLMAuthObject&amp;#58;&amp;#58;CNTLMAuthObject&amp;#40;&amp;#41; throw&amp;#40;&amp;#41; &amp;#58;&lt;br /&gt;    m_pSocket&amp;#40;NULL&amp;#41;,&lt;br /&gt;    m_nMaxTokenSize&amp;#40;0&amp;#41;,&lt;br /&gt;    m_pAuthInfo&amp;#40;NULL&amp;#41;,&lt;br /&gt;    m_bProxy&amp;#40;false&amp;#41;&lt;br /&gt;&amp;#123;&lt;br /&gt;    SecInvalidateHandle&amp;#40;&amp;#38;m_hCredentials&amp;#41;&lt;br /&gt;&amp;#125;&lt;br /&gt;&lt;br /&gt;inline CNTLMAuthObject&amp;#58;&amp;#58;CNTLMAuthObject&amp;#40;IAuthInfo &amp;#42;pAuthInfo&amp;#41; throw&amp;#40;&amp;#41; &amp;#58;&lt;br /&gt;    m_pSocket&amp;#40;NULL&amp;#41;,&lt;br /&gt;    m_nMaxTokenSize&amp;#40;0&amp;#41;,&lt;br /&gt;    m_pAuthInfo&amp;#40;pAuthInfo&amp;#41;         &amp;#47;&amp;#47; &amp;#60;&amp;#60;---- needs  ,m_bProxy&amp;#40;false&amp;#41;&lt;br /&gt;&amp;#123;&lt;br /&gt;    SecInvalidateHandle&amp;#40;&amp;#38;m_hCredentials&amp;#41;&lt;br /&gt;&amp;#125;&lt;br /&gt;</description><author>InvaderZim</author><pubDate>Tue, 29 Jan 2008 16:42:32 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: CNTLMAuthObject constructor does not initialize m_bProxy 20080129P</guid></item><item><title>NEW POST: What is settings_file?</title><link>http://www.codeplex.com/AtlServer/Thread/View.aspx?ThreadId=20822</link><description>&lt;div class="wikidoc"&gt;
I've builded VCDeploy and tried to run it. In should be ran in the command line:&lt;br /&gt;VCDeploy.exe &lt;a href="http://www.codeplex.com/AtlServer/Wiki/View.aspx?title=options"&gt;options&lt;/a&gt; settings_file.&lt;br /&gt; &lt;br /&gt;What is &amp;quot;settings_file&amp;quot;. I guess this is some XML file.&lt;br /&gt;Where can I find it or its template?&lt;br /&gt;
&lt;/div&gt;</description><author>alexeys</author><pubDate>Tue, 22 Jan 2008 13:09:16 GMT</pubDate><guid isPermaLink="false">NEW POST: What is settings_file? 20080122P</guid></item><item><title>Patch Uploaded</title><link>http://www.codeplex.com/AtlServer/SourceControl/PatchList.aspx</link><description>
&lt;p&gt;&lt;a href='/UserAccount/UserProfile.aspx?UserName=Schmoo'&gt;Schmoo&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;Added HTTPS Support to wininet soap calls &amp;#40;this is the version with the while loop and not the goto.  I am not sure it makes the code cleaner mind, but goto tends to offend&amp;#41;.&lt;/p&gt;</description><author>Schmoo</author><pubDate>Fri, 07 Dec 2007 15:09:47 GMT</pubDate><guid isPermaLink="false">Patch Uploaded 20071207P</guid></item><item><title>Patch Declined</title><link>http://www.codeplex.com/AtlServer/SourceControl/PatchList.aspx</link><description>
&lt;p&gt;&lt;a href='/UserAccount/UserProfile.aspx?UserName=Schmoo'&gt;Schmoo&lt;/a&gt; has declined patch #523.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Comment:&lt;/b&gt;&lt;br /&gt;Changed goto to while loop&lt;/p&gt;</description><author>Schmoo</author><pubDate>Fri, 07 Dec 2007 15:08:27 GMT</pubDate><guid isPermaLink="false">Patch Declined 20071207P</guid></item><item><title>NEW POST: afxisapi.h not in VC9</title><link>http://www.codeplex.com/AtlServer/Thread/View.aspx?ThreadId=18654</link><description>&lt;div class="wikidoc"&gt;
My ISAPI thing is part of a larger system.  Surprisingly enough, one of the largest (and simplest) changes in the port was brought about by atlcom.h adding const to the return value of GetPropertyMap().  Go figure.&lt;br /&gt; &lt;br /&gt;I haven't gotten around to IIS 7 yet.&lt;br /&gt;
&lt;/div&gt;</description><author>FritoBandito</author><pubDate>Thu, 06 Dec 2007 00:45:52 GMT</pubDate><guid isPermaLink="false">NEW POST: afxisapi.h not in VC9 20071206A</guid></item><item><title>NEW POST: afxisapi.h not in VC9</title><link>http://www.codeplex.com/AtlServer/Thread/View.aspx?ThreadId=18654</link><description>&lt;div class="wikidoc"&gt;
I hear ya 'Frito'&lt;br /&gt; &lt;br /&gt;I want through the same detective work.  I have tried to simply bring those files over into VS 2008 and build and have not had much success yet (still messing with it in my &amp;quot;spare&amp;quot; time).  Of course a real simple solution would be to keep the VS 2005 compiler and linker around for that legacy code and do new development with the ISAPI API's.  I have been playing with IIS 7.  Developing for IIS 7 is pretty amazing with the integrated pipeline!  It would be nice if I never had to play with ISAPI's again and could just use IIS 7 ;-)&lt;br /&gt;
&lt;/div&gt;</description><author>jpsanders</author><pubDate>Wed, 05 Dec 2007 14:51:04 GMT</pubDate><guid isPermaLink="false">NEW POST: afxisapi.h not in VC9 20071205P</guid></item><item><title>NEW POST: afxisapi.h not in VC9</title><link>http://www.codeplex.com/AtlServer/Thread/View.aspx?ThreadId=18654</link><description>&lt;div class="wikidoc"&gt;
OK, thanks.  It's off to the Platform SDK then.&lt;br /&gt; &lt;br /&gt;I was hoping for easy with these that came with the Dev Studios:&lt;br /&gt;C:\Program Files\Microsoft SDKs\Windows\v5.0&lt;br /&gt;C:\Program Files\Microsoft SDKs\Windows\v6.0A&lt;br /&gt; &lt;br /&gt;afxisapi.h was in VS 2005 (and earlier) and then removed from VS 2008, why?  I've got a working combination filter &amp;amp; extension and porting to VS 2008 has become a detective game.  CSI:Dev Studio it is.&lt;br /&gt;
&lt;/div&gt;</description><author>FritoBandito</author><pubDate>Wed, 05 Dec 2007 12:54:51 GMT</pubDate><guid isPermaLink="false">NEW POST: afxisapi.h not in VC9 20071205P</guid></item><item><title>CREATED ISSUE: ATLMIME.H - GetRecipientsString()</title><link>http://www.codeplex.com/AtlServer/WorkItem/View.aspx?WorkItemId=4683</link><description>Version&amp;#58; ATL Server Source and Headers 9.0.70425 Alpha&lt;br /&gt;&lt;br /&gt;Problem&amp;#58;&lt;br /&gt;New code added to used function AtlMimeMakeRecipientsString&amp;#40;&amp;#41; means that GetRecipientsString&amp;#40;&amp;#41; will always return FALSE.&lt;br /&gt;The problem is that the &amp;#39;dwLen&amp;#39; parameter will always be zero, and buffer length validation in AtlMimeMakeRecipientsString&amp;#40;&amp;#41; will fail the call.&lt;br /&gt;&lt;br /&gt;Fix&amp;#58;&lt;br /&gt;In GetRecipientsString&amp;#40;&amp;#41; the three instances of this line&amp;#58;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;dwLen &amp;#61; &amp;#42;pdwLen - dwTotalLen&amp;#59;&lt;br /&gt;should be changed to this&amp;#58;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;dwLen &amp;#61; dwMaxLen - dwTotalLen&amp;#59;&lt;br /&gt;This will correctly maintain the remaining buffer length in dwLen.&lt;br /&gt;</description><author>deruss</author><pubDate>Wed, 05 Dec 2007 00:29:22 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: ATLMIME.H - GetRecipientsString() 20071205A</guid></item><item><title>NEW POST: AtlServer on IIS 7.0</title><link>http://www.codeplex.com/AtlServer/Thread/View.aspx?ThreadId=16924</link><description>&lt;div class="wikidoc"&gt;
 &lt;br /&gt;&lt;div class="quote"&gt;
 &lt;br /&gt;mattdavison wrote:&lt;br /&gt;Does anyone know the steps to get Visual Studio 2005 debugging to work via F5 on Vista? I have been pulling my hair out with no luck... Thanks to anyone that can help...&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt; &lt;br /&gt;Not sure exactly what you are asking here.  If you are debugging an ISAPI then the same steps you would use in other OSes applies.  If this is a general Debugging question, you would be better served asking this on the MSDN newsgroups (or opening a support case with Microsoft).&lt;br /&gt;
&lt;/div&gt;</description><author>jpsanders</author><pubDate>Tue, 04 Dec 2007 14:50:05 GMT</pubDate><guid isPermaLink="false">NEW POST: AtlServer on IIS 7.0 20071204P</guid></item><item><title>NEW POST: afxisapi.h not in VC9</title><link>http://www.codeplex.com/AtlServer/Thread/View.aspx?ThreadId=18654</link><description>&lt;div class="wikidoc"&gt;
No CHttpServer is not part of AtlServer.  This class is a simple Wrapper around ISAPI Extension Development.  Then concept of Context and the functions exposed are all thin wrappers around the Win32 API's.  You can simply code directly as an ISAPI Extension.  The platform SDK and MSDN have serveral samples of ISAPI extensions.  If you install the Platform SDK in it's default location you will find a bunch of ISAPI Extension examples in: C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Samples\Web\iis\extensions&lt;br /&gt;
&lt;/div&gt;</description><author>jpsanders</author><pubDate>Tue, 04 Dec 2007 14:43:16 GMT</pubDate><guid isPermaLink="false">NEW POST: afxisapi.h not in VC9 20071204P</guid></item><item><title>Patch Uploaded</title><link>http://www.codeplex.com/AtlServer/SourceControl/PatchList.aspx</link><description>
&lt;p&gt;&lt;a href='/UserAccount/UserProfile.aspx?UserName=Schmoo'&gt;Schmoo&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;Added HTTPS support for SOAP calls.&lt;/p&gt;</description><author>Schmoo</author><pubDate>Tue, 04 Dec 2007 11:56:40 GMT</pubDate><guid isPermaLink="false">Patch Uploaded 20071204A</guid></item></channel></rss>