【问题标题】:How to do this XML REST request in vb.net如何在 vb.net 中执行此 XML REST 请求
【发布时间】: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


    【解决方案1】:

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-03-30
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多