WebService Timeout Problem

Ask a Question related to ASP.NET Web Services, Design and Development.

  1. #1

    Default WebService Timeout Problem

    I know this is going to be a very ambiguous question from the get-go,
    but here it goes.

    We're experiencing a very intermittent problem with our web services
    timing out. Unfortunately the IIS and Event logs don't contain really
    any useful information about any problems that are popping up. Does
    anyone know of something we should look at in general? Below are the
    exception information and stack trace.


    Exception Information
    *********************************************
    Exception Type: System.Net.WebException
    Status: Timeout
    Response: NULL
    Message: The operation has timed-out.
    TargetSite: System.Net.WebResponse
    GetWebResponse(System.Net.WebRequest)
    HelpLink: NULL
    Source: System.Web.Services

    StackTrace Information
    *********************************************
    at System.Web.Services.Protocols.WebClientProtocol.Ge tWebResponse(WebRequest
    request)
    at System.Web.Services.Protocols.HttpWebClientProtoco l.GetWebResponse(WebRequest
    request)
    at System.Web.Services.Protocols.SoapHttpClientProtoc ol.Invoke(String
    methodName, Object[] parameters)
    at Colonial.Neptune.CampusWS.CampusWS.GetDependents(S tring key1,
    String key2)
    at Colonial.Neptune.TES.TESCampusWS.GetDependentsData (String
    identifier, String account)
    BBuff Guest

  2. Similar Questions and Discussions

    1. WebService timeout
      Hi all! I have a problem with deploying my webservice in our Web server. In my development machine (inside of our LAN), everything works fine. When...
    2. WebService ignoring timeout properties? (Server was unable to process request. --> Timeout exired)
      Hi! I have a webservice serving the latest orders from a webshop. The customer uses a forms app client to fetch these orders and push them into...
    3. HELP! Timeout when accessing Webservice.
      I have a solution that contains a web service and a web site. I was working on it all day Monday with no problems. Tuesday morning it stopped...
    4. Timeout when calling a webservice from C#
      I get a timeout when calling a webservice from C#. Works fine in browser. I am not doing anything out of the box. The same works on other machines...
    5. Timeout Problem of calling the webservice
      hi all, I have made a dll hosted in the IE. It calls the web service to retrieve the data. There is a problem that calling the web service, it...
  3. #2

    Default WebService Timeout Problem

    I know this is going to be a very ambiguous question from the get-go,
    but here it goes.

    We're experiencing a very intermittent problem with our web services
    timing out. Unfortunately the IIS and Event logs don't contain really
    any useful information about any problems that are popping up. Does
    anyone know of something we should look at in general? Below are the
    exception information and stack trace.


    Exception Information
    *********************************************
    Exception Type: System.Net.WebException
    Status: Timeout
    Response: NULL
    Message: The operation has timed-out.
    TargetSite: System.Net.WebResponse
    GetWebResponse(System.Net.WebRequest)
    HelpLink: NULL
    Source: System.Web.Services

    StackTrace Information
    *********************************************
    at System.Web.Services.Protocols.WebClientProtocol.Ge tWebResponse(WebRequest
    request)
    at System.Web.Services.Protocols.HttpWebClientProtoco l.GetWebResponse(WebRequest
    request)
    at System.Web.Services.Protocols.SoapHttpClientProtoc ol.Invoke(String
    methodName, Object[] parameters)
    at Colonial.Neptune.CampusWS.CampusWS.GetDependents(S tring key1,
    String key2)
    at Colonial.Neptune.TES.TESCampusWS.GetDependentsData (String
    identifier, String account)
    BBuff Guest

  4. #3

    Default Re: WebService Timeout Problem

    Hi,
    > We're experiencing a very intermittent problem with our web services
    > timing out. Unfortunately the IIS and Event logs don't contain really
    > any useful information about any problems that are popping up. Does
    > anyone know of something we should look at in general? Below are the
    > exception information and stack trace.
    Did you check time settings both on the client and server?
    It seems they are different.
    ______________________________
    With best wishes, Arthur Nesterovsky
    Please visit my home page:
    [url]http://www.nesterovsky-bros.com[/url]



    Arthur Nesterovsky Guest

  5. #4

    Default Re: WebService Timeout Problem

    I am experiencing the same problem. This happens when I call the web service
    for the first time after a long period of waiting time such as a couple of
    hours. It acts as if it is sleeping, and trying to wake up. Somehow the
    wakeup duration doesn't seem to be long enough, and returns with this
    notorious timeout exception. When I try for the second time right after the
    first failure it works very fast and returns successfully. First I thought
    it must be due to the web service going into sleep mode, but now I am
    suspicious about the SQL connection as well. May be it is the SQL server
    because I happened to experience similar problems when I try to login
    through an ASP.NET page, especially using SSL (https address).

    I hope someone from MS could help us resolve this timeout issue, what to
    blame among the web service, ASP.NET app or SQL server, and how to fix it.

    Thanks,
    Yilmaz

    "BBuff" <thecomputerbuff@yahoo.com> wrote in message
    news:a95578b2.0310271112.4c615137@posting.google.c om...
    > I know this is going to be a very ambiguous question from the get-go,
    > but here it goes.
    >
    > We're experiencing a very intermittent problem with our web services
    > timing out. Unfortunately the IIS and Event logs don't contain really
    > any useful information about any problems that are popping up. Does
    > anyone know of something we should look at in general? Below are the
    > exception information and stack trace.
    >
    >
    > Exception Information
    > *********************************************
    > Exception Type: System.Net.WebException
    > Status: Timeout
    > Response: NULL
    > Message: The operation has timed-out.
    > TargetSite: System.Net.WebResponse
    > GetWebResponse(System.Net.WebRequest)
    > HelpLink: NULL
    > Source: System.Web.Services
    >
    > StackTrace Information
    > *********************************************
    > at
    System.Web.Services.Protocols.WebClientProtocol.Ge tWebResponse(WebRequest
    > request)
    > at
    System.Web.Services.Protocols.HttpWebClientProtoco l.GetWebResponse(WebReques
    t
    > request)
    > at System.Web.Services.Protocols.SoapHttpClientProtoc ol.Invoke(String
    > methodName, Object[] parameters)
    > at Colonial.Neptune.CampusWS.CampusWS.GetDependents(S tring key1,
    > String key2)
    > at Colonial.Neptune.TES.TESCampusWS.GetDependentsData (String
    > identifier, String account)

    Yilmaz Kara Guest

  6. #5

    Default WebService Timeout Problem

    Hi,

    I run into the same problem with web service timeout issue as you (Yilmaz) described. Did you get a solution?

    Thank you
    Unregistered Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139