From f20b9e72b1bba337999a7735e148791271a3f0f1 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Wed, 15 Dec 2010 16:18:24 +0000 Subject: [PATCH] =?UTF-8?q?Definition=20de=20la=20strat=C3=A9gie=20wsdl=20?= =?UTF-8?q?sous=20forme=20de=20chaine?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/controllers/ServiceController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/ServiceController.php b/application/controllers/ServiceController.php index 323e9349..aeb973cd 100644 --- a/application/controllers/ServiceController.php +++ b/application/controllers/ServiceController.php @@ -54,7 +54,7 @@ class ServiceController extends Zend_Controller_Action { // Définition du webservice $wsdl = new Zend_Soap_AutoDiscover(); - $wsdl->setComplexTypeStrategy(Zend_Soap_Wsdl_Strategy_ArrayOfTypeSequence); + $wsdl->setComplexTypeStrategy('Zend_Soap_Wsdl_Strategy_ArrayOfTypeSequence'); $wsdl->setOperationBodyStyle( array('use' => 'literal') ); $wsdl->setBindingStyle( array('style' => 'document') ); $wsdl->setClass('WsEntreprise');