Sign in
Http Client Protocol Issues (and other fun stuff I support)
If you use any of these solutions, Please let me know so I can track if any of this is useful to you! Thanks!
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
.NET Controls
.NET Interop
ADSI
Asp.Net
ATL Controls
AtlServer
Certificates
DebugDiag
Excel
HTTP Troubleshooting
HttpListener
HttpWebRequest
IE
IE 8
IIS 7
Internet Explorer
ISAPI
MSXML
Push Notifications
QueryTable
SOAP
Soap ToolKit
SQL
SSL
System.Net
System.Uri
WebBrowser Control
Windows 8
Windows Azure Mobile Services
Windows Store applications
WinHttp
WinInet
WNS
WWSAPI
XMLHttp
Browse by Tags
MSDN Blogs
>
Http Client Protocol Issues (and other fun stuff I support)
>
All Tags
>
atlserver
Tagged Content List
Blog Post:
Windows Web Services API Client code walkthrough on Windows 7
Jeff Sanders
I decided to Dive into the WWSAPI Beta and see how I could call a simple HelloWorld Applications. Here are my adventures: I installed Windows 7 in a HyperV VM and installed Visual Studio 2008 SP1. I downloaded the Windows 7 SDK and attached the .ISO image as the CD drive and installed it. I...
on
24 Mar 2009
Blog Post:
Replace SOAP Toolkit and ATLServer Classes with the WWSAPI
Jeff Sanders
SOAP Toolkit is out of support and the ATLServer Classes are not supported in VS 2008. What to do for native C++ development? Check this out (Video): http://channel9.msdn.com/posts/yochay/Windows-Web-Services/ Download from: http://connect.microsoft.com/WNDP/content/content.aspx?ContentID...
on
18 Mar 2009
Blog Post:
Building with ATLServer based SOAP project with Visual Studio 2008
Jeff Sanders
UPDATE: Replace ATLServer with WWSAPI! Windows Web Services API Client code walkthrough When I tried to build an old ATLServer WebClient SOAP project I got these errors: fatal error C1083: Cannot open include file: 'atlsrvres.h': No such file or directory fatal error RC1015: cannot...
on
17 Jan 2008
Blog Post:
AtlServer Deployment on Vista IIS 7.0, non-development machine
Jeff Sanders
http://www.codeplex.com/AtlServer/Thread/View.aspx?ThreadId=16924
on
25 Oct 2007
Blog Post:
ATLServer class CSoapSocketClientT cannot handle greater than 2048 bytes in response
Jeff Sanders
UPDATE: Replace ATLServer with WWSAPI! Windows Web Services API Client code walkthrough Using the following code: CoInitialize (NULL); CServiceT <CSoapSocketClientT<>> * myclient = new CServiceT<CSoapSocketClientT<>>; //socket client BSTR results; HRESULT hr = myclient...
on
16 Jul 2007
Page 1 of 1 (5 items)