/ Published in: PHP
Van Matthew in the [community](http://zend-framework-community.634137.n4.nabble.com/xmlrpc-Failed-to-parse-response-td675865.html "xmlrpc server failed to parse response")
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$httpClient = $client->getHttpClient(); $response = $httpClient->getLastResponse(); foreach ($response->getHeaders() as $header) { echo $header, "\n"; } echo $response->getBody();
URL: http://zend-framework-community.634137.n4.nabble.com/xmlrpc-Failed-to-parse-response-td675865.html