http请求soap
摘要:public static string GetSOAPReSource(string url, string datastr) { //发起请求 Uri uri = new Uri(url); WebRequest webRequest = WebRequest.Create(uri); ...
阅读全文
posted @ 2018-06-25 10:49
posted @ 2018-06-25 10:49
posted @ 2018-06-25 10:24