摘要:
public static object Invokewebservice(string url, string @namespace, string classname, string methodname, object[] args) { try { WebClient wc = new WebClient(); Stream stream = wc.OpenRead(url + "?wsdl"); ServiceDescription sd = ServiceDescription.Read(stream); ServiceDescriptionImporter s 阅读全文
posted @ 2013-02-05 18:13
ajunfly
阅读(240)
评论(0)
推荐(0)

浙公网安备 33010602011771号