随笔分类 - 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...
阅读全文
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
阅读全文
浙公网安备 33010602011771号