Search Wiki:

Windows Web Services API

With the Windows Web Services API (WWSAPI), you can connect your C/C++ client applications with web services. You can also create C/C++ server-side web service end-points. WWSAPI is new with Windows 7 (client) and Windows Server 2008 R2 (server). WWSAPI is also back-ported to all formally supported versions of Windows (client and server). The WWSAPI runtime library (WebServices.dll) is a native-code implementation of WS-* family of protocols for SOAP based web services.

WWSAPI enables several solution scenarios and benefits including:

1. Implement web services in native C/C++ code on both Windows client and server. C/C++ application developers have often requested this platform technology capability but were previously forced to write their own or interface their native-code solutions with managed-code wrappers.

2. Achieve interoperability with web services implemented using Windows Communication Foundation (WCF), ASP.NET XML Web Services, and even services implemented using non-Microsoft implementations of WS-* libraries.

3. Construct web services with minimal service startup time and minimal process working-set dependencies.

4. Use web services implementations in resource-constrained deployment environments.

5. Avoid native-management interop scenarios with potentially costly marshalling side-effects.


Try it Yourself!

Download a demonstration project from the "Downloads" tab on this page. Read a detailed description of this project at http://blogs.msdn.com/nikolad/archive/2009/03/03/Demo-of-WWSAPI-from-MVP-Summit.aspx. See video demonstrations of this sample project at MSDN Channel9 . Refer to MSDN Library documentation.

Feature Demos


Team Blogs


Forums


Related Community Properties

Last edited Jul 8 2009 at 7:43 PM  by philpenn, version 17
Updating...
Page view tracker