or download this
require_once('nusoap.php');
$soapClient = new nusoap_client('https://myservice.com/service.php +?w
+sdl', true);
$result = $soapClient->call( 'doQueryAllSysStatus', array( array( 'cou
+ntryId' => 1, 'webapiKey' => 'WEBAPI_KEY' ) ) );