CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2011
    Posts
    1

    Question 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.

  2. #2
    Join Date
    Dec 2010
    Posts
    20

    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
  •  





Click Here to Expand Forum to Full Width

Featured