Search found 4 matches
- Sat Jul 15, 2006 4:37 pm
- Forum: PHP - Code
- Topic: problem getting results from web services
- Replies: 4
- Views: 572
I am still having trouble. I have the following code <?php require_once('../nusoap.php'); $country_name='Ireland'; $parameters=array('CountryName' => $country_name); $sclient= new soapclient('http://www.webserviceX.NET/Globalweather.asmx'); $result = $sclient->call('GetCitiesByCountry' , $parameters...
- Wed Jul 12, 2006 1:58 pm
- Forum: PHP - Code
- Topic: problem getting results from web services
- Replies: 4
- Views: 572
- Wed Jul 12, 2006 1:23 pm
- Forum: PHP - Code
- Topic: problem getting results from web services
- Replies: 4
- Views: 572
- Tue Jul 11, 2006 9:57 am
- Forum: PHP - Code
- Topic: problem getting results from web services
- Replies: 4
- Views: 572
problem getting results from web services
I am trying to use the following web service to get a weather report for my site. http://www.webservicex.net/globalweather.asmx However the page returns no results. Anyone got any ideas as to what is wrong with my code. I have tested the web service using asp.net and it is working so it must be my c...