WEB Services
-
hi, I am using WEB Services (Soap) to run my application. While debugging its working fine. .I installed both web server and also client website. I am trying to run client site it showing “No connection could be made because the target machine actively refused it error “.how to resolve this problem. I want to know How to set up this WEbServces and how to link this web services setup with my application setup. Is any one knows it. Please help me.
kamalnath
-
hi, I am using WEB Services (Soap) to run my application. While debugging its working fine. .I installed both web server and also client website. I am trying to run client site it showing “No connection could be made because the target machine actively refused it error “.how to resolve this problem. I want to know How to set up this WEbServces and how to link this web services setup with my application setup. Is any one knows it. Please help me.
kamalnath
Hello, can you try to check the websrvice during test from the server (call it from localhost)? Maybe there are configuration mistakes in different inet-zones? Second: Can you post a screenshot from the IIS-Config of the settings from virtual folder for the WS? Especially access rights? Which OpSys runs on the server? BR Stephan
\\\\\\|/// \\\\ - - // ( @ @ )
+---------------oOOo-(_)-oOOo-----------------+
| Stephan Pilz stephan.pilz@stephan-pilz.de |
| www.stephan-pilz.de |
| ICQ#: 127823481 |
+-----------------------Oooo------------------+
oooO ( )
( ) ) /
\ ( (_/
\_) -
hi, I am using WEB Services (Soap) to run my application. While debugging its working fine. .I installed both web server and also client website. I am trying to run client site it showing “No connection could be made because the target machine actively refused it error “.how to resolve this problem. I want to know How to set up this WEbServces and how to link this web services setup with my application setup. Is any one knows it. Please help me.
kamalnath
Hi, You might test your web service from your local, it was working fine. Is it? When you try to implement that web service on another server you are getting error. There is a property for web services called "URL Behavior" it is a boolean property, that needs to be set as true. Go through following link. http://www.codeproject.com/soap/wsdldynamicurl.asp Ram