3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = "https://ri.test.msb.se/RapportServiceWS.svc?wsdl"; $opts = array( 'ssl' => array('ciphers'=>'RC4-SHA') //'ssl' => array('ciphers'=>'SSL_RSA_WITH_RC4_128_MD5') ); ini_set( "soap.wsdl_cache_enabled", "0" ); $client = new SoapClient($url, array ( 'soap_version' => SOAP_1_1, 'stream_context' => stream_context_create($opts), 'location' => 'https://ri.test.msb.se/RapportServiceWS.svc/basicHttpBinding', 'exceptions' => 1, 'trace' => 1 ) ); //$phpresponse = $client->Get(); //print $phpresponse->GetResult->Version; var_dump($client->__getTypes()); var_dump($client->__getFunctions()); ?>

preferences:
53.06 ms | 402 KiB | 5 Q