Hi !
I'm trying to do a xml request using HTTP GET request.
For that I'm using the cURL functions. But it doesn't seem to be working. The response is empty or I do not know how to get it.
I was suppose to send an XML request with a search to a site, that site executes the xml request and then they package the response in an xml document and sent it back via HTTP. I do not know how to read the response.
I create the cURL object, initialized and set it up and then I do a:
$result = curl_exec ($curlObj);
but the result is not returning anything or that's what I think.
Can some one help me?
Thanks,
JulianaCR