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

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -