I'm using JBoss.NET to invoke an MS.NET web service. The problem is that this service occasionally hangs and does not return. I need a way for my client (a POJO used by a Session EJB) to timeout and throw an exception whenever the service hangs. How can I accomplish this?
Any suggestions would be greatly appreciated...thanks!
Tim Perrigo