require_once('nusoap.php'); $soapClient = new nusoap_client('https://myservice.com/service.php +?wsdl', true); $result = $soapClient->call( 'doQueryAllSysStatus', array( array( 'countryId' => 1, 'webapiKey' => 'WEBAPI_KEY' ) ) );