简体   繁体   English

“请求失败,响应为空。”从VM迁移到Azure应用服务后,某些系统中的SOAP请求错误。

[英]“The request failed with an empty response.” SOAP request error in some system after moving to azure app service from VM.

"The request failed with an empty response." “请求失败,响应为空。” web service SOAP request error in SOME SYSTEM after moving to azure app service from Azure VM. 从Azure VM移至Azure应用程序服务后, SOME SYSTEM中的 Web服务SOAP请求错误。

Azure log Stack Trace Azure日志堆栈跟踪

at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at ................ 在System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName,Object []参数)在System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage消息,WebResponse响应,流responseStream,布尔asyncCall) .............

System OS : Microsoft Windows NT 系统操作系统:Microsoft Windows NT

Application : Outlook plugin (WPF) 应用程序:Outlook插件(WPF)

After we move our web service to Azure app service from VM, we need to modify the endpoint address to be the correct URL in Web.config . 将我们的Web服务从VM移到Azure应用服务后,我们需要将终结点地址修改为Web.config的正确URL。

We can find the web service endpoint address as below: 我们可以找到以下Web服务端点地址:

在此处输入图片说明

Please check if this endpoint address is correct. 请检查此端点地址是否正确。 It may look like: https://WebAppname.azurewebsites.net/yourWebService.asmx 它可能看起来像: https://WebAppname.azurewebsites.net/yourWebService.asmx : https://WebAppname.azurewebsites.net/yourWebService.asmx

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 发送肥皂请求并捕获响应 - Send Soap Request and capture the Response 难以接收来自 API 的 HTTP 响应 — 错误请求错误 - Difficulty receiving an HTTP Response from API — Bad Request Error 如何在WPF应用程序中的SOAP客户端的“ Set-Cookie”标头响应的新请求中设置“ Cookie”标头 - How do I set “Cookie” header in a new request from “Set-Cookie” header response for a SOAP client in a WPF application 如何获取Web服务的GET请求的响应并将其存储在变量中? - How to get response of GET request of web service and store it in a variable? 为某些操作请求应用程序的管理员权限(无专职管理员权限) - Request admin right for app for some operation(no full time admin rights) 发布从 WPF 应用程序下载网络服务器文件的请求(C#) - Post request to download file of a webserver from a WPF App (C#) 使用 GET 访问 WCF 休息服务时出现 400 http 错误请求错误 - Getting 400 http bad request error while accessing WCF rest service using GET 我实际上如何从方法外部获取异步Web请求的响应? - How do I actually get the response of an async web request from outside the method? 使用系统事件后,我的WPF应用程序从某种保存状态运行 - after using system events my wpf application runs from some save state 一段时间后底层连接失败 - Underlying Connection Failed after some time
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM