public function getUpdated($type, $startDate, $endDate)
    {
        $this->setHeaders("getUpdated");
        $arg = new stdClass();
        $arg->sObjectType = new SoapVar($type, XSD_STRING, 'string', 'http://www.w3.org/2001/XMLSchema');