unable to connect message ... running web services

Hi there ....!

sometimes we have the message unable to connect even if web services are correctly developed ( or we believe they are )
we use https protocol to invoke .net web services and on those times web responses are more slower ..... Can someone suggest me which controls to apply to these random inconvenient .... is there any measure tool for tuning web services ..... any resource will be welcome

thank you very

anyway web services and .Net are great .....
R.Papa

[487 byte] By [R.Papa] at [2008-2-14]
# 1
I would recommend using somekind of tools, like the sniffing tool, SOAPScope is an excellent tool where it also support https, another invaluable tool is amberpoint, i think you donwload the developer edition for free. It;s some kind of SoapExtension, so there's some mods needed to your application.
erymuzuan at 2007-9-8 > top of Msdn Tech,.NET Development,ASMX Web Services and XML Serialization...
# 2

In your web config... add the builtin .NET api trace switches - this will help you debug whats really happening. This excellent article will explain all http://blogs.msdn.com/dgorti/archive/2005/09/18/471003.aspx about tracing. With these switches in place you will see a verbose output of the SSL loading and network streams.

PingCrosby at 2007-9-8 > top of Msdn Tech,.NET Development,ASMX Web Services and XML Serialization...

.NET Development

Site Classified