I am trying to create a module to calculate freight charges. The freight service that I need to use used SOAP. This is pretty new to me but I have looked through the FedEx contrib module and researched online.
I seem to be unable to create the SoapClient though. Here is the current code I am using:
<?php
$client = new SoapClient("https://services.echo.com/Quote.asmx?wsdl");
?>The quote module hangs with the line in place / just an infinite animated graphic and the text 'receiving quotes'. I take the line out and my functions continue. I have verified with my host that soap is enabled I have copied the wsdl file to my server and renamed it ...wsdl, I have tried using other confirmed wsdl files. I always get the same result.
Any ideas why this is hanging here, or how I should implement the SoapClient??? Please help!




Joined: 12/16/2007