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.
