Erik Hollensbe wrote: > On 2006-04-04 07:12:04 -0700, Erik Hollensbe <erik / hollensbe.org> said: >> 3.times do >> begin >> @soap_wrp = SOAP::Stuff # fill in your driver here >> rescue Exception => e >> puts e # for debugging >> end > > There should be a 'break if @soap_wrp' right here. I did this, tried to catch the exception, but it still crashes out. give the error Errno::ECONNREFUSED any ideas? -- Posted via http://www.ruby-forum.com/.