views:

142

answers:

0

hi all i'm trying to access the gold price info through this web service: http://www.webservicex.net/LondonGoldFix.asmx but it always return false to in the result here is my code after I adding the service

net.webservicex.www.LondonGoldAndSilverFix _fix = new net.webservicex.www.LondonGoldAndSilverFix();
    net.webservicex.www.LondonMarketData _data = _fix.GetLondonGoldAndSilverFix();
    Response.Write(_data.Status + "               " + _data.Gold_AM_EUR.ToString());

anyone to know how to fix this or if there is another useful webservice