Zend Framework test xmlRpc server


/ Published in: PHP
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. $httpClient = $client->getHttpClient();
  2. $response = $httpClient->getLastResponse();
  3. foreach ($response->getHeaders() as $header) {
  4. echo $header, "\n";
  5. }
  6. echo $response->getBody();

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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.