Web service timeout
-
Hi, I am trying to use a webservice hosted in a server from my laptop, but I keep getting the following error when adding the web reference: 'The request has exceeded the maximum time' or something like that However, if I try to add a web reference to the web service 'latest' hosted here at the Code Project, it works fine. Ideas? Any help would be appreciated Thanks in advance
-
Hi, I am trying to use a webservice hosted in a server from my laptop, but I keep getting the following error when adding the web reference: 'The request has exceeded the maximum time' or something like that However, if I try to add a web reference to the web service 'latest' hosted here at the Code Project, it works fine. Ideas? Any help would be appreciated Thanks in advance
Are you able to invoke the webservice successfully from the browser? If your webservice url is services.asmx, you can try navigating to http://localhost//services.asmx. That'll result in a page that'll allow you to invoke the web service's methods from the browser. Regards Senthil _____________________________ My Blog | My Articles | WinMacro
-
Are you able to invoke the webservice successfully from the browser? If your webservice url is services.asmx, you can try navigating to http://localhost//services.asmx. That'll result in a page that'll allow you to invoke the web service's methods from the browser. Regards Senthil _____________________________ My Blog | My Articles | WinMacro
If I Invoke the asmx file from the browser, be it in the server itself or in a client, I can actually see the list of web services provided. Even from the VS IDE I get the list of web services, the problem is that it times out and the 'add reference' button is disabled, so I can't add it.