php - Apache HTTP SERVER has stopped working while using soap client in -


getting apache http server has stopped working while using soap client in. if soap api url not exist getting attached screen shot error again getting error

i using xampp v3.2.2 php7.

code using

 try     {         $vies = new soapclient('http://www.webservicex.com/spc/globalweather.asmx?wsdl', array('exceptions'=>true));         var_dump($vies);     }     catch(soapfault $e){         $return_value = 'vat check service not available.';         return $return_value;     } 

note:- same code working fine 5.6.

thanks in advance


Comments

Popular posts from this blog

PHP while loop dynamic rowspan -

timer - Java TimerTask cancel -

android - How to read a column value in parse.com without accessing an object or a pointer -