摘要: send the SOAP Request Dynamically To Website knoe /******Calling Saop Uing WebRequest Nad Response**/ private void CallUsingSOAP(string InXml, out XmlDocument xmlResponse) { string strSoapRequest = ""; xmlResponse = null; string strABCWebServiceUrl = <Mywebservice URL> strSoapRequest 阅读全文
posted @ 2011-07-14 17:03 cwe 阅读(448) 评论(0) 推荐(0)