void Nish(char* szBlog);

Nish’s thoughts on MFC, C++/CLI and .NET

void Nish(char* szBlog); header image 4

Entries Tagged as 'WWS API'

Rewriting a WCF service in WWS

July 25th, 2009 · 4 Comments

In my last blog entry I had shown a WWS native client connecting to a WCF service. In this one I’ll talk about how the WCF service can be converted into an equivalent WWS service. Connecting clients (whether WWS, WCF, or other) would continue to behave the same. I am going to use the same [...]

[Read more →]

Tags: C++ · WWS API

Consuming a WCF service using a native WWS client

July 23rd, 2009 · 4 Comments

I have been meaning to play with Windows Web Services ever since I heard Nikola Dudar talk about it at the MVP Summit earlier this year. It’s natively included with Windows 7, but can also be installed and used from older OSes (XP, Vista, 2003 and 2008). You can write native clients using WWS that [...]

[Read more →]

Tags: C#/.NET · C++ · Indigo · WWS API