Extreme Web Services

The WS-* web services industry standard protocols are widely accompanied by managed-code end-point implementations. With the Windows Web Services API (WWSAPI), you can now connect your C/C++ client applications with web services as well as implement C/C++ web services. WWSAPI, new with Windows 7 (client) and Windows Server 2008 R2 (server), is an implementation of the WS-* family of protocols for SOAP based web services. It enables several solution scenarios including:

1. The ability to build web services in native C/C++ code on both Windows client and server.
2. Achieve interoperability with web services implemented using Windows Communication Foundation, ASP.NET XML Web Services, and even services implemented using non-Microsoft implementations of WS-* protocols.
3. The ability to build web services with minimal service startup time and minimal working-set dependencies.
4. The ability to use web services in resource-constrained deployment environments.
5. Avoid costly managed-native inter-op scenarios and achieve high performance web service end-point implementations.

Lessons

  • Extreme Web Services
  • WWSAPI Client
  • WWSAPI Service
  • WWSAPI At PDC'08
  • Native Web Services with the Windows Web Services API