getting london gold price from web service

Posted by user117853 on Stack Overflow See other posts from Stack Overflow or by user117853
Published on 2010-04-05T19:58:49Z Indexed on 2010/04/05 20:03 UTC
Read the original article Hit count: 636

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about webservice

Related posts about ASP.NET