Consuming a REST XML web service

前端 未结 4 806
终归单人心
终归单人心 2020-12-13 16:11

I\'m trying to consume the following web service http://ipinfodb.com/ip_location_api.php this web service returns an xml response, the code below gets the XML response, but

4条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-13 16:37

    I think you need to use _xtr.MoveToContent(); Method before using the read method.. See if that works

提交回复
热议问题