c# - ASP.NET application can not hit the SOAP web server while SOAPUI can -
i have local asp.net application consuming soap web service hosted on server. able add reference of service successfully, when trying execute application, throws endpoint not found exception. specific error message is: "could not connect https://xxxxxxxx. tcp error code 10061: no connection made because target machine actively refused it". however, returns correct data when trying soapui. know why happening in visual studio? have double checked service url in asp.net web.config file correct.
Comments
Post a Comment