|
-
June 20th, 2011, 10:11 AM
#1
Urgent: C++ Webservice call
Hi Guys
I have a small piece of C++ code which is used as a plugin in my product. I just need to compile this piece of code and put the .so file in my main product's lib for the plugin to work properly.
My problem is that now I want to make a Rest webservice call from this C++ plugin file. I cannot add a webservice reference by using Visual studio as its not a project.
Can anyone suggest some way to implement this requirement in the best possible way. Please respond.
Thanks for your help.
-
June 20th, 2011, 10:23 PM
#2
Re: Urgent: C++ Webservice call
If you are not using MFC or .NET, you should start from socket。
Last edited by deyili; June 20th, 2011 at 10:24 PM.
Reason: done
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|