From 439b4f7e42a1ced39afaaa3a4cb0c339c3d48e47 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Wed, 10 Jun 2009 16:14:20 +0000 Subject: [PATCH] MAJ des fonctions d'appel au webservice graydon --- includes/graydon/graydonws.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/graydon/graydonws.php b/includes/graydon/graydonws.php index cfd4006d1..ad75682bd 100644 --- a/includes/graydon/graydonws.php +++ b/includes/graydon/graydonws.php @@ -112,6 +112,7 @@ require_once realpath(dirname(__FILE__)).'/wsfunctions.php'; $options = array('trace' => 1); //$options = array('trace' => 1, 'features' => SOAP_SINGLE_ELEMENT_ARRAYS); +// SOAP_USE_XSI_ARRAY_TYPE + SOAP_SINGLE_ELEMENT_ARRAYS // Create a soap client $graydon = new SoapClient(GRAYDON_WSDL, $options); // Create the authentication parameters object