随笔分类 -  wcf

windows communication foundtion
Generating WCF Proxy using SvcUtil.exe
摘要:Visual Studio 2008 has made our WCF life a lot easier with the ability to self-host the services and also allow debugging in our service. What if we were pushed to a situation wherein we need to use the tool svcutil.exe to create our proxy for the client…hmm… To do so, we need to have our service... 阅读全文
posted @ 2011-11-30 16:30 cwe 阅读(406) 评论(0) 推荐(0)
custom SOAP web request RSS
摘要: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 阅读(450) 评论(0) 推荐(0)