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

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

c# - Retrieve google contact -

javascript - How to insert selected radio button value into table cell -