Return to Snippet

Revision: 41405
at February 17, 2011 11:54 by Roen


Initial Code
$httpClient = $client->getHttpClient();
$response   = $httpClient->getLastResponse();
foreach ($response->getHeaders() as $header) {
    echo $header, "\n";
}
echo $response->getBody();

Initial URL
http://zend-framework-community.634137.n4.nabble.com/xmlrpc-Failed-to-parse-response-td675865.html

Initial Description
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")

Initial Title
Zend Framework test xmlRpc server

Initial Tags


Initial Language
PHP