[AG-DEV] PHP soap client connection to a VenueServer

Michael Miller mimiller at ncsa.uiuc.edu
Mon Jun 9 16:32:14 CDT 2008


I tried the following code:

<?
$venueserver = new SoapClient('https://roeshamboe.ncsa.uiuc.edu:8000/Venues/default');
print $venueserver->GetVenues();

?>

And got this response:

Warning: SoapClient::SoapClient() [function.SoapClient-SoapClient]: I/O warning : failed to load external entity "https://roeshamboe.ncsa.uiuc.edu:8000/Venues/default" in C:\Users\mimiller.NCSA\Documents\UIUC\NCSA\www\ncsaevents\AG.php on line 2


I've got Apache and PHP 5.2.5 installed on my Vista machine which is not the venueserver mentioned above.  I also tried with the windows firewall disabled.

Any thoughts?

myk




More information about the ag-dev mailing list