Calling ASMX Web Service From C++ MFC Project -


i have web service have functions retrieve data database. (http://exampledomain.com/webservice/webservice.asmx) it's easy add web service in c# (project->add service reference->advanced->add web reference) don't have knowledge c++. there no option in project tab adding reference. how can add web service c++ project , access it's functions , retrieve data?

standard c++ or mfc no provide way consume web services. however, possible c++ rest sdk. it's cross-platform library allows consume services, use json, asynchronous streams , other things.


Comments

Popular posts from this blog

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

android - MPAndroidChart - How to add Annotations or images to the chart -