Sharepoint 2007 / CRM 4 SOAP集成问题

| 我们有一个Sharepoint 2007网站,该网站通过SOAP使用CRM 4来实现某些自定义功能。不幸的是,该功能已停止工作,并出现以下错误: 错误1: 服务器无法处理请求。 在System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName,Object []参数)在System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage消息,WebResponse响应,流responseStream,布尔asyncCall) ECan.SharePoint.Web.Applications.MyECanUtilities.RefreshUserFromCrmQuery(CrmService crmService,QueryExpression query,Boolean&loginFound,Boolean&hasPermissionConsentCompliance,Boolean&hasPermissionWaterMeterForms上的.SdkTypeProxy.CrmService.Execute(请求请求) 错误2: 服务器无法处理请求。 在ECan.SharePoint.Web.Applications.MyECanUtilities.RefreshUserFromCrm(String)处(ECn.SharePoint.Web.Applications。 所有CRM集成代码均已在开发PC上的Sharepoint外部进行了测试(不使用Sharepoint),没有任何问题,因此,我认为它必须是实际站点的配置问题。 如有需要,Sharepoint可以在Windows Server 2008 Standard上运行。 以下配置已添加到站点的web.config文件的system.web中:
<webServices>
  <protocols>
    <add name=\"HttpSoap\" />
    <add name=\"HttpGet\" />
    <add name=\"HttpPost\" />
  </protocols>
</webServices>
任何想法将不胜感激。 提前致谢, 加文     
已邀请:

要回复问题请先登录注册