Re: [SOAP] soap problems revisited

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



More info,

I have changed my earlier script to include some output print statements
for debugging and a phpinfo(); to show the current config.

Please take a look at the script below and its output at:

http://yusuf.lintrix.net/~aw/test.php

The script never gets to the "Got countries..." bit.

Any help much appreciated.


<?php
phpinfo();
                                                                                
require_once('SOAP/Client.php');
$wsdl=new SOAP_WSDL(
    'http://wavendon.dsdata.co.uk/axis/services/CarRentalQuotes?wsdl');
                                                                                
print "Getting proxy<br>";
        $soapclient = $wsdl->getProxy();
print "Got proxy ok<br>";
        $countries=$soapclient->getCountries();
print "Got Countries:...<br>";
print_r ( $countries );
                                                                                
    ?>



-- 
Abdul-Wahid Paterson

Lintrix Networking & Communications ltd.
Web: http://www.lintrix.net/
Tel: +44 20 8904 2348
Email/Jabber: aw@lintrix.net
--------------------------------------------------------------------
Web-Hosting  |  Development  |  Security  |  Consultancy  |  Domains
--------------------------------------------------------------------

Attachment: signature.asc
Description: This is a digitally signed message part


[Index of Archives]     [PHP Home]     [PHP Users]     [Kernel Newbies]     [PHP Database]     [Yosemite]

  Powered by Linux