WebService in native Code (WS-*)

After the support for the SOAP-Toolkit was retired, there was no library from Microsoft, to write or consume Web-Services in native code. The suggested solution was to move to the .NET-SOAP classes. Of course, this is not always a solution, for big native code-bases.

It seems that MS has reflected this situation and also has found, that it is a “must have” to have a native WS-* library.

Starting with Windows 7 and Windoes Server 2008 R2, the OSwill have build-in support for native Web-Services.

The APIis called WWS-API (Windows Web Service API). To get an overview and also some examples, you can take a look at the code.msdn-Site.

Also, if you have an existing application and want to move to WWSAPI, you can join a virtual lab, to get help in implementing your web-service (either consuming or exposing).

EDIT:
Nikola added an comment, that WWSAPI will be also available on XP-SP2 and later! These are really great news!
You can already download the beta-bits, see:
Release of WWSAPI beta for Windows XP, Vista, Server 2003 and Server 2008

2 thoughts on “WebService in native Code (WS-*)

  1. Nikola Dudar

    Hi Jochen,

    Thanks for the interest in WWSAPI! I have a small comment on your post. WWSAPI is not only part of Windows 7 and Windows Server 2008 R2. It is also available to Windows XP, Windows Vista, Server 2003 and Server 2008. The beta version of a Windows Update that installs the API on these versions of Windows is already available. Check out details in this post on my blog,
    http://blogs.msdn.com/nikolad/archive/2009/02/20/release-of-wwsapi-beta-for-windows-xp-vista-server-2003-and-server-2008.aspx
    Thanks,
    Nikola

Comments are closed.