I need to make a call to a (WCF) service from C++
the C++ app utilizes an unmanaged library that receives a callback when an
event occurs. when the callback is called, I need to access a WCF service
(written in C# so- it is managed).
Is this possible to do from unmanaged C++? if so, can someone point me to a
good reference that would explain how to do this?
thanks
m
help - 17 Nov 2007 07:02 GMT
I have the same question.
Sheng Jiang[MVP] - 20 Nov 2007 05:09 GMT
You can expose the service as a web service and talk to it using SOAP.

Signature
Regards
Sheng Jiang
Microsoft MVP in VC++
>I need to make a call to a (WCF) service from C++
>
[quoted text clipped - 5 lines]
> thanks
> m