curl-library
Problem: Receiving data from Server
Date: Thu, 1 Nov 2001 21:13:48 -0500
I am having problems in receiving the body and header data from (Server : In Java) to (Client: In VisualC++).
Problem Details:
On server, I am doing the following,
out = response.getWriter();
String sXML = a XML data retrieved from the database
out.println(sXML);
On client in VisualC++ how do I receive this data. I do NOT want to write this data to a file on client rather I want to keep it in memory for further processing. Please suggest which option in "curl_easy_setopt ()" I should use and how to actuall get the data in memory.
Similarly, if I send some Header data (e.g. CONNECTION_ID=200 etc.) from the server, how do I receive it on client. Again, I do NOT want to write the header data to a file .
Shailesh
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
Received on 2001-11-01