0
votes

"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)

1
Is any update? I am checking to see how things are going there on this issue.Lee Liu
No update. After 6 days we are in same problem.Bibin Benny

1 Answers

0
votes

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:

enter image description here

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