.NET Framework Bookmark and Share   
 index > ASMX Web Services and XML Serialization > Check whether webservice running.
 

Check whether webservice running.

Hi,

I have two webservices say WS1 and WS2. while I am calling a method in WS1, the WS1 is not running due to some reason, then I would like transfer my call to WS2.

How do I do this? How to check whether the service is running or not?

The webservicemight havebeen stopped due to machine shutdown or just the service alone stopped, it may be any reason.

Can anyone answer for this?

Regards,

Murali.

Murali Salem

Murali,

You will have to set up a failover cluster or a NLB to achieve what you need.

Doing it by software (using timeouts or parsing exceptions) is usually not recommended.

Rgds, Rodrigo

rfreire

Murali,

You will have to set up a failover cluster or a NLB to achieve what you need.

Doing it by software (using timeouts or parsing exceptions) is usually not recommended.

Rgds, Rodrigo

rfreire

You can use google to search for other answers

Custom Search

More Threads

• Global data concurrent access ?
• Question about SOAP attachments
• Timeout in every Webservice Client by Virus Scan Program
• Web Services - In Development and Production - How to?
• ASP.NET performance counter (\Requests/Sec) Puzzle
• Unable to deploy Web Service
• XML into DATASET
• Cannot consume properties in Webservices
• Unable to automatically step into the server. Connecting to the server machine 'ipaddress' failed.
• Fundamentals of web services