2010-10-01 6 views
0

Hey les gars, j'utilise la bibliothèque client Zend Soap consommer un webservice, comme ceci:Zend Soap erreur client: Impossible d'activer Crypto

$wsdl = "path_to_wsdl_file"; 
$client = new Zend_Soap_Client($wsdl); 

$client->nfeRecepcaoLote(); 

Et je reçois les erreurs suivantes:

Warning (2): SoapClient::__doRequest() [soapclient.--dorequest]: Failed to enable crypto [CORE/vendors/plugins/nfe/vendors/Zend/Soap/Client.php, line 987] 

Warning (2):SoapClient::__doRequest() [soapclient.--dorequest]: connect() failed: Unspecified error [CORE/vendors/plugins/nfe/vendors/Zend/Soap/Client.php, line 987 

Est-ce que quelqu'un sait ce qu'il peut éventuellement être? L'hôte du webservice est la suivante:

https://homologacao.nfe.ms.gov.br/homologacao/services/NfeRecepcao

et je suis en utilisant PHP 5.2.6 et Ubuntu 9.10.

Meilleures salutations,

Répondre