I\'ve made several scripts working with external WSDL. I have encountered one I have to integrate into our system that I can\'t get to work. I\'be been trying for a week without
As of PHP 5.5.0, I believe you can do
$client = new SoapClient("https://webtjener09.kred.no/TestWebservice/OppdragServiceSoapHttpPort?WSDL", array( 'ssl_method' => SOAP_SSL_METHOD_SSLv3 ));