\"username\", # your login here! \'password\' => \"password\", # your password here! ); # setup method with arguments $args = array( \'authentication\' => $authentication, \'domain\' => $domain, \'clTRID\' => $clTRID, ); # access webservice $response = $soap->DomainAvailable($args); # display result var_dump($response->response); ?>