views:

15

answers:

1
+1  Q: 

sproxy for vs2008?

Hi,

I'm trying to create WCF proxy in unmanaged C++ (No .NET framework is installed on the client).

I've found the website "http://icoder.wordpress.com/2007/07/25/consuming-a-wcf-service-with-an-unmanaged-c-client-with-credential-passing/" which teaches how to generate such a proxy.

The problem is that I've found the sproxy.exe only in VS 2003, and not in 2008.

When I'm creating proxy with this VS 2003 tool, I can compile it with VS 2003, but when I'm trying to compile the generated file using VS 2008, it gets the error: "fatal error C1083: Cannot open include file: 'atlsoap.h': No such file or directory".

What can I do?

Thanks,

Mattan

A: 

ATL Server was (re)moved from ATL in Visual Studio 2008 to codeplex, where it has found its resting place.

Can you use Visual Studio 2005?

Alternatives?

Cristian Adam
What is protocol 1.1? of what?
Mattan
I've downloaded the ATLServer from codeplex and now its ok. Thanks!
Mattan