Posts by Edson José Lima Junior • 21 points
1 post
-
2
votes1
answer10326
viewsA: Connect the webservice with SOAP in PHP
I took a look at the WSDL and it seems to me that the correct way to use this method would be: <?php // Tente desabilitar o cache da WSDL ini_set('soap.wsdl_cache_enabled',0);…