C++ calls to WCF Service

M

MR

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top