$istek = new SoapClient('xx/websrvc1.asmx?WSDL'); $sonuc = $istek->cekilenveri(array( 'xx' => 11111, 'aa' => 'aa') ); print_r($sonuc);