I have a c# WCF REST service running on Azure. I need to consume and longpoll the service from an unmanaged application.
The c++ app will not be running on the .NET framework.
Is there a best practice or library already out there that makes c++ consumption of WCF Services easy?