C++ calls to WCF Service

  • Thread starter Thread starter MR
  • Start date Start date
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
 
Back
Top