I have a php script that returns just plain text without any html. Now I want to make a cURL request to that script and I get the following response:
If you are using nuSoap, you can access data without headers with $nsoap->responseData or $nsoap->response, if you want the full headers.
nuSoap
$nsoap->responseData
$nsoap->response
Just in case someone needs that.