<?php try { $t = new \SoapClient('10.99.0.14:1234/lpu.wsdl', array( 'connection_timeout' => 5, 'trace' => FALSE, 'exceptions' => TRUE )); throw new \Exception('yo'); } catch (\SoapFault $e) { print_r($e); throw new \Exception('yo'); } ?>
You have javascript disabled. You will not be able to edit any code.