web service unavailable

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

  1. #1

    Default Re: web service unavailable

    It should raise an exception you can catch ?

    Patrice

    "Owen" <anibal@prensa-latina.cu> a écrit dans le message de
    news:OORkMFqNEHA.1644@TK2MSFTNGP09.phx.gbl...
    > Hello:
    >
    > I want to know in Asp.Net application is the web service that I call is
    > available o not, to the call it.
    >
    > Best Regards.
    > Owen.
    >
    >

    Patrice Guest

  2. Similar Questions and Discussions

    1. ClientScope service is unavailable
      <bump> - I am seeing this error as well in the cfm err out log - any ideas anyone?
    2. Service Unavailable with new Mircosoft security patches
      hi forum, just installed SP1 and latest security patches. when i restarted the machine, i get an 'service unavailable' when i try to browse to...
    3. WebService Behavior problem (Service unavailable on localhost)
      I am running into a problem with trying to use web services in a web page. As an example I created a C# web service using the VS 2003 wizard, the...
    4. HTTP Status-Code=503 (Service Unavailable)
      Hello, I'm doing a performance test and my test graudually increases the connections to the webservice. Everything works well until my...
    5. Service unavailable on First call in synchronous mode only! question for webservice.htc gurus.
      Hi, This is a interesting problem. I got webservice.htc integrated pretty well with .net framework. I wrote a control that generates all the...
  3. #2

    Default web service unavailable

    Hello:

    I want to know in Asp.Net application is the web service that I call is
    available o not, to the call it.

    Best Regards.
    Owen.


    Owen Guest

  4. #3

    Default Re: web service unavailable

    what kind of execption?
    please?

    Thanks vary much.
    Owen.



    "Patrice" <nobody@nowhere.com> wrote in message
    news:eluaoKqNEHA.892@TK2MSFTNGP09.phx.gbl...
    > It should raise an exception you can catch ?
    >
    > Patrice
    >
    > "Owen" <anibal@prensa-latina.cu> a écrit dans le message de
    > news:OORkMFqNEHA.1644@TK2MSFTNGP09.phx.gbl...
    > > Hello:
    > >
    > > I want to know in Asp.Net application is the web service that I call is
    > > available o not, to the call it.
    > >
    > > Best Regards.
    > > Owen.
    > >
    > >
    >
    >

    Owen Guest

  5. #4

    Default Re: web service unavailable

    You should be able to do the following (if using C#

    tr


    catch(Exception e

    //code to handle the web service not respondin
    }
    Ray Deese 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