Ask a Question related to ASP.NET Web Services, Design and Development.
-
Patrice #1
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
-
ClientScope service is unavailable
<bump> - I am seeing this error as well in the cfm err out log - any ideas anyone? -
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... -
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... -
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... -
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... -
Owen #2
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
-
Owen #3
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
-
Ray Deese #4
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



Reply With Quote

