Soap Support Removed from VS 2008 C++

After loads of searching, it turns out that Microsoft officially removed SOAP support from Visual Studio 2008 C++. The code can be added from [CodePlex]. Basically, a portion of the code became open source and was removed from Visual Studio to avoid potential legal issues in the future. This functionality is referred to as the [AtlServer]. [VS Team Studio blog] has a post about the separation being a good thing. But really, not having the web reference integrated, this sucks. Maybe [WCF] could work from unmanaged C++. No… how about [gSoap].

Forum: [post]

Leave a Reply