Is there a service for monitoring secured WCF endpoints in the same way that HTTP monitoring service

Posted by Ryan ONeill on Stack Overflow See other posts from Stack Overflow or by Ryan ONeill
Published on 2009-01-09T12:04:18Z Indexed on 2010/04/04 17:03 UTC
Read the original article Hit count: 324

Hi all,

A service I have in WCF occasionally goes down due a problem with a COM component. While I am troubleshooting I would like to setup another host to make regular calls to this service to monitor availability.

It is slightly more complicated that a simple HTTP call though as the service is secured by SSL and WCF authentication (username / password). I'd also like to be able to parse successful calls to see if they return warning / fail states from my code.

Would you recommend any monitoring providers for this or is it beyond the simple monitoring they normally provide?

Regards

Ryan

© Stack Overflow or respective owner

Related posts about wcf

Related posts about availability