my @contents = $folderSOAP->get_contents(intel_person => "Jeff Pinyan")->result; for (@contents) { print $intelSOAP->display($_)->result; }