【发布时间】:2018-01-22 13:10:33
【问题描述】:
如何在 vb.net 中使用 HttpWebRequest 和 System.Xml.XmlDocument 发布这个 HTTP REST 请求
<tns:request command="hello" xmlns:tns="http://www.xxyyzz.com/xx/yy/zz" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" />
服务器响应
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><response xmlns="http://www.xxyyzz.com/xx/yy/zz"><operation location="/mm/10d9c79e-5876-4fd0-9093-ff7bdee5ebd4/uploadInfo" command="uploadInfo"/></response>
如何捕获此响应?
【问题讨论】:
标签: xml vb.net rest restful-authentication