PHP: Création d’un client SOAP

Author:


Download

<?php
  ini_set('soap.wsdl_cache_enabled', 'Off');

  $soap_client = new SoapClient('guid.wsdl');
  echo $soap_client->getGuid('PHP_');
?>

Leave a Reply

Your email address will not be published. Required fields are marked *


three − 3 =