码迷,mamicode.com
首页 > 其他好文 > 详细

WCF服务引用时错误: 无法导入 wsdl:portType详细信息

时间:2014-09-10 13:56:20      阅读:187      评论:0      收藏:0      [点我收藏+]

标签:des   style   http   color   io   使用   ar   strong   数据   

WCF服务发布到IIS后,在客户端或WCFTestClient添加引用的时候报错如下:

错误: 无法导入 wsdl:portType详细信息: 在运行 WSDL 导入扩展时引发异常: System.ServiceModel.Description.DataContractSerializerMessageContractImporter错误:

找不到目标命名空间为“http://tempuri.org/”的方案。

错误来源的 XPath: //wsdl:definitions[@targetNamespace=‘http://tempuri.org/‘]/wsdl:portType [@name=‘IInSideContract‘]错误: 无法导入 wsdl:binding详细信息: 导入 wsdl:binding 所依赖的 wsdl:portType 时出错。

wsdl:portType 的 XPath: //wsdl:definitions[@targetNamespace=‘http://tempuri.org/‘]/wsdl:portType[@name=‘IInSideContract‘]错误来源的 XPath: //wsdl:definitions[@targetNamespace=‘http://tempuri.org/‘]/wsdl:binding[@name=‘BasicHttpBinding_IInSideContract‘]错误:

无法导入 wsdl:port详细信息: 导入 wsdl:port 所依赖的 wsdl:binding 时出错。wsdl:binding 的 XPath: //wsdl:definitions[@targetNamespace=‘http://tempuri.org/‘]/wsdl:binding[@name=‘BasicHttpBinding_IInSideContract‘]错误来源的 XPath: //wsdl:definitions[@targetNamespace=‘http://tempuri.org/‘]/wsdl:service[@name=‘InSideService‘]/wsdl:port[@name=‘BasicHttpBinding_IInSideContract‘]警告: 未生成任何代码。如果尝试生成客户端,此问题可能是由于元数据文档中未包含任何有效的约定或服务所致,或者由于发现所有约定/服务均存在于 /reference 程序集中所致。请验证是否已将所有元数据文档传递给工具。警告: 如果要通过架构生成数据约定,请确保使用 /dataContractOnly 选项。

 

解决办法 C:\windows\temp 添加IIS写入的权限(Users)

WCF服务引用时错误: 无法导入 wsdl:portType详细信息

标签:des   style   http   color   io   使用   ar   strong   数据   

原文地址:http://www.cnblogs.com/yf2011/p/3964185.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!