Is there a way of setting / implementing some sort of time out when running a request after successfully making a connection to a web service? What I would like to achieve is:
 
Make a connection to a third party web service.
Run a method on the web service.
 
If the run method doesn’t come back after a certain time, then report an error.
 
Thanks
				
			Make a connection to a third party web service.
Run a method on the web service.
If the run method doesn’t come back after a certain time, then report an error.
Thanks