On Thu July 23 2009 6:12:03 am Michael Paolo Cariaso wrote: > Hi all, > > If a request was sent to an endpoint service, and the service is NOT > available, it does not return an exception even if i placed a try/catch > block on the method invoked. is there a way to extract the exception? Or, > there is no exception at all.
It defintely should be throwing an exception and our test cases that test this definitely do. Not sure what would be going on. Maybe the server isn't actually sending a response back and is justs "hanging" the connection. Would probably need a test case. -- Daniel Kulp [email protected] http://www.dankulp.com/blog
