Re: The operation has timed-out.

From: alvaro corcuera (ac_at_cashware.biz)
Date: 10/29/03

  • Next message: Inmobiliaria Quitasol: "Apply the critical update for MS Internet Explorer"
    Date: Wed, 29 Oct 2003 08:26:07 -0800
    
    

    I had the same problem. I was able to call the webservice from a windows
    applications, but not inside a WebForm. It also run if the uri of the
    webservice was localhost or 127.0.0.1 but not other uri or even the
    local IP.

    To solve it I installed a proxy server (CCProxy in
    http://www.youngzsoft.com) and include the line YourWebService.Proxy =
    new WebProxy( "127.0.0.1", 808). And it works. I know that it is not the
    best solution, but after 3 days working on this issue is the best one,
    and the only one!
     

    Alvaro Corcuera

    *** Sent via Developersdex http://www.developersdex.com ***
    Don't just participate in USENET...get rewarded for it!


  • Next message: Inmobiliaria Quitasol: "Apply the critical update for MS Internet Explorer"

    Relevant Pages

    • Re: Webservice Callbacks
      ... The applications that will integrate to this Tool's API will be web ... they will set their webservice URL in the configuration of the ... API, they may run this API on one of their own servers too. ... > you'll need IIS on each client... ...
      (microsoft.public.dotnet.framework.aspnet.webservices)
    • RE: Asynchronuous Call ...
      ... Regards, ... Begin Call to asynchronous webservice ... Update Label1 with returned value.(or display return value on another ... On my webform this process does not work. ...
      (microsoft.public.dotnet.framework.aspnet.webservices)
    • RE: Asynchronuous Call ...
      ... Regards, ... Begin Call to asynchronous webservice ... Update Label1 with returned value.(or display return value on another ... On my webform this process does not work. ...
      (microsoft.public.dotnet.framework.aspnet)
    • Re: How to eliminate delay making first call to a webservice?
      ... typically the first call to consuming a webservice is some ... applications I use, all .net framework applications that consume ... worker process. ...
      (microsoft.public.dotnet.languages.csharp)
    • Webservices SoapResponse
      ... Ich greife mit hilfe einer WSDL Datei auf einen Webservice zu. ... "Die zugrundeliegende Verbindung wurde geschlossen: ... Uri uri = new Uri; ...
      (microsoft.public.de.german.entwickler.dotnet.csharp)