Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/wpf/13.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Wpf &引用;请求失败,响应为空。”;从VM移动到azure应用程序服务后,某些系统中出现SOAP请求错误。_Wpf_Azure_Web Services_Soap - Fatal编程技术网

Wpf &引用;请求失败,响应为空。”;从VM移动到azure应用程序服务后,某些系统中出现SOAP请求错误。

Wpf &引用;请求失败,响应为空。”;从VM移动到azure应用程序服务后,某些系统中出现SOAP请求错误。,wpf,azure,web-services,soap,Wpf,Azure,Web Services,Soap,“请求失败,响应为空。”从azure VM移动到azure应用程序服务后,某些系统中出现web服务SOAP请求错误 Azure日志堆栈跟踪 位于System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage消息、WebResponse响应、Stream responseStream、Boolean异步调用) 位于System.Web.Services.Protocols.SoapHttpCli

“请求失败,响应为空。”从azure VM移动到azure应用程序服务后,某些系统中出现web服务SOAP请求错误

Azure日志堆栈跟踪

位于System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage消息、WebResponse响应、Stream responseStream、Boolean异步调用) 位于System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName,Object[]参数) 在

系统操作系统:Microsoft Windows NT


应用程序:Outlook插件(WPF)

将web服务从VM移动到Azure应用程序服务后,我们需要在
web.config
中将端点地址修改为正确的URL

我们可以找到web服务端点地址,如下所示:


请检查此端点地址是否正确。它可能看起来像:
https://WebAppname.azurewebsites.net/yourWebService.asmx

是否有任何更新?我正在检查这个问题的进展情况。没有更新。6天后,我们遇到了同样的问题。我们将该服务添加为web引用,因此您的意思是说,在更改为应用程序服务时,我们应将该服务添加为服务引用。为什么它在某些系统中工作?。