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

Thread: libcurl

  1. #1
    Join Date
    Jul 2010
    Posts
    2

    libcurl

    Hello,
    I need some help with libcurl.
    I have web services

    [WebMethod]
    public myStruct Koef(string username, string password);

    myStruct{ String polId, String polNo, double koef};

    My question is: how to send request and receive respond from web services using libcurl?
    I am using c++ 6.0.

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,398

    Re: libcurl

    Victor Nijegorodov

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