Snippets

Winni Neessen GeL4aA: Untitled snippet

Created by Winni Neessen
1
2
3
4
5
6
7
8
9
 <?php
 
 $wsdlUrl        = 'https://api.test.korm.kaspersky.com/Orders/OrderManagementSync.svc?wsdl';
 $certKeyFile    = '/Users/wneessen/devel/kaspersky/kaspersky.pem';
 
 $soapClient = new \SoapClient($wsdlUrl, array('local_cert' => $certKeyFile));
 var_dump($soapClient);
 
 ?>

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.