curl-library
HTTP header
Date: Mon, 12 Dec 2005 12:00:49 +0100
Hello,
I'm using curl to post some data to a webservice using the soap method.
It's working fine. The answer of the webservice is written to a file for
later processing.
Here is the content of that file:
HTTP/1.1 200 OK
Via: 1.1 SRV_WEB
Content-Length: 387
Date: Mon, 12 Dec 2005 10:46:31 GMT
Content-Type: text/xml; charset=utf-8
Server: Microsoft-IIS/5.0
X-Powered-By: ASP.NET
X-AspNet-Version: 1.1.4322
Cache-Control: private, max-age=0
<?xml version="1.0" encoding="utf-8"?><soap:Envelope
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><PutFichierQB64Response
xmlns="http://tempuri.org/wsApplisys/wsCEsys"><PutFichierQB64Result>1</PutFichierQB64Result></PutFichierQB64Response></soap:Body></soap:Envelope>
My question is: Is there a Libcurl option for making curl remove the
header "HTTP/1.1 200 OK.......".
Thanks !
Laurent COBAI.
Received on 2005-12-12