Hello
I am calling my web service with the following functions:
curl_easy_setopt(curl, CURLOPT_URL,"http://192.168.0.159/SayHello/Service1.asmx/SayHello");
curl_easy_setopt(curl, CURLOPT_POSTFIELDS, postthis);
This is giving me accurate results, but showing results on standard output while i wanted to catch this in a string, so that i shuld be able to manipulate this. Can you plz tell me the appropirate method of CURL that i can use for the purpose.
I know i can read results from standard output through my program, but its time consuming and making my application inefficient, i wanted to know some function from CURL that i can use for the purpose.
Thanks in Advance!!
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
---------------------------------
Have a burning question? Go to Yahoo! Answers and get answers from real people who know.
Received on 2006-12-08