How to read XML data from a URL by using vb.NET and save

后端 未结 3 1816
再見小時候
再見小時候 2020-12-21 11:47

Friends, I am able to get XML file by sing bytes, perhaps which is getting some problem. Can u suggest me alternate method to do the same thing to save XML file?

<         


        
3条回答
  •  悲哀的现实
    2020-12-21 12:21

    What if the service is sending the request to our URL? How do I adjust this to read the http stream they send? Having such a hard time... (Should I do a separate thread? Sorry.)

提交回复
热议问题