vote up 2 vote down star
1

How do you handle a TimeoutException that is generated when calling WebServices using the SoapClient?

There doesn't seem to be any event to be handled in order to catch any Exceptions generated when calling web services.

Is it possible to catch any Exceptions thrown, especially the TimeoutException??

I also posted this question to the Silverlight.net forums: http://silverlight.net/forums/p/46029/124010.aspx

flag

1 Answer

vote up 0 vote down check

Apparently, NO. There is no way to handle any Exceptions thrown when invoking Web Service Methods in Silverlight 2. Unless of course you create your own modified version of the SoapClient that Visual Studio auto-generates for you. This is a Terrible Design Flaw!!

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.