简体   繁体   中英

“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 log Stack Trace

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 OS : Microsoft Windows NT

Application : Outlook plugin (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 .

We can find the web service endpoint address as below:

在此处输入图片说明

Please check if this endpoint address is correct. It may look like: https://WebAppname.azurewebsites.net/yourWebService.asmx

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM