public function testSaveSoapDoc()
 {
     $filepath = dirname(__FILE__) . "/soap_doc.php";
     $client = new Client();
     $this->assertTrue($client->saveSoapDocumentation($filepath) > 1);
     unlink($filepath);
 }