在 ServiceModel 客户端配置部分中,找不到引用协定
Posted sajiao
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在 ServiceModel 客户端配置部分中,找不到引用协定相关的知识,希望对你有一定的参考价值。
<system.serviceModel>
<bindings>
<basicHttpBinding>
<binding name="SAPERP_WebServiceSoap" />
</basicHttpBinding>
</bindings>
<client>
<endpoint address="http://localhost:6888/SAPERP_WebService.asmx" binding="basicHttpBinding"
bindingConfiguration="SAPERP_WebServiceSoap" contract="ServiceReference1.SAPERP_WebServiceSoap"
name="SAPERP_WebServiceSoap" />
</client>
</system.serviceModel>
查看web.config这里是多了还是少了 或者是没有
另外 调用webservice方法的话 依照你的命名 找到尾缀是"SoapClient"的
Domain.ServiceReference1.SAPERP_WebServiceSoapClient test = new SAPERP_WebServiceSoapClient();
var json = "{"DATA":[{"CODE":"01","VALUE":"采购方式","FCODE":"0"}]}";
var model = JsonConvert.DeserializeObject<SupCategoryCreateViewModel>(json);
test .AddSupplierCategorys(model);
想着还是写一下吧 以前弄过webservice 后来不常用 这些都有些模糊了 以此写个博客来强化一下记忆
如果不知道怎么去写webservice 可以参考一下这片博客
https://www.cnblogs.com/cr-cool/p/9482894.html
以上是关于在 ServiceModel 客户端配置部分中,找不到引用协定的主要内容,如果未能解决你的问题,请参考以下文章
在 ServiceModel 客户端配置部分中,找不到引用协定“WebServiceSoap”的默认终结点元素。这可能是因为未找到应用程序的配置文件,或者是因为客户端元素找不到与此协定匹配的终结点元素
使用 ConfigurationManager 加载 System.ServiceModel 配置部分
需要如何帮助将 system.serviceModel 配置部分移动到我的代码中
Microsoft JScript 运行时错误: Unhandled Error in Silverlight Application 在