<?php error_reporting(E_ALL); ini_set('display_errors', 1); $wsdl = 'https://webservices3.autotask.net/atservices/1.5/atws.wsdl'; $options = array( 'login' => $username, 'password' => $password, 'trace' => 1 ); $client = new SoapClient($wsdl, $options);
You have javascript disabled. You will not be able to edit any code.